<?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: Global/Nat across mutliple PIX Interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/global-nat-across-mutliple-pix-interfaces/m-p/436533#M535841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are using a wrong ip address (5.6.7.8 255.255.255.248) on the partner interface. With this subnetmask you have 6 valid address that you can assign to host 5.6.7.9 up to 5.6.7.14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.6.7.8 specifies the network and 5.6.7.15 specifies the broadcast address and can not be assign to an interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So change 5.6.7.8 to an ip address in the range 5.6.7.9-5.6.7.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2005 21:13:53 GMT</pubDate>
    <dc:creator>tvanginneken</dc:creator>
    <dc:date>2005-07-05T21:13:53Z</dc:date>
    <item>
      <title>Global/Nat across mutliple PIX Interfaces</title>
      <link>https://community.cisco.com/t5/network-security/global-nat-across-mutliple-pix-interfaces/m-p/436532#M535840</link>
      <description>&lt;P&gt;I had the following config on my PIX 515 and everything was working (IP's have been changed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 1.2.3.4 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 192.168.150.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address dmz 192.168.47.1 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 2 1.2.4.5 netmask 255.255.255.240&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 2 192.168.47.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list vpn&lt;/P&gt;&lt;P&gt;nat (inside) 2 192.168.1.0 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my external router I used a route-map to send anything from nat 1 out a specific path and anything from nat 2 out a different path.  Everything was working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to install a new internet connection and created a new interface on the PIX.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 1.2.3.4 255.255.255.224&lt;/P&gt;&lt;P&gt;ip address inside 192.168.150.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address dmz 192.168.47.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address partner 5.6.7.8 255.255.255.248&lt;/P&gt;&lt;P&gt;global (outside) 2 1.2.4.5 netmask 255.255.255.240&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;global (dmz) 2 192.168.47.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;global (partner) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list vpn&lt;/P&gt;&lt;P&gt;nat (inside) 2 192.168.1.0 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clients using nat (inside) 1 work fine but clients using nat (inside) 2 don't work.  I've tried several combinations of&lt;/P&gt;&lt;P&gt;global (partner) 2 x.x.x.x netmask x.x.x.x but nothing has worked so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:15:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat-across-mutliple-pix-interfaces/m-p/436532#M535840</guid>
      <dc:creator>unionbancorpit</dc:creator>
      <dc:date>2020-02-21T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Global/Nat across mutliple PIX Interfaces</title>
      <link>https://community.cisco.com/t5/network-security/global-nat-across-mutliple-pix-interfaces/m-p/436533#M535841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are using a wrong ip address (5.6.7.8 255.255.255.248) on the partner interface. With this subnetmask you have 6 valid address that you can assign to host 5.6.7.9 up to 5.6.7.14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.6.7.8 specifies the network and 5.6.7.15 specifies the broadcast address and can not be assign to an interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So change 5.6.7.8 to an ip address in the range 5.6.7.9-5.6.7.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 21:13:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat-across-mutliple-pix-interfaces/m-p/436533#M535841</guid>
      <dc:creator>tvanginneken</dc:creator>
      <dc:date>2005-07-05T21:13:53Z</dc:date>
    </item>
  </channel>
</rss>

