<?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 ASA 5505 changes breaking NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792593#M532025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you configure the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (inside,outside) 192.168.220.241 192.168.20.16 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 static translation for the same host which is creating issues, when you ping from the 172 host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please mark this question as resolved if it has been answered. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 11:39:34 GMT</pubDate>
    <dc:creator>Anu M Chacko</dc:creator>
    <dc:date>2011-09-01T11:39:34Z</dc:date>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792592#M532023</link>
      <description>&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt; &lt;/SPAN&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have an asa5505 firewall on version 8.2&amp;nbsp; it currently works fine&amp;nbsp; we're going through the proces of migrating to a mew ip range, but when we change the NAT entries, the pings to the public address return the inside ip address!!! Help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the current config is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2011.06.16 12:09:27 =~=~=~=~=~=~=~=~=~=~=~=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Password: &lt;/P&gt;&lt;P&gt;Type help or '?' for a list of available commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mdspixfirewall&amp;gt; en&lt;/P&gt;&lt;P&gt;Password: ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mdspixfirewall# sho run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password YB.ux8bsS71TJocI encrypted&lt;/P&gt;&lt;P&gt;passwd FOrFfsaVs9oyvPYJ encrypted&lt;/P&gt;&lt;P&gt;hostname mdspixfirewall&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.241 echo &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.241 unreachable &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.241 time-exceeded &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.242 echo &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.242 unreachable &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp any host 192.168.220.242 time-exceeded &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 192.168.220.246 host 192.168.220.241 eq telnet &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 192.168.220.246 host 192.168.220.242 eq telnet &lt;/P&gt;&lt;P&gt;access-list outside_access_in deny ip any any &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit ip any any &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any unreachable &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any time-exceeded &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit icmp any any &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging console debugging&lt;/P&gt;&lt;P&gt;logging monitor alerts&lt;/P&gt;&lt;P&gt;logging trap informational&lt;/P&gt;&lt;P&gt;logging history informational&lt;/P&gt;&lt;P&gt;logging host inside 192.168.222.15&lt;/P&gt;&lt;P&gt;logging host inside 192.168.222.19&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 192.168.220.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.222.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;no pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 192.168.220.240&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.220.242 194.1.1.10 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.220.241 192.168.20.16 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 192.168.222.254 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;snmp-server host inside 192.168.222.19 trap&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet 192.168.20.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 192.168.222.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 172.18.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet 172.18.0.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 60&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.220.61-192.168.220.239 outside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;dhcpd enable outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:08b06398fb0e5297c902e135dbc03716&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mdspixfirewall#&amp;nbsp; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logoff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;om trying to change the mapping to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.220.241 172.18.148.16 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but any ping sent to 192.168.220.241 replies as the 172.18.148.16 address, and pings from the 172 machine get blocked at the firewall with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asymmetric nat rules matched for forward and reverse flows......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792592#M532023</guid>
      <dc:creator>macmillan1</dc:creator>
      <dc:date>2019-03-11T21:19:30Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792593#M532025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you configure the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (inside,outside) 192.168.220.241 192.168.20.16 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 static translation for the same host which is creating issues, when you ping from the 172 host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please mark this question as resolved if it has been answered. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:39:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792593#M532025</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-09-01T11:39:34Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792594#M532027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry. We did take that out when we did the change. I've now setup a test network where I can replicate the issue.&amp;nbsp;Had to back out the changes to out live environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:44:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792594#M532027</guid>
      <dc:creator>macmillan1</dc:creator>
      <dc:date>2011-09-01T12:44:11Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792595#M532028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of ASA are you running? Could you post the output of "sh run" from the ASA? Also, how are you verifying that you get replies from the private IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792595#M532028</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-09-01T12:47:17Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792596#M532031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, could you add "fixup protocol icmp" and see if it makes any difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:50:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792596#M532031</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-09-01T12:50:37Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792597#M532033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a 5505 running version 8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ping test was to ping 192.168.220.241. In the original config it replies as 192.168.220.241, but when we do the change and ping the same ip address, it replies as 172.18.148.16....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try the other thing you recommend and see if it does anything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll also post the entire setup of the network as it is a bit of an odd setup. Can't do it now as I'm on iPhone doing this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brief desc is that the firewall is there to segment and hide part of our network that has machines in it that we don't manage. The inside and outside ports on the firewall connect back into different vlans on the same switch. Vlan acls stop traffic moving between the two as vlan routing is enabled. We then have 2 connections into the router for the 2 vlans to route. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 21:07:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792597#M532033</guid>
      <dc:creator>macmillan1</dc:creator>
      <dc:date>2011-09-01T21:07:02Z</dc:date>
    </item>
    <item>
      <title>ASA 5505 changes breaking NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792598#M532034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mentioned your ASA 5505 is running 8.2 but the config is from a PIX running 6.3? can you post the current config from the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prapanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 16:48:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-changes-breaking-nat/m-p/1792598#M532034</guid>
      <dc:creator>praprama</dc:creator>
      <dc:date>2011-09-12T16:48:12Z</dc:date>
    </item>
  </channel>
</rss>

