<?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 Problem whilst using PAT on Pix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/icmp-problem-whilst-using-pat-on-pix/m-p/360015#M549061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ICMP is not a stateful protocol ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why even from the inside network with PAT,NAT and no access-list on the ionside network ping will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an access-list that permits the icmp traffic traveling interfaces. And to ping the same interface that you are connected to, example ping inside IP from an inside host you need to configure the "icmp" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceroute&lt;/P&gt;&lt;P&gt;Microsoft:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP unreachable&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP time-exceeded&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIX:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP unreachable&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP time-exceeded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICMP command example&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.30 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.31 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.20 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.40 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.100 echo inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: Handling ICMP Pings with the PIX Firewall&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;The PIX and the traceroute Command&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_note09186a00800e9312.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800e9312.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2005 11:24:41 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2005-04-20T11:24:41Z</dc:date>
    <item>
      <title>ICMP Problem whilst using PAT on Pix</title>
      <link>https://community.cisco.com/t5/network-security/icmp-problem-whilst-using-pat-on-pix/m-p/360014#M549060</link>
      <description>&lt;P&gt;I currently have PAT enabled on our Pix, I can connect to the Net however whenever I try to ping I can see the ICMP packets getting dropped on the way back in. I have a default rule permitting IP outbound from any internal address. My understanding is that the session should keep a port open whilst I am initiating the ping. My only thoughts are that the ping is getting dropped because the Pix is seeing this as a session, which is being initiated from the remote site. Can anyone offer an explanation to this?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-problem-whilst-using-pat-on-pix/m-p/360014#M549060</guid>
      <dc:creator>g.watt</dc:creator>
      <dc:date>2020-02-21T08:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: ICMP Problem whilst using PAT on Pix</title>
      <link>https://community.cisco.com/t5/network-security/icmp-problem-whilst-using-pat-on-pix/m-p/360015#M549061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ICMP is not a stateful protocol ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why even from the inside network with PAT,NAT and no access-list on the ionside network ping will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an access-list that permits the icmp traffic traveling interfaces. And to ping the same interface that you are connected to, example ping inside IP from an inside host you need to configure the "icmp" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceroute&lt;/P&gt;&lt;P&gt;Microsoft:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP unreachable&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP time-exceeded&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIX:&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP unreachable&lt;/P&gt;&lt;P&gt;access-list 101 permit icmp any host YourPublicIP time-exceeded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICMP command example&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply outside&lt;/P&gt;&lt;P&gt;icmp permit any echo-reply inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.30 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.31 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.20 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.40 echo inside&lt;/P&gt;&lt;P&gt;icmp permit host 192.168.1.100 echo inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: Handling ICMP Pings with the PIX Firewall&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;The PIX and the traceroute Command&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_note09186a00800e9312.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800e9312.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2005 11:24:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/icmp-problem-whilst-using-pat-on-pix/m-p/360015#M549061</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-04-20T11:24:41Z</dc:date>
    </item>
  </channel>
</rss>

