<?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: Allowing ICMP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750567#M989296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ping the outside interface &lt;/P&gt;&lt;P&gt;then you shuld write this command in configuration mode&lt;/P&gt;&lt;P&gt;pix(config)#icpm permit any outside&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 May 2007 08:44:57 GMT</pubDate>
    <dc:creator>emad.silicon</dc:creator>
    <dc:date>2007-05-20T08:44:57Z</dc:date>
    <item>
      <title>Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750565#M989294</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Pix 525 firewall in my lab and i am practicing in it.I have connected two systems to inside and outside interface each.i have configured 172.25.15.1 as inside interface ip address and 172.25.30.1 as outside ip address  i want the system wich is connected to inside interface should ping outside interface,i have configured the access-list as &lt;/P&gt;&lt;P&gt;(access-list 101 permit icmp any any) &lt;/P&gt;&lt;P&gt; (access-group 101 in interface outside).the inside network is nated to the outside interface but still i am not able to ping the outside interface.please can any one help me in resolving this. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750565#M989294</guid>
      <dc:creator>udayashankarsg</dc:creator>
      <dc:date>2019-03-11T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750566#M989295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally inside users wouldn't be able to ping outside interface of the PIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following access-list to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;        access-list 101 permit icmp any any source-quench &lt;/P&gt;&lt;P&gt;        access-list 101 permit icmp any any unreachable  &lt;/P&gt;&lt;P&gt;        access-list 101 permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;        access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you are runng 7.X include Inspect ICMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hoogen&lt;/P&gt;&lt;P&gt;Do rate if this post helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 16:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750566#M989295</guid>
      <dc:creator>hoogen_82</dc:creator>
      <dc:date>2007-05-19T16:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750567#M989296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ping the outside interface &lt;/P&gt;&lt;P&gt;then you shuld write this command in configuration mode&lt;/P&gt;&lt;P&gt;pix(config)#icpm permit any outside&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 08:44:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750567#M989296</guid>
      <dc:creator>emad.silicon</dc:creator>
      <dc:date>2007-05-20T08:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750568#M989297</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;I have tried this and it works but only if you add a entry to the inside interface like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list InsideACL permit icmp host 10.0.0.1 any echo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise 10.0.0.1 can't ping anything - is this correct ???&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;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 11:34:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750568#M989297</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2007-06-01T11:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750569#M989298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to cisco doc pinging an interface on the far side is not possible.  IE trying to ping the outside interface from a host on the inside.  With that being said I have seen the same config on 2 different firewalls and one allows it and the other doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#pingsown" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#pingsown&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 17:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750569#M989298</guid>
      <dc:creator>cpembleton</dc:creator>
      <dc:date>2007-06-01T17:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750570#M989299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;edw, yes if you have an acl in your inside interface then you would have to allow the traffic as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 17:41:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750570#M989299</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-01T17:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750571#M989300</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;So to confirm If I have a internal machine say 10.0.0.1 and I want to ping my outside machine say 16.16.16.16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to do this from the inside I would need these acls....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any source-quench &lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any unreachable &lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any any time-exceeded &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list InsideACL permit icmp host 10.0.0.1 any echo&lt;/P&gt;&lt;P&gt;access-group InsideACL in interface inside&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;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 23:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750571#M989300</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2007-06-01T23:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing ICMP</title>
      <link>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750572#M989301</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;If I allow inspect ICMP - I still have to add the above entries into the ACL for the traffic to transverse - is this correct? The Cisco ICMP doc is pretty usless as it leads you to believe that this isn't nessacery ?&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;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:19:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-icmp/m-p/750572#M989301</guid>
      <dc:creator>edw</dc:creator>
      <dc:date>2008-03-28T10:19:59Z</dc:date>
    </item>
  </channel>
</rss>

