<?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: Can't get through PIX firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88869#M690848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st, I would get rid of your NAT 0 configuration.  NAT0 is *always* a bad idea, unless you are by-passing nat for a VPN tunnel.&lt;/P&gt;&lt;P&gt;If you don't want a network to be translated, I would highly advise that you static the network to itself, &lt;/P&gt;&lt;P&gt;i.e.   static (inside,outside) 192.168.1.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd, the router probably needs to have it's arp-cache cleared with the command "clear arp"&lt;/P&gt;&lt;P&gt;I would issue that command on the Router as well as the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd, Have you verified that there is a route on your router pointing to the 192.168.1.0/24 network?   Make sure that it is reachable via the PIX on the router..&lt;/P&gt;&lt;P&gt;i.e  &lt;/P&gt;&lt;P&gt;ip route 192.168.1.0 255.255.255.0 192.168.2.2&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;-Bryan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2002 20:47:39 GMT</pubDate>
    <dc:creator>bosoro</dc:creator>
    <dc:date>2002-11-13T20:47:39Z</dc:date>
    <item>
      <title>Can't get through PIX firewall</title>
      <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88868#M690847</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a PIX 515E with two interfaces and can't get out from the inside to the outside interface.  I don't need or want NAT.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network is configured as follows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router &amp;lt;---&amp;gt; pix &amp;lt;----&amp;gt; switch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without the PIX the router's address is 192.168.1.1 and everything works great.  After inserting the PIX I changed the router's address to 192.168.2.1 255.255.255.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX is configured as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.2.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also created and applied an access-list to the outside and inside interface that allows icmp packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I telnet into the PIX from the inside network I can ping the inside network but can't ping the router.  From the inside network I can ping the inside interface but not the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what I have missed or am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Warren Johnson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88868#M690847</guid>
      <dc:creator>w.johnson</dc:creator>
      <dc:date>2020-02-21T06:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through PIX firewall</title>
      <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88869#M690848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st, I would get rid of your NAT 0 configuration.  NAT0 is *always* a bad idea, unless you are by-passing nat for a VPN tunnel.&lt;/P&gt;&lt;P&gt;If you don't want a network to be translated, I would highly advise that you static the network to itself, &lt;/P&gt;&lt;P&gt;i.e.   static (inside,outside) 192.168.1.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd, the router probably needs to have it's arp-cache cleared with the command "clear arp"&lt;/P&gt;&lt;P&gt;I would issue that command on the Router as well as the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd, Have you verified that there is a route on your router pointing to the 192.168.1.0/24 network?   Make sure that it is reachable via the PIX on the router..&lt;/P&gt;&lt;P&gt;i.e  &lt;/P&gt;&lt;P&gt;ip route 192.168.1.0 255.255.255.0 192.168.2.2&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;-Bryan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2002 20:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88869#M690848</guid>
      <dc:creator>bosoro</dc:creator>
      <dc:date>2002-11-13T20:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through PIX firewall</title>
      <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88870#M690853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I haven't tried your suggestions yet, but I'm sure the 3rd suggestion is one of the problems.  I forgot to add the route back after changing the IP address on the router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2002 22:01:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88870#M690853</guid>
      <dc:creator>w.johnson</dc:creator>
      <dc:date>2002-11-13T22:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through PIX firewall</title>
      <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88871#M690860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anytime.  I hope it works out for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2002 22:11:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88871#M690860</guid>
      <dc:creator>bosoro</dc:creator>
      <dc:date>2002-11-13T22:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through PIX firewall</title>
      <link>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88872#M690887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few more questions :-).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You seem to know what your talking about when you say not to use NAT 0, but I was wondering if you could enlighten me as to the reasons for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. By not using NAT on the PIX does the PIX then become a transparent device as far as routing goes.  Will any routes or tunnels that I have setup on the router still work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Warren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2002 13:17:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-get-through-pix-firewall/m-p/88872#M690887</guid>
      <dc:creator>w.johnson</dc:creator>
      <dc:date>2002-11-14T13:17:38Z</dc:date>
    </item>
  </channel>
</rss>

