<?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: What is the maximum PAT statement in PIX Firewall? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302029#M593075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the outside interface's ip address and subnet mask? could .102 be a broadcast address for that subnet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Apr 2004 10:09:53 GMT</pubDate>
    <dc:creator>mostiguy</dc:creator>
    <dc:date>2004-04-27T10:09:53Z</dc:date>
    <item>
      <title>What is the maximum PAT statement in PIX Firewall?</title>
      <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302026#M593067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the maximum no of PAT allowed in PIX? So far, I couldn&amp;#146;t find exact statement in cisco.com on this. Most of the PIX sample configuration shows 2 PATs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason was (if possible) to map each individual NAT to PAT, instead of using a pool of outside/Public IP and  1 PAT for backup. For example, 5 internal VLANs need to be mapped to 5 different PAT for easy identification and troubleshooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 202.X.X.100&lt;/P&gt;&lt;P&gt;global (outside) 2 202.X.X.101&lt;/P&gt;&lt;P&gt;global (outside) 3 202.X.X.102&lt;/P&gt;&lt;P&gt;global (outside) 4 202.X.X.103&lt;/P&gt;&lt;P&gt;global (outside) 5 202.X.X.104&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.100.110.0  255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.100.120.0  255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 3 10.100.130.0  255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 4 10.100.140.0  255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 5 10.100.150.0  255.255.255.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;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:22:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302026#M593067</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2020-02-21T07:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum PAT statement in PIX Firewall?</title>
      <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302027#M593069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no set limit, other than the fact the nat/global pair number can only be between 1 and 2147483647, although you'd run out of your 2Meg config size limit way before that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen configs with hundreds of them and it works fine.  If you only want 5 then you'll be fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2004 00:32:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302027#M593069</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-04-27T00:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum PAT statement in PIX Firewall?</title>
      <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302028#M593071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did saw the max pair between 1 to 2,147,483,647, but when I tried to configure the 3rd PAT, it gives error on overlapping PAT statement. That was on a fresh installation and the public IP was free (unused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 202.X.X.100   -&amp;gt; ok/accepted&lt;/P&gt;&lt;P&gt;global (outside) 2 202.X.X.101   -&amp;gt; ok/accepted&lt;/P&gt;&lt;P&gt;global (outside) 3 202.X.X.102  -&amp;gt; ERROR due to overlapping PAT??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.100.110.0 255.255.255.0 -&amp;gt; ok&lt;/P&gt;&lt;P&gt;nat (inside) 2 10.100.120.0 255.255.255.0 -&amp;gt; ok&lt;/P&gt;&lt;P&gt;nat (inside) 3 10.100.130.0 255.255.255.0 -&amp;gt; ok &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I missed any steps?&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;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2004 03:03:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302028#M593071</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2004-04-27T03:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum PAT statement in PIX Firewall?</title>
      <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302029#M593075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the outside interface's ip address and subnet mask? could .102 be a broadcast address for that subnet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2004 10:09:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302029#M593075</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-04-27T10:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum PAT statement in PIX Firewall?</title>
      <link>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302030#M593077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The public IP subnet is 202.X.X.96/27. Usable address range should be 202.X.X.97 - 202.X.X.126, broadcast is 202.X.X.127.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2004 23:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/what-is-the-maximum-pat-statement-in-pix-firewall/m-p/302030#M593077</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2004-04-27T23:17:37Z</dc:date>
    </item>
  </channel>
</rss>

