<?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: unable to ping public address behind pix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706513#M1023939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;permit icmp any any echo-reply from internet( acl-internet)&lt;/P&gt;&lt;P&gt;and permit icmp any any echo from inside (acl-inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 19:41:25 GMT</pubDate>
    <dc:creator>vince-tran</dc:creator>
    <dc:date>2007-03-06T19:41:25Z</dc:date>
    <item>
      <title>unable to ping public address behind pix</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706510#M1023933</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using pix 7.0. I have opened any any access for my users behind the fw, bt none is able to ping public addresses like &lt;A class="jive-link-custom" href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt; or ip 66.45.172.7.&lt;/P&gt;&lt;P&gt;pls see attached show run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706510#M1023933</guid>
      <dc:creator>bws</dc:creator>
      <dc:date>2019-03-11T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ping public address behind pix</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706511#M1023936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please add the command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl-internet extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the access-list on outside interface.when you try to ping anything on internet,the icmp echo request reaches that ip address,an icmp echo response is generated which reaches the firewall's outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as the access-list on outside interface do not permit the icmp,they'll be dropped and that's why u do not get replies on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's are many icmp commands which you could permit individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for details,please check:&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/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;Cisco TAC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 15:41:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706511#M1023936</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-06T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ping public address behind pix</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706512#M1023938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps, you dont even need to use access-lists. With 7.0 code PIX can do stateful inspection of ICMP and track the replies coming from outside and allow them if they match the requests initiated from the inside network. To do so, you can implement following commands-&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;  inspect icmp&lt;/P&gt;&lt;P&gt;  inspect icmp error&lt;/P&gt;&lt;P&gt;  exit&lt;/P&gt;&lt;P&gt; exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check if you are able to ping outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 16:06:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706512#M1023938</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-03-06T16:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: unable to ping public address behind pix</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706513#M1023939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;permit icmp any any echo-reply from internet( acl-internet)&lt;/P&gt;&lt;P&gt;and permit icmp any any echo from inside (acl-inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 19:41:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-public-address-behind-pix/m-p/706513#M1023939</guid>
      <dc:creator>vince-tran</dc:creator>
      <dc:date>2007-03-06T19:41:25Z</dc:date>
    </item>
  </channel>
</rss>

