<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding another Public IP to ASA5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391788#M308021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;BR /&gt;&lt;BR /&gt;Could you try:&lt;BR /&gt;&lt;BR /&gt;object network WebServer&lt;BR /&gt;host 192.168.1.9&lt;BR /&gt;object network WebServer-Public&lt;BR /&gt;host 108.32.83.98&lt;BR /&gt;nat (inside,Outside) static WebServer service tcp 80 80&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Nov 2013 07:26:56 GMT</pubDate>
    <dc:creator>johnlloyd_13</dc:creator>
    <dc:date>2013-11-30T07:26:56Z</dc:date>
    <item>
      <title>Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391787#M308020</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;Its been awhile since I played around with a Cisco CLI and I cant remember the proper syntax to add another Public IP to my Cisco ASA5505. I was given a block of public IP's. 108.32.83.96 - 102. Im using .97 for the outside interface and would like to use .98 for a web &lt;/P&gt;&lt;P&gt; &lt;A href="http://tek-tips.com/viewthread.cfm?qid=1722506#" id="itxthook0" rel="nofollow" style="color: #00074f; border: 0px none transparent; text-decoration: none; cursor: pointer; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; display: inline;" target="_blank"&gt;server&lt;IMG id="itxthook0icon" src="http://images.intellitxt.com/ast/adTypes/icon1.png" style="left: auto; right: auto; top: auto; bottom: auto; position: static; white-space: normal; max-height: none; border: 0px !important; float: none !important; padding: 0px 0px 0px 4px !important; margin: 0px !important; display: inline !important; max-width: none !important; width: auto !important; height: auto !important; vertical-align: baseline !important;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; behind the firewall. &lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; background-color: #b5b5ff;" /&gt;&lt;/P&gt;&lt;P&gt;SO I've been trying the following but it has not worked&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; background-color: #b5b5ff;" /&gt;&lt;/P&gt;&lt;P&gt;1) created &lt;/P&gt;&lt;P&gt; &lt;A href="http://tek-tips.com/viewthread.cfm?qid=1722506#" id="itxthook1" rel="nofollow" style="color: #00074f; border: 0px none transparent; text-decoration: none; cursor: pointer; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; display: inline;" target="_blank"&gt;Network&lt;IMG id="itxthook1icon" src="http://images.intellitxt.com/ast/adTypes/icon1.png" style="left: auto; right: auto; top: auto; bottom: auto; position: static; white-space: normal; max-height: none; border: 0px !important; float: none !important; padding: 0px 0px 0px 4px !important; margin: 0px !important; display: inline !important; max-width: none !important; width: auto !important; height: auto !important; vertical-align: baseline !important;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; Object "WebServer"&lt;/P&gt;&lt;P&gt;2) Added Host 192.168.1.9&lt;/P&gt;&lt;P&gt;3) Added Nat (inside,Outside) static 108.32.83.98 service tcp 80 80&lt;/P&gt;&lt;P&gt;4) access-list OutsideWebServer permit tcp any host 192.168.1.9 eq www&lt;/P&gt;&lt;P&gt;5) access-group OutsideWebserver in interface outside&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; background-color: #b5b5ff;" /&gt;&lt;/P&gt;&lt;P&gt;The above will only work when I change the address 108.32.83.98 to "interface" which then will use the outside interface. Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 17px; background-color: #b5b5ff;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:11:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391787#M308020</guid>
      <dc:creator>jaykelly1</dc:creator>
      <dc:date>2019-03-12T03:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391788#M308021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;BR /&gt;&lt;BR /&gt;Could you try:&lt;BR /&gt;&lt;BR /&gt;object network WebServer&lt;BR /&gt;host 192.168.1.9&lt;BR /&gt;object network WebServer-Public&lt;BR /&gt;host 108.32.83.98&lt;BR /&gt;nat (inside,Outside) static WebServer service tcp 80 80&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 07:26:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391788#M308021</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2013-11-30T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391789#M308022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, check the ARP table on the ASA to confirm that nobody is using that address and check the interface netmask on the outside to confirm that the ASA will ARP for that address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run interface would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 14:20:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391789#M308022</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-30T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391790#M308023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive tried the above suggestion however still no luck. Below is my running config. Please take a look and let me know if I missed something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# sh ru&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(4)1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name CommandServer.local&lt;/P&gt;&lt;P&gt;enable password xdmK2yQnEOr75wr1 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt; switchport access vlan 3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 108.83.32.97 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; no forward interface Vlan1&lt;/P&gt;&lt;P&gt; nameif guest&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa844-1-k8.bin&lt;/P&gt;&lt;P&gt;boot system disk0:/asa831-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone PST -8&lt;/P&gt;&lt;P&gt;clock summer-time PDT recurring&lt;/P&gt;&lt;P&gt;dns domain-lookup inside&lt;/P&gt;&lt;P&gt;dns domain-lookup outside&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; name-server 69.94.156.1&lt;/P&gt;&lt;P&gt; name-server 69.94.157.1&lt;/P&gt;&lt;P&gt; domain-name CommandServer.local&lt;/P&gt;&lt;P&gt;object network obj-192.168.1.0&lt;/P&gt;&lt;P&gt; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network obj-192.168.100.0&lt;/P&gt;&lt;P&gt; subnet 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network obj_any-01&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object service TheDude&lt;/P&gt;&lt;P&gt; service tcp source eq 8080 destination eq 8080&lt;/P&gt;&lt;P&gt;object service Spotify&lt;/P&gt;&lt;P&gt; service tcp source eq 4070 destination eq 4070&lt;/P&gt;&lt;P&gt; description Musci Serivce&lt;/P&gt;&lt;P&gt;object service Http&lt;/P&gt;&lt;P&gt; service tcp source eq www destination eq www&lt;/P&gt;&lt;P&gt;object service Https&lt;/P&gt;&lt;P&gt; service tcp source eq https destination eq https&lt;/P&gt;&lt;P&gt;object network WebServer&lt;/P&gt;&lt;P&gt; host 192.168.1.9&lt;/P&gt;&lt;P&gt;object network WebServer-Public&lt;/P&gt;&lt;P&gt; host 108.83.32.98&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 192.168.1.0 255.255.255.0 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list split_ssl standard permit 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list WebServer extended permit tcp any host 192.168.1.9 eq www&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;logging from-address &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jay.kelly@8wire.net"&gt;jay.kelly@8wire.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;logging recipient-address &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jay.kelly@8wire.net"&gt;jay.kelly@8wire.net&lt;/A&gt;&lt;SPAN&gt; level alerts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu guest 1500&lt;/P&gt;&lt;P&gt;ip local pool SSL_Pool2 192.168.100.1-192.168.100.10 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-649.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat (inside,any) source static obj-192.168.1.0 obj-192.168.1.0 destination static obj-192.168.100.0 obj-192.168.100.0 no-proxy-arp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network obj_any-01&lt;/P&gt;&lt;P&gt; nat (guest,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network WebServer-Public&lt;/P&gt;&lt;P&gt; nat (inside,outside) static WebServer service tcp www www&lt;/P&gt;&lt;P&gt;access-group WebServer in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 108.83.32.102 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.100.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;snmp-server host inside 192.168.1.102 community *****&lt;/P&gt;&lt;P&gt;snmp-server location Closet&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community *****&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;/P&gt;&lt;P&gt;ssh key-exchange group dh-group1-sha1&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns 69.94.156.1 69.94.157.1&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.31-192.168.1.99 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 192.168.1.100 4.2.2.2 interface inside&lt;/P&gt;&lt;P&gt;dhcpd domain CommandServer.local interface inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.10.10-192.168.10.60 guest&lt;/P&gt;&lt;P&gt;dhcpd dns 4.2.2.2 interface guest&lt;/P&gt;&lt;P&gt;dhcpd enable guest&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection scanning-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics&lt;/P&gt;&lt;P&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;/P&gt;&lt;P&gt;ntp server 50.22.155.163 source outside prefer&lt;/P&gt;&lt;P&gt;tftp-server inside 192.168.1.102 Cisco&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt; enable outside&lt;/P&gt;&lt;P&gt; anyconnect image disk0:/anyconnect-win-2.5.0217-k9.pkg 1&lt;/P&gt;&lt;P&gt; anyconnect image disk0:/anyconnect-macosx-i386-2.5.2019-k9.pkg 3&lt;/P&gt;&lt;P&gt; anyconnect enable&lt;/P&gt;&lt;P&gt; tunnel-group-list enable&lt;/P&gt;&lt;P&gt;group-policy SSL_Policy internal&lt;/P&gt;&lt;P&gt;group-policy SSL_Policy attributes&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol ssl-client&lt;/P&gt;&lt;P&gt;group-policy SSL_NEWGRP internal&lt;/P&gt;&lt;P&gt;group-policy SSL_NEWGRP attributes&lt;/P&gt;&lt;P&gt; wins-server none&lt;/P&gt;&lt;P&gt; dns-server value 69.94.156.1 69.94.157.1&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol ssl-client&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value split_ssl&lt;/P&gt;&lt;P&gt; default-domain value CommandServer.local&lt;/P&gt;&lt;P&gt;username ******* password GL/xoXmNE9qoDE4g encrypted privilege 0&lt;/P&gt;&lt;P&gt;username ******* attributes&lt;/P&gt;&lt;P&gt; vpn-group-policy SSL_NEWGRP&lt;/P&gt;&lt;P&gt;username ****** password JG.e5Lb3X211dItD encrypted privilege 15&lt;/P&gt;&lt;P&gt;tunnel-group SSLVPN type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group SSLVPN general-attributes&lt;/P&gt;&lt;P&gt; address-pool SSL_Pool2&lt;/P&gt;&lt;P&gt; default-group-policy SSL_Policy&lt;/P&gt;&lt;P&gt;tunnel-group SSL_OUTSIDE type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group SSL_OUTSIDE general-attributes&lt;/P&gt;&lt;P&gt; address-pool SSL_Pool2&lt;/P&gt;&lt;P&gt; default-group-policy SSL_NEWGRP&lt;/P&gt;&lt;P&gt;tunnel-group SSL_OUTSIDE webvpn-attributes&lt;/P&gt;&lt;P&gt; group-alias VPNUSERS enable&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; group-url &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://108.83.32.97/VPNUSERS"&gt;https://108.83.32.97/VPNUSERS&lt;/A&gt;&lt;SPAN&gt; enable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; user-statistics accounting&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;service call-home&lt;/P&gt;&lt;P&gt;call-home reporting anonymous prompt 2&lt;/P&gt;&lt;P&gt;call-home&lt;/P&gt;&lt;P&gt; contact-email-addr &lt;/P&gt;&lt;P&gt; profile CiscoTAC-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no active&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination transport-method http&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;/P&gt;&lt;P&gt;hpm topN enable&lt;/P&gt;&lt;P&gt;Cryptochecksum:f7ae056e448504665a843604cf30e538&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 23:47:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391790#M308023</guid>
      <dc:creator>jaykelly1</dc:creator>
      <dc:date>2013-11-30T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391791#M308024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configuration works when you use the IP address on the outside interface cause as soon as you do that the ASA will generate a Gratitious ARP message that will update the ARP table of the other devices &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My recommendation would be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network WebServer&lt;/P&gt;&lt;P&gt;host 192.168.1.9&lt;/P&gt;&lt;P&gt;object network WebServer-Public&lt;/P&gt;&lt;P&gt;host 108.32.83.98&lt;/P&gt;&lt;P&gt;object service HTTP&lt;/P&gt;&lt;P&gt;service tcp source eq 80&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) 1 source static &lt;SPAN style="font-size: 10pt;"&gt;WebServer &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;WebServer-Public service HTTP HTTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Afterwards try to connect if it does not work then I would assume there is a problem with the L2 network cache of the device upstream.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I would go to the modem or whatever device and clear the ARP table or write a static ARP entry for the IP address of &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;108.32.83.98 pointing to the ASA outside intf MAC address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rate all of the helpful posts!!! &lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 07:25:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391791#M308024</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-01T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391792#M308025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the configuration that you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;object network WebServer&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;host 192.168.1.9&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;object network WebServer-Public&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;host 108.32.83.98&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;object network WebServer-Public&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nat (inside,outside) static WebServer service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your NAT is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;object network WebServer&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 11.818181991577148px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nat (inside,outside) static &lt;SPAN style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;WebServer-Public &lt;/SPAN&gt;service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the correct configuration.&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 03:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391792#M308025</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-12-02T03:58:14Z</dc:date>
    </item>
    <item>
      <title>Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391793#M308027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it, its working great now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:24:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391793#M308027</guid>
      <dc:creator>jaykelly1</dc:creator>
      <dc:date>2013-12-02T18:24:02Z</dc:date>
    </item>
    <item>
      <title>Adding another Public IP to ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391794#M308029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear that we were able to make it happen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please now mark the question as answered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 23:37:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-another-public-ip-to-asa5505/m-p/2391794#M308029</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-02T23:37:25Z</dc:date>
    </item>
  </channel>
</rss>

