<?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 through the PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59647#M620394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your network is as follows " internet--router--hub/switch--pix--hub/switch--workstation " then the pix default gateway should be set to the routers inside interface. If this is so then you should be able to ping the router inside interface from the pix or the work station. You will need a hub or switch or cross-over cable between each device. Are the link lights green on all the interfaces? You will also need to allow echo-reply. Try the command "show interface e0" The first line will tell you if the interface is functioning.&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2002 20:17:07 GMT</pubDate>
    <dc:creator>rsnider</dc:creator>
    <dc:date>2002-07-09T20:17:07Z</dc:date>
    <item>
      <title>Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59642#M620389</link>
      <description>&lt;P&gt;I've tried just about everything to ping the outside of the pix from a workstation with no success. Here is the recent command tried:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit icmp echo-reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any host [external-ip-address] echo &lt;/P&gt;&lt;P&gt;access-group 100 in interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:09:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59642#M620389</guid>
      <dc:creator>wsudds</dc:creator>
      <dc:date>2020-02-21T06:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59643#M620390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the list you need for ping and trace for  an outside address&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside &lt;/P&gt;&lt;P&gt;Do you have an access list on the inside interface? If you do you will need to permit icmp there as well.&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 14:48:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59643#M620390</guid>
      <dc:creator>rsnider</dc:creator>
      <dc:date>2002-07-09T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59644#M620391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are my ip addresses on the devices. &lt;/P&gt;&lt;P&gt;I've applied the access list you adviced inside and outside, &lt;/P&gt;&lt;P&gt;still no success. Am I missing something? THX in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.201.1 255.255.255.0-Router&lt;/P&gt;&lt;P&gt;192.168.200.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.200.1 255.255.255.0-Pix&lt;/P&gt;&lt;P&gt;192.168.100.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.100.100 255.255.255.0- Workstation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 17:22:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59644#M620391</guid>
      <dc:creator>wsudds</dc:creator>
      <dc:date>2002-07-09T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59645#M620392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to ping 192.168.200.1or are you trying to ping 192.168.200.2?&lt;/P&gt;&lt;P&gt;I don't think that you can ping the outside interface from inside, but you should be able to ping the next hop(router). Is your default route set to&lt;/P&gt;&lt;P&gt; route outside 0.0.0.0  0.0.0.0 192.168.200.2 &lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 18:20:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59645#M620392</guid>
      <dc:creator>rsnider</dc:creator>
      <dc:date>2002-07-09T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59646#M620393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my route outside set at 192.168.200.1 which is the routers inside interface,  that maybe the problem, only thing the pix is not allowing me to change it to 192.168.200.2 which is the pix outside interface.  THX Wil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 19:15:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59646#M620393</guid>
      <dc:creator>wsudds</dc:creator>
      <dc:date>2002-07-09T19:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59647#M620394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your network is as follows " internet--router--hub/switch--pix--hub/switch--workstation " then the pix default gateway should be set to the routers inside interface. If this is so then you should be able to ping the router inside interface from the pix or the work station. You will need a hub or switch or cross-over cable between each device. Are the link lights green on all the interfaces? You will also need to allow echo-reply. Try the command "show interface e0" The first line will tell you if the interface is functioning.&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 20:17:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59647#M620394</guid>
      <dc:creator>rsnider</dc:creator>
      <dc:date>2002-07-09T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59648#M620395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My network is internet--router--crossover cable to pix/switch--workstation.&lt;/P&gt;&lt;P&gt;THX Wil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2002 20:30:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59648#M620395</guid>
      <dc:creator>wsudds</dc:creator>
      <dc:date>2002-07-09T20:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59649#M620396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Form a pc on the inside of the pix, you can not ping the outside interface of the pix. &lt;/P&gt;&lt;P&gt;If you could ping from the pix itself to the outside router, and you want the pc behind the pix to also ping the outside router, you need a NAT and global statement, then you could add an access-list or just do "conduit permit icmp any any" to allow ping from the inside to the outside.&lt;/P&gt;&lt;P&gt;Here is a link to a good documentation: &lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/707/28.html#in-out" target="_blank"&gt;http://www.cisco.com/warp/public/707/28.html#in-out&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2002 00:28:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59649#M620396</guid>
      <dc:creator>edadios</dc:creator>
      <dc:date>2002-07-10T00:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59650#M620397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple config I can paste into the pix just to test connectivity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2002 14:39:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59650#M620397</guid>
      <dc:creator>wsudds</dc:creator>
      <dc:date>2002-07-12T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59651#M620398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access lists on the inside and outside interfaces, put this command in the outside access list (of course with your access list number)....&lt;/P&gt;&lt;P&gt;access-list outside permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the inside access list add this line......&lt;/P&gt;&lt;P&gt;access-list inside permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to add these lines to the bottom of your access list, so make sure your not denying icmp any where above it.  This will allow all icmp from inside to outside and outside to inside.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2002 15:31:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59651#M620398</guid>
      <dc:creator>mns0523</dc:creator>
      <dc:date>2002-07-12T15:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pinging through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59652#M620399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To ping form insdie to outside network.&lt;/P&gt;&lt;P&gt;add a route on router for the network behind the pix &lt;/P&gt;&lt;P&gt;router-&amp;gt;ip route  192.168.100.0 255.255.255.0 192.168.200.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add nat and global and conduit on pix&lt;/P&gt;&lt;P&gt;pix-&amp;gt; nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;         global(outside) 1 interface&lt;/P&gt;&lt;P&gt;         conduit permit icmp any any&lt;/P&gt;&lt;P&gt;And then the ping from inside to outside should work.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jul 2002 01:03:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pinging-through-the-pix/m-p/59652#M620399</guid>
      <dc:creator>edadios</dc:creator>
      <dc:date>2002-07-13T01:03:25Z</dc:date>
    </item>
  </channel>
</rss>

