<?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 Cannot ping from the inside network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746384#M1006986</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have setup a pix 515e with 7.0.(6) I am unable to ping to the internet from the internal hosts. I am able to browse the internet and do DNS lookups. Also the hitcnt does not increment. It always shows up as 0 &lt;/P&gt;&lt;P&gt;I have added the following lines to allow icmp through but this does not allow me to ping to the internet. I can ping the external interface of the pix from the internet. Is there something i am not doing right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in-to-out extended permit icmp object-group internal-lan any log&lt;/P&gt;&lt;P&gt;access-list out-to-in extended permit icmp any any&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;icmp permit any echo outside&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 10:00:48 GMT</pubDate>
    <dc:creator>adilmasani</dc:creator>
    <dc:date>2019-03-11T10:00:48Z</dc:date>
    <item>
      <title>Cannot ping from the inside network</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746384#M1006986</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have setup a pix 515e with 7.0.(6) I am unable to ping to the internet from the internal hosts. I am able to browse the internet and do DNS lookups. Also the hitcnt does not increment. It always shows up as 0 &lt;/P&gt;&lt;P&gt;I have added the following lines to allow icmp through but this does not allow me to ping to the internet. I can ping the external interface of the pix from the internet. Is there something i am not doing right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in-to-out extended permit icmp object-group internal-lan any log&lt;/P&gt;&lt;P&gt;access-list out-to-in extended permit icmp any any&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;icmp permit any echo outside&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:00:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746384#M1006986</guid>
      <dc:creator>adilmasani</dc:creator>
      <dc:date>2019-03-11T10:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping from the inside network</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746385#M1006987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default pix does not allow icmp traffic or any other traffic from lower to higher security level, you would have to explicitly allow icmp traffic to pass through the firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per the nature of work for icmp you would have to allow all the below mentioned in order to be able to ping outside ip address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_to_in permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list out_to_in permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-list out_to_in permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list in_to_out permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list in_to_out permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-list in_to_out permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also make sure you have acl "out_to_in" and "in_to_out" applied to interfaces &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group out_to_in in interface outside&lt;/P&gt;&lt;P&gt;access-group in_to_out in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, please rate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 04:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746385#M1006987</guid>
      <dc:creator>zulqurnain</dc:creator>
      <dc:date>2007-04-17T04:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping from the inside network</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746386#M1006989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot this fixed it. I had forgotten to apply the access-lists to the interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 22:49:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ping-from-the-inside-network/m-p/746386#M1006989</guid>
      <dc:creator>adilmasani</dc:creator>
      <dc:date>2007-04-17T22:49:35Z</dc:date>
    </item>
  </channel>
</rss>

