<?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 configuration with multiple NAT statements in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712153#M497107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work. I assumed the 192.168.1.2 is an IP belongs to the same range of outside interface/Public IP (assigned by ISP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your 'nat (inside) 1' and 'global (outside) 1' pair will correctly allow hosts on 10.1.1.0/24 to go out using the single IP, and skip the NAT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 15:05:06 GMT</pubDate>
    <dc:creator>a.kiprawih</dc:creator>
    <dc:date>2006-10-16T15:05:06Z</dc:date>
    <item>
      <title>PIX configuration with multiple NAT statements</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712152#M497106</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have PIX running version 7.1(2). I use "nat 0" for all outbound traffic to bypass NAT. I have 5 different networks bypassing the PIX NAT. But I would like to apply NAT just for a new network without affecting other traffic. I want this new network to be translated to a specific routable IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this a possible solution? I am trying to aplly NAT on only 10.1.1.0 255.255.255.0 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 1 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (INSIDE) 1 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (INSIDE) 0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ercan&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:14:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712152#M497106</guid>
      <dc:creator>ercanelibol</dc:creator>
      <dc:date>2020-02-21T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX configuration with multiple NAT statements</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712153#M497107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work. I assumed the 192.168.1.2 is an IP belongs to the same range of outside interface/Public IP (assigned by ISP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your 'nat (inside) 1' and 'global (outside) 1' pair will correctly allow hosts on 10.1.1.0/24 to go out using the single IP, and skip the NAT 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 15:05:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712153#M497107</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-16T15:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: PIX configuration with multiple NAT statements</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712154#M497108</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;Please check for outside address 192.168.1.2&lt;/P&gt;&lt;P&gt;It is a private address and can not be provided by ISP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712154#M497108</guid>
      <dc:creator>dpopli</dc:creator>
      <dc:date>2006-10-17T08:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: PIX configuration with multiple NAT statements</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712155#M497109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply, I know it is a private address, I am just giving an config example. let me rewrite it again for you then. Do you think it is going to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (OUTSIDE) 1 122.18.1.2 &lt;/P&gt;&lt;P&gt;nat (INSIDE) 1 10.1.1.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (INSIDE) 0 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ercan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 11:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712155#M497109</guid>
      <dc:creator>ercanelibol</dc:creator>
      <dc:date>2006-10-17T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIX configuration with multiple NAT statements</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712156#M497110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 12:19:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration-with-multiple-nat-statements/m-p/712156#M497110</guid>
      <dc:creator>ercanelibol</dc:creator>
      <dc:date>2006-10-18T12:19:32Z</dc:date>
    </item>
  </channel>
</rss>

