<?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 506e static NAT help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698215#M1024193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not necessary. If your mapped IP address is not in the same subnet as the outside network, all you neeed is a "route" on the outside router, routing traffic for the mapped IP/network to the outside interface IP of PIX. If that is in place, you need to make sure that-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the mapped IP address is not in use any where else.&lt;/P&gt;&lt;P&gt;- clear the ARP cache on the outside router.&lt;/P&gt;&lt;P&gt;- try pinging the mapped IP address from the router with ICMP debugs enabled on PIX. This will show if router is routing the packets correctly.&lt;/P&gt;&lt;P&gt;- verify with your ISP that the mapped IP addresses are registered for use by you and are routable accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 16:22:37 GMT</pubDate>
    <dc:creator>vitripat</dc:creator>
    <dc:date>2007-03-06T16:22:37Z</dc:date>
    <item>
      <title>pix 506e static NAT help</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698212#M1024190</link>
      <description>&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've configured a one-to-one static NAT on pix 506E ,the design looks like this:internet--&amp;gt;cisco1841--&amp;gt;pix506E , the 1841 lan interface has 4 segment public networks, the pix wan interface used one of these segments, I config an static nat on the pix as: static (inside,outside) 2.75.15.227 192.10.7.88 netmask 255.255.255.255 , if the public address belong to the pix wan interface segment,the static NAT well, if the public address not belong to the pix wan interface segment,the static NAT can't use, the local machine that have the real ip can't access internet, but from internet can ping the mapped public address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1841 config as :&lt;/P&gt;&lt;P&gt;Router#show run&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;resource policy&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;mmi polling-interval 60&lt;/P&gt;&lt;P&gt;no mmi auto-configure&lt;/P&gt;&lt;P&gt;no mmi pvc&lt;/P&gt;&lt;P&gt;mmi snmp-timeout 180&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ip dhcp use vrf connected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username cisco privilege 15 secret xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt;ip address 169.x.64.x.255.255.252&lt;/P&gt;&lt;P&gt;speed 10&lt;/P&gt;&lt;P&gt;full-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt;ip address 2.170.x.x.255.255.248 secondary&lt;/P&gt;&lt;P&gt;ip address 2.235.x.x.255.255.248 secondary&lt;/P&gt;&lt;P&gt;ip address 2.75.x.x.255.255.248 secondary&lt;/P&gt;&lt;P&gt;ip address 2.75.x.x.255.255.240&lt;/P&gt;&lt;P&gt;duplex auto&lt;/P&gt;&lt;P&gt;speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 169.254.64.25&lt;/P&gt;&lt;P&gt;ip route 2.75.x.x.255.255.255 FastEthernet0/1&lt;/P&gt;&lt;P&gt;ip route 2.75.x.x.255.255.255 FastEthernet0/1&lt;/P&gt;&lt;P&gt;ip route 2.235.x.x.255.255.255 FastEthernet0/1&lt;/P&gt;&lt;P&gt;ip route 2.235.x.x.255.255.255 FastEthernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;control-plane&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix config :&lt;/P&gt;&lt;P&gt;&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 auto&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;enable password xxx encrypted&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;names &lt;/P&gt;&lt;P&gt;access-list 110 permit ip any any &lt;/P&gt;&lt;P&gt;access-list 110 permit tcp any any &lt;/P&gt;&lt;P&gt;access-list 111 deny ip 192.10.7.0 255.255.255.0 2.170.130.16 255.255.255.248 &lt;/P&gt;&lt;P&gt;access-list 111 deny ip 192.10.7.0 255.255.255.0 2.75.15.224 255.255.255.240 &lt;/P&gt;&lt;P&gt;access-list 111 deny ip 192.10.7.0 255.255.255.0 2.75.18.96 255.255.255.248 &lt;/P&gt;&lt;P&gt;access-list 111 deny ip 192.10.7.0 255.255.255.0 2.235.57.8 255.255.255.248 &lt;/P&gt;&lt;P&gt;access-list 111 permit ip any any &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;icmp permit any outside&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 2.75.x.x.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.10.7.254 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 access-list 111 0 0&lt;/P&gt;&lt;P&gt;alias (inside) 192.10.7.246 2.75.15.230 255.255.255.255&lt;/P&gt;&lt;P&gt;alias (inside) 192.10.7.8 2.75.15.228 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 2.x.130.18 192.10.7.207 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.170.130.20 192.10.7.208 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.170.130.21 192.10.7.206 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.75.15.227 192.10.7.88 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;#----------------------this command can't work,if change the mapped public address to 2.75.18.99,then OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 2.75.15.228 192.10.7.8 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.75.15.229 192.10.7.7 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) 2.75.15.230 192.10.7.246 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group 110 in interface outside&lt;/P&gt;&lt;P&gt;access-group 110 in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 2.75.18.98 1&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:41:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698212#M1024190</guid>
      <dc:creator>nianqing212</dc:creator>
      <dc:date>2019-03-11T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: pix 506e static NAT help</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698213#M1024191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are able to ping the public ip from the Internet, then the Internet access for the host shud also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could be a DNS issue. Try pinging 4.2.2.2 from the host .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2007 23:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698213#M1024191</guid>
      <dc:creator>kaachary</dc:creator>
      <dc:date>2007-03-05T23:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: pix 506e static NAT help</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698214#M1024192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am ping 4.2.2.2 it also time out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've asked cisco engineer at cisco PHO website ,He told me the mapped ip address must belong to the same segment with it's wan interface ip address &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>Tue, 06 Mar 2007 15:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698214#M1024192</guid>
      <dc:creator>nianqing212</dc:creator>
      <dc:date>2007-03-06T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: pix 506e static NAT help</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698215#M1024193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not necessary. If your mapped IP address is not in the same subnet as the outside network, all you neeed is a "route" on the outside router, routing traffic for the mapped IP/network to the outside interface IP of PIX. If that is in place, you need to make sure that-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- the mapped IP address is not in use any where else.&lt;/P&gt;&lt;P&gt;- clear the ARP cache on the outside router.&lt;/P&gt;&lt;P&gt;- try pinging the mapped IP address from the router with ICMP debugs enabled on PIX. This will show if router is routing the packets correctly.&lt;/P&gt;&lt;P&gt;- verify with your ISP that the mapped IP addresses are registered for use by you and are routable accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 16:22:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698215#M1024193</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-03-06T16:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: pix 506e static NAT help</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698216#M1024195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the pix's neighbor is the cisco 1841 ,it's has four subnet, the one of them in the same subnet as the pix mapped ip address ,so I think the "route" is not necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the reason is the remain other, the error is not related with pix and router config, is it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 09:53:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-static-nat-help/m-p/698216#M1024195</guid>
      <dc:creator>nianqing212</dc:creator>
      <dc:date>2007-03-07T09:53:19Z</dc:date>
    </item>
  </channel>
</rss>

