<?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: PIX 501 NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192077#M860960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without route to internal router&lt;/P&gt;&lt;P&gt;outside 0.0.0.0 0.0.0.0 12.52.0.33 1 OTHER static  (What I added) &lt;/P&gt;&lt;P&gt;outside 9.9.9.7 255.255.255.224 9.9.9.9 1 CONNECT static  (Shows by default since it's the interface)&lt;/P&gt;&lt;P&gt;inside 172.16.41.0 255.255.255.0 172.16.41.100 1 CONNECT static (Shows by default since it's the interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ping I get:&lt;/P&gt;&lt;P&gt;No route to 172.16.42.1 from "Where I'm at" on the PIX debug log...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the 172.16.x.x route&lt;/P&gt;&lt;P&gt;outside 0.0.0.0 0.0.0.0 9.9.9.8 1 OTHER static&lt;/P&gt;&lt;P&gt;outside 9.9.9.7 255.255.255.224 9.9.9.9 1 CONNECT static&lt;/P&gt;&lt;P&gt;inside 172.16.0.0 255.255.0.0 172.16.41.200 1 OTHER static&lt;/P&gt;&lt;P&gt;inside 172.16.41.0 255.255.255.0 172.16.41.100 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ping now... I don't get the "No Route" but I don't get replies either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reminder, I can ping everything on the internal and external network from the PIX.  However, Outisde in and Inside out doesn't work even though it's allowed... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2009 17:44:38 GMT</pubDate>
    <dc:creator>mikefunk</dc:creator>
    <dc:date>2009-04-11T17:44:38Z</dc:date>
    <item>
      <title>PIX 501 NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192074#M860946</link>
      <description>&lt;P&gt;I'm having an issue where I can sit on the PIX and ping everything on the internal network.  I can ping everything I've allowed on the external network as well.  However, I can't get traffic across the NAT to ping.  Here's the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&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;hostname another-fw1&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit ip host NAMED-SOMETHING any &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit icmp object-group icmp-sources any &lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 9.9.9.9 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 172.16.41.100 255.255.255.0&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 9.9.9.10 172.16.42.1 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 9.9.9.8 1&lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 172.16.41.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lame Layout Example&lt;/P&gt;&lt;P&gt;ROUTER -&amp;gt; PIX -&amp;gt; SWITCH -&amp;gt; DEVICES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I changed the NAT'd devices gateway to the PIX, then it works fine.   BTW: The gateway isn't mine and I'm sure there isn't any type of route pointing back to me.  I'm typically coming in from an external IP and I guess that my traffic is getting pushed out another direction once it hits their network.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, would Source NAT work?  Never used it.. So, I have no idea. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:17:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192074#M860946</guid>
      <dc:creator>mikefunk</dc:creator>
      <dc:date>2019-03-11T15:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192075#M860956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT configuration you have done is okey. But the routing part seems to be giving you trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have configured two default routes:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 9.9.8.1&lt;/P&gt;&lt;P&gt;route inside 0.0.0.0 0.0.0.0 172.16.41.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting problem due to second default route pointed to 172.16.41.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make the second route more specific(don't used default route) e.g if you have 172.16.20.0 network in inside section then use&lt;/P&gt;&lt;P&gt;route inside 172.16.20.0 255.255.255.0 172.16.41.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see the translation and connection table&lt;/P&gt;&lt;P&gt;sh xlate&lt;/P&gt;&lt;P&gt;sh conn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Roshan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 11:51:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192075#M860956</guid>
      <dc:creator>roshan.maskey</dc:creator>
      <dc:date>2009-04-11T11:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192076#M860959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly, I've tried that..  I've even removed the old inside route, saved the config, and rebooted the PIX.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still produces this:&lt;/P&gt;&lt;P&gt;[ERR]route inside 172.16.41.0 255.255.255.0 172.16.41.200 1&lt;/P&gt;&lt;P&gt;	Route already exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 16:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192076#M860959</guid>
      <dc:creator>mikefunk</dc:creator>
      <dc:date>2009-04-11T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192077#M860960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without route to internal router&lt;/P&gt;&lt;P&gt;outside 0.0.0.0 0.0.0.0 12.52.0.33 1 OTHER static  (What I added) &lt;/P&gt;&lt;P&gt;outside 9.9.9.7 255.255.255.224 9.9.9.9 1 CONNECT static  (Shows by default since it's the interface)&lt;/P&gt;&lt;P&gt;inside 172.16.41.0 255.255.255.0 172.16.41.100 1 CONNECT static (Shows by default since it's the interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ping I get:&lt;/P&gt;&lt;P&gt;No route to 172.16.42.1 from "Where I'm at" on the PIX debug log...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the 172.16.x.x route&lt;/P&gt;&lt;P&gt;outside 0.0.0.0 0.0.0.0 9.9.9.8 1 OTHER static&lt;/P&gt;&lt;P&gt;outside 9.9.9.7 255.255.255.224 9.9.9.9 1 CONNECT static&lt;/P&gt;&lt;P&gt;inside 172.16.0.0 255.255.0.0 172.16.41.200 1 OTHER static&lt;/P&gt;&lt;P&gt;inside 172.16.41.0 255.255.255.0 172.16.41.100 1 CONNECT static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ping now... I don't get the "No Route" but I don't get replies either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reminder, I can ping everything on the internal and external network from the PIX.  However, Outisde in and Inside out doesn't work even though it's allowed... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 17:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-nat/m-p/1192077#M860960</guid>
      <dc:creator>mikefunk</dc:creator>
      <dc:date>2009-04-11T17:44:38Z</dc:date>
    </item>
  </channel>
</rss>

