<?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: Ping outside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ping-outside/m-p/844938#M955086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco documentation DOES provide this information. ACLs are for traffic through the firewall not to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command you need is "icmp deny any outside" (if outside interface's name is 'outside', otherwise, you should use that name). Here's the document:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/i1_72.html#wp1631466" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/i1_72.html#wp1631466&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be the same for SSH or telnet. If you want to allow SSH access to the firewall, an ACL won't have any effect. You need to use the "ssh" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, icmp is permitted to the outside interface by default&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 03:42:42 GMT</pubDate>
    <dc:creator>jojuarez</dc:creator>
    <dc:date>2008-02-14T03:42:42Z</dc:date>
    <item>
      <title>Ping outside</title>
      <link>https://community.cisco.com/t5/network-security/ping-outside/m-p/844936#M955082</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to figure it out for an hour or two now and can't.&lt;/P&gt;&lt;P&gt;In any documentation I found, it states that Cisco PIX does not replay to ping on outside interface and to enable it, a ACL must be created and attached to outside interface.&lt;/P&gt;&lt;P&gt;Problem is that, I don;t have any ACL and  can ping from router - outside interface of PIX. When I am adding ACL deny icmp any any and deny ip any any it still works and ACL counters do not increase.&lt;/P&gt;&lt;P&gt;Config is default, I tried that on PIX 501 and 506E. What can allow ping on outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 10.1.3.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;access-list 10 deny icmp any any log&lt;/P&gt;&lt;P&gt;access-group 10 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank.&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:02:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-outside/m-p/844936#M955082</guid>
      <dc:creator>michal.grzelak</dc:creator>
      <dc:date>2019-03-11T12:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ping outside</title>
      <link>https://community.cisco.com/t5/network-security/ping-outside/m-p/844937#M955084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michal..access-list is for transit traffic not for traffic destined on interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this...icmp deny any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 23:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-outside/m-p/844937#M955084</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-13T23:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ping outside</title>
      <link>https://community.cisco.com/t5/network-security/ping-outside/m-p/844938#M955086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco documentation DOES provide this information. ACLs are for traffic through the firewall not to the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command you need is "icmp deny any outside" (if outside interface's name is 'outside', otherwise, you should use that name). Here's the document:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/i1_72.html#wp1631466" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/i1_72.html#wp1631466&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be the same for SSH or telnet. If you want to allow SSH access to the firewall, an ACL won't have any effect. You need to use the "ssh" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, icmp is permitted to the outside interface by default&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 03:42:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-outside/m-p/844938#M955086</guid>
      <dc:creator>jojuarez</dc:creator>
      <dc:date>2008-02-14T03:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ping outside</title>
      <link>https://community.cisco.com/t5/network-security/ping-outside/m-p/844939#M955088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for clearing this up. It works now.&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:09:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-outside/m-p/844939#M955088</guid>
      <dc:creator>michal.grzelak</dc:creator>
      <dc:date>2008-02-14T08:09:34Z</dc:date>
    </item>
  </channel>
</rss>

