<?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 Try removing the &amp;quot;no proxy in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722427#M178503</link>
    <description>&lt;P&gt;Try removing the "no proxy-arp" from your NAT statement.&lt;/P&gt;&lt;P&gt;Because the internal host is presented on the same subnet as is being used between the firewalls ASA1 will send an arp for the 172.25.91.172 IP address and you are relying on ASA2 to respond to that arp.&lt;/P&gt;&lt;P&gt;If you were using a different IP subnet to present internal devices ie. not the one used between the ASAs, then you would simply have a route on ASA1 for that IP subnet pointing to the outside interface of ASA2 and then you could use "no proxy-arp" in your NAT statement because ASA1 would&amp;nbsp; not be sending an arp for that IP address,&amp;nbsp;it would simply route the traffic to ASA2.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2015 00:12:19 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2015-09-25T00:12:19Z</dc:date>
    <item>
      <title>Problems pinging host while using policy NAT</title>
      <link>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722426#M178502</link>
      <description>&lt;P&gt;I have two firewalls and a host I am trying to ping from one firewall through the other (both ASAs). I can't ping the host when using policy nat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A simple topology looks like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1-----172.25.91.160 /27------ASA2--------host 172.25.92.73&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The interfaces on the 172.25.91.160 /27 network are called "SOS". The interface where the host 172.25.92.73 resides is called "ASA-TRANS"&lt;/P&gt;&lt;P&gt;icmp is allowed on the firewall interfaces like so.&amp;nbsp;&lt;/P&gt;&lt;P&gt;icmp permit any SOS&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply SOS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I set up objects and then a policy NAT on ASA2 like so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;nat (ASA-TRANS,SOS) source static obj-172.25.92.73 obj-172.25.91.172 destination static obj-172.25.91.161 obj-172.25.91.161 no-proxy-arp&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;so the internal host appears as if it is on the 172.25.91.160 /27 network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I then created an ACL on the SOS interface allowing icmp echo/echo-reply on the SOS interface from anywhere.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Both SOS interfaces are set to security level 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When I try to ping from ASA1, the firewall never even attempts to contact 172.25.91.172. It immediately bombs out with no log message. Just question marks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;When I ping from the internal host 172.25.92.73 to ASA1 at 172.25.91.161, I see the icmp echo packets hit the SOS interface, but nothing is going back. Again, the firewall won't respond to the host, even though icmp is enabled on the interface. I even put a permissive ACL on the firewall interface allowing everything, but no reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If I go into ASDM and do a packet trace, it tells me the packet should be allowed without any issues. If I configure other hosts using traditional NAT (not policy), I have problem pinging through ASA2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Is there something wrong with this policy nat? Some reason firewall ASA1 can't see the host?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:38:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722426#M178502</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2019-03-12T06:38:57Z</dc:date>
    </item>
    <item>
      <title>Try removing the "no proxy</title>
      <link>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722427#M178503</link>
      <description>&lt;P&gt;Try removing the "no proxy-arp" from your NAT statement.&lt;/P&gt;&lt;P&gt;Because the internal host is presented on the same subnet as is being used between the firewalls ASA1 will send an arp for the 172.25.91.172 IP address and you are relying on ASA2 to respond to that arp.&lt;/P&gt;&lt;P&gt;If you were using a different IP subnet to present internal devices ie. not the one used between the ASAs, then you would simply have a route on ASA1 for that IP subnet pointing to the outside interface of ASA2 and then you could use "no proxy-arp" in your NAT statement because ASA1 would&amp;nbsp; not be sending an arp for that IP address,&amp;nbsp;it would simply route the traffic to ASA2.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 00:12:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722427#M178503</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-09-25T00:12:19Z</dc:date>
    </item>
    <item>
      <title>That was it Jon:thanks! You</title>
      <link>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722428#M178504</link>
      <description>&lt;P&gt;That was it Jon:&lt;/P&gt;&lt;P&gt;thanks! You saved me a huge amount of headache. I was banging away at this in &amp;nbsp;totally different direction (looking at the IPS, etc.)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 00:43:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-pinging-host-while-using-policy-nat/m-p/2722428#M178504</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2015-09-25T00:43:50Z</dc:date>
    </item>
  </channel>
</rss>

