<?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 Ping Static NAT IP from Outside Address is very intermittent in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088383#M393424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for responding Jouni.&amp;nbsp; I was just lookingn at the same infromation you just described.&amp;nbsp; We may have an overlapped IP.&amp;nbsp; I have sent the information over to our IT Admin that setup the ASA.&amp;nbsp; I will have more information later.&amp;nbsp; Hopefully removal of the possible overlapped config will take care of the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 22:01:15 GMT</pubDate>
    <dc:creator>Tom Menges</dc:creator>
    <dc:date>2013-01-04T22:01:15Z</dc:date>
    <item>
      <title>Ping Static NAT IP from Outside Address is very intermittent</title>
      <link>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088381#M393421</link>
      <description>&lt;P&gt;We have an ASA 5510 and have setup the typical 1-to-1 static NAT addressing to multiple virtual machines.&amp;nbsp; I have an accesss list for the outside interface to allow icmp traffic in.&amp;nbsp; What happens is it will ping an address but it is very intermittent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any echo &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT looks like this:&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.10 192.168.21.10 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as you can see the private to public nat is there and the access in from the outside is there as well.&amp;nbsp; One note, the actual IP of the outside has been changed for security reasons.&amp;nbsp; Also, if I ping my outside interface IP address, it re[plies back with 100 percent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside interface security level 0&lt;/P&gt;&lt;P&gt;Inside interface security level 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated if you have seen this before.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:43:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088381#M393421</guid>
      <dc:creator>Tom Menges</dc:creator>
      <dc:date>2019-03-12T00:43:19Z</dc:date>
    </item>
    <item>
      <title>Ping Static NAT IP from Outside Address is very intermittent</title>
      <link>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088382#M393423</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;Is there any chance of the Static NAT public IP address being overlapping with some other NAT configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have access to the router in front of the ASA or is it purely in the control of the ISP? Or is your default gateway perhaps to the ISP Core? I would try to monitor the ARP for the public IP address and see that it at no point changes which would mean 2 different devices using the same public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there might even be possibility that the ISP has messed up the routing for the single public IP address (depending how they provision public IP addresses for customer use). They might have the same public IP address routing to 2 different locations which could mean that sometimes the connection work and sometimes not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also if possible have some other publicly accessible host monitored from outside the ASA and see if you are seing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also capture the ICMP traffic (or other test traffic) on the ASA itself. ( I can give you the configuration if needed) Then you could upload the data from the ASA to a TFTP server and check is the ASA even seeing the Echo Reply from the "inside" host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also constantly ICMP the host in question from the ASA directly to rule out having problem on the LAN routing/switching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though its not related to this problem, have you configured the following&lt;/P&gt;&lt;P&gt;&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; &lt;STRONG&gt; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will enable the ICMP Echo Reply messages to go through the firewall automatically (provided the firewall has seen the Echo ofcourse)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 21:51:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088382#M393423</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-01-04T21:51:34Z</dc:date>
    </item>
    <item>
      <title>Ping Static NAT IP from Outside Address is very intermittent</title>
      <link>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088383#M393424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for responding Jouni.&amp;nbsp; I was just lookingn at the same infromation you just described.&amp;nbsp; We may have an overlapped IP.&amp;nbsp; I have sent the information over to our IT Admin that setup the ASA.&amp;nbsp; I will have more information later.&amp;nbsp; Hopefully removal of the possible overlapped config will take care of the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 22:01:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088383#M393424</guid>
      <dc:creator>Tom Menges</dc:creator>
      <dc:date>2013-01-04T22:01:15Z</dc:date>
    </item>
    <item>
      <title>Ping Static NAT IP from Outside Address is very intermittent</title>
      <link>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088384#M393427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; My issues appear to be solved.&amp;nbsp; All of our NAT'ing as well as our setup for the icmp to be allowed was correct.&amp;nbsp; I did resolve the issue with the dup NAT IP with the default pool IP but that was not causing the isssue and was narrowed down to a server connedted to a switch hanging off of the private (inside interface).&amp;nbsp; Once specific ports were shut down on this switch our ping's were received at 100%.&amp;nbsp; We either have a Linux box with a bad configured windows server or we flat out have a loop.&amp;nbsp; Thank you all for your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 13:17:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-static-nat-ip-from-outside-address-is-very-intermittent/m-p/2088384#M393427</guid>
      <dc:creator>Tom Menges</dc:creator>
      <dc:date>2013-01-10T13:17:48Z</dc:date>
    </item>
  </channel>
</rss>

