<?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: Block ping to outside interface of ASA from internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029765#M937212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use ACLs for that, for allowing(denying) ICMP to interface use ICMP command in global configuration.. (ICMP is permited by default)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this for more info&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;M.&lt;/P&gt;&lt;P&gt;hope that helps rate if it doest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 14:44:34 GMT</pubDate>
    <dc:creator>m.sir</dc:creator>
    <dc:date>2008-05-26T14:44:34Z</dc:date>
    <item>
      <title>Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029764#M937211</link>
      <description>&lt;P&gt;We recently had a security audit of our network carried out.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the minor points raised was that ping responses were received from our firewall's public IP address (i.e. the outside interface) and this may allow an attacker to enumerate our network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've therefore been asked to turn off ping responses from our outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't find a way to prevent our outside interface responding to ping requests sent from the internet?  (I can successfully block ICMP requests going THROUGH the firewall)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an access-list applied to the outside interface with "deny icmp any any" but the outside interface still responds to pings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be achieved?&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 12:49:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029764#M937211</guid>
      <dc:creator>mitchen</dc:creator>
      <dc:date>2019-03-11T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029765#M937212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use ACLs for that, for allowing(denying) ICMP to interface use ICMP command in global configuration.. (ICMP is permited by default)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this for more info&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;M.&lt;/P&gt;&lt;P&gt;hope that helps rate if it doest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 14:44:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029765#M937212</guid>
      <dc:creator>m.sir</dc:creator>
      <dc:date>2008-05-26T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029766#M937213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want asa not to respond to any icmp echo request coming from internet,use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5510-Single(config)# icmp deny any echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this way,asa would still be able to ping any ip address on internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5510-Single(config)# icmp deny any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asa would not be able to ping on internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sushil &lt;/P&gt;&lt;P&gt;Cisco TAC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 17:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029766#M937213</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-05-26T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029767#M937214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 08:33:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/1029767#M937214</guid>
      <dc:creator>mitchen</dc:creator>
      <dc:date>2008-05-28T08:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/4654863#M1092036</link>
      <description>&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;I have tried the command&amp;nbsp;&lt;SPAN&gt;icmp deny any echo-reply outside but after my complete internet went down. Is it any alternative way i can restrict ping from internet&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/4654863#M1092036</guid>
      <dc:creator>sv7</dc:creator>
      <dc:date>2022-07-21T13:18:00Z</dc:date>
    </item>
    <item>
      <title>回复： Block ping to outside interface of ASA from internet</title>
      <link>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/4707977#M1094433</link>
      <description>&lt;P&gt;The below command is correct.&lt;/P&gt;
&lt;P&gt;icmp permit any echo-reply Outside&lt;BR /&gt;icmp permit any time-exceeded Outside&lt;BR /&gt;icmp permit any unreachable Outside&lt;/P&gt;
&lt;P&gt;refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-but-allow-ping-out-from-asa/td-p/2317192" target="_blank"&gt;https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-but-allow-ping-out-from-asa/td-p/2317192&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 07:56:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/block-ping-to-outside-interface-of-asa-from-internet/m-p/4707977#M1094433</guid>
      <dc:creator>wangxkc</dc:creator>
      <dc:date>2022-10-24T07:56:09Z</dc:date>
    </item>
  </channel>
</rss>

