<?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 from outside into inside host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231888#M349937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jouni,&lt;/P&gt;&lt;P&gt;ICMP Inspection is enabled for ICMP &amp;amp; ICMP ERROR.&lt;/P&gt;&lt;P&gt;But still I cannot PING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSLOG shows that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INBOUND ICMP CONNECTION has been built but right after that &lt;/P&gt;&lt;P&gt;TEARDOWN ICMP CONNECTION shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other part do I need to check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 22:28:44 GMT</pubDate>
    <dc:creator>johnlee43</dc:creator>
    <dc:date>2013-05-14T22:28:44Z</dc:date>
    <item>
      <title>PING from outside into inside host</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231886#M349935</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ASA 5520.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot ping the host(192.168.1.20) which is inside firewall from outside hosts. Help me please.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Inside host (192.168.1.20) is translated into (198.24.210.226) using static NAT.&lt;BR /&gt;From outside host, I used "PING 198.24.210.226".&amp;nbsp; Is it because I used dynamic PAT for inside hosts?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 198.24.210.230 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN extended permit ip any any&lt;BR /&gt;access-list OUTSIDE-IN extended permit icmp any any&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;access-list inside_access_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) 198.24.210.226 192.168.1.20 netmask 255.255.255.255&lt;BR /&gt;access-group OUTSIDE-IN in interface outside&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 198.24.210.225 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:43:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231886#M349935</guid>
      <dc:creator>johnlee43</dc:creator>
      <dc:date>2019-03-12T01:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: PING from outside into inside host</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231887#M349936</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;Make sure you have ICMP Inspection enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure this if its not (or just to be sure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fixup protocol icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fixup protocol icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wouldnt recommend permitting all "ip" traffic from the "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dynamic PAT is no problem here. Static NAT for a host overrides Dynamic PAT. In other words the host will always use the Static NAT public IP address when connected to and when connecting out from the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 20:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231887#M349936</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-14T20:58:20Z</dc:date>
    </item>
    <item>
      <title>PING from outside into inside host</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231888#M349937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jouni,&lt;/P&gt;&lt;P&gt;ICMP Inspection is enabled for ICMP &amp;amp; ICMP ERROR.&lt;/P&gt;&lt;P&gt;But still I cannot PING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSLOG shows that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INBOUND ICMP CONNECTION has been built but right after that &lt;/P&gt;&lt;P&gt;TEARDOWN ICMP CONNECTION shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other part do I need to check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 22:28:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231888#M349937</guid>
      <dc:creator>johnlee43</dc:creator>
      <dc:date>2013-05-14T22:28:44Z</dc:date>
    </item>
    <item>
      <title>PING from outside into inside host</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231889#M349938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I went through your query and can suggest you one thing that you can restart your ASA if it is not a live production environemnt and if still the problem presists then I yhink there is an issue with Dynamic gloabal PAT that you have done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 02:38:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-outside-into-inside-host/m-p/2231889#M349938</guid>
      <dc:creator>harvisin</dc:creator>
      <dc:date>2013-05-22T02:38:16Z</dc:date>
    </item>
  </channel>
</rss>

