<?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: ICMP OUTSIDE in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654363#M580792</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;Yes, you are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 20:37:14 GMT</pubDate>
    <dc:creator>mirober2</dc:creator>
    <dc:date>2011-03-01T20:37:14Z</dc:date>
    <item>
      <title>ICMP OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654360#M580789</link>
      <description>&lt;P&gt;Hello Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have permited only port 80 and 443 for our web server in DMZ. My question is after permiting port 80 and 443 everything is denied correct me if i m wrong.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m able to ping my public IP address of my outside interface of ASA from internet, why????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do icmp deny any outside&amp;nbsp; then it stops pinging but it stops pinging the directly connected interface of Internet router also that is used sometime for troubleshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is when i have denied everything from outside access-list&amp;nbsp; except&amp;nbsp; 80 and 443 then why icmp&amp;nbsp; reply are seen to host on internet.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:59:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654360#M580789</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2019-03-11T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: ICMP OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654361#M580790</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;The difference is in the way the ASA processes to-the-box vs. through-the-box traffic. You are correct that the 'access-list' command includes an implicit deny at the end of it, so all traffic not explicitly permitted will be blocked. However, the access-list only applies to through-the-box traffic. Nothing that you configure in an interface ACL will affect ICMP traffic destined directly to the the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'icmp permit' command is how you create access rules for to-the-box traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, use 'access-list' to restrict traffic between 2 hosts on either side of the firewall. Use 'icmp' (or 'ssh', 'telnet', or 'http') to restrict traffic sent to the firewall itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 20:06:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654361#M580790</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-03-01T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: ICMP OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654362#M580791</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;From ur mail what i understand is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list is for the traffic which passess through the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to block icmp,telnet ssh to the firewall itself we should these commnds telnet,ssh,icmp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my firewall outside interface which is pinging is correct it should ping until and unless i put a command icmpdeny any outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 20:35:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654362#M580791</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2011-03-01T20:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: ICMP OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654363#M580792</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;Yes, you are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 20:37:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654363#M580792</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-03-01T20:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: ICMP OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654364#M580793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a tons,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to confirm the above mail points before posting the below statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ISA server with 2 NIC 1 is outside and 1 is connected to core switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISA is statically natted with public IP for carrying users traffic to browse the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very Very strange issue when i put icmp deny any outside command on firewall, users are not able to browse the internet&amp;nbsp; why???????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 20:49:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-outside/m-p/1654364#M580793</guid>
      <dc:creator>estelamathew</dc:creator>
      <dc:date>2011-03-01T20:49:48Z</dc:date>
    </item>
  </channel>
</rss>

