<?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: pinging pix interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72520#M679971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The icmp command can permit or deny ICMP requests directly to a PIX interface. Check out the command reference here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/cmd_ref/gl.htm#xtocid162635" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/cmd_ref/gl.htm#xtocid162635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example usage:&lt;/P&gt;&lt;P&gt;icmp deny any echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now about pinging an PIX interface from a different network (i.e. thru the PIX). It depends if there is an access list or conduit allow the request and reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Nov 2001 02:47:11 GMT</pubDate>
    <dc:creator>danrodri</dc:creator>
    <dc:date>2001-11-24T02:47:11Z</dc:date>
    <item>
      <title>pinging pix interfaces</title>
      <link>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72519#M679947</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reasons i don't know a client wants absolutely to ping pix interfaces.&lt;/P&gt;&lt;P&gt;I explain, from one interface of the pix he wants to ping through pix to to reach the other interface of the pix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or through a network ping the interface of pix not in regard with that network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible cause i didn't find any document ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and where can i find the related document ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72519#M679947</guid>
      <dc:creator>enock_moubongo</dc:creator>
      <dc:date>2020-02-21T05:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: pinging pix interfaces</title>
      <link>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72520#M679971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The icmp command can permit or deny ICMP requests directly to a PIX interface. Check out the command reference here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/cmd_ref/gl.htm#xtocid162635" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_61/cmd_ref/gl.htm#xtocid162635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example usage:&lt;/P&gt;&lt;P&gt;icmp deny any echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now about pinging an PIX interface from a different network (i.e. thru the PIX). It depends if there is an access list or conduit allow the request and reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2001 02:47:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72520#M679971</guid>
      <dc:creator>danrodri</dc:creator>
      <dc:date>2001-11-24T02:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: pinging pix interfaces</title>
      <link>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72521#M679997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problem,(i need this feature to ping every interface of the pix from my inside Network management station)every config that was i trying was not working. maybe you can provide a working example configuration or tell me what is wrong in my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;   Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.1(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list allow-all permit ip any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.20.200 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.10.200 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.10.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group allow-all in interface outside&lt;/P&gt;&lt;P&gt;access-group allow-all in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2001 19:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72521#M679997</guid>
      <dc:creator>labinski</dc:creator>
      <dc:date>2001-11-24T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: pinging pix interfaces</title>
      <link>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72522#M680009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use only this command for your needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2001 06:10:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-pix-interfaces/m-p/72522#M680009</guid>
      <dc:creator>titansae</dc:creator>
      <dc:date>2001-12-20T06:10:37Z</dc:date>
    </item>
  </channel>
</rss>

