<?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 525 with mutliple Class C subnets in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122251#M649144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried your solution and it's working perfectly. I had the wrong idea that the Ip address of the outside interface was related to Nat addresses but they are different things.&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;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2003 17:30:37 GMT</pubDate>
    <dc:creator>dlandr</dc:creator>
    <dc:date>2003-02-03T17:30:37Z</dc:date>
    <item>
      <title>Pix 525 with mutliple Class C subnets</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122249#M649065</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pix 525 6.1(1) with 2 ethernet interfaces&lt;/P&gt;&lt;P&gt;   Inside  -&amp;gt; lan, private adresses&lt;/P&gt;&lt;P&gt;   Outside -&amp;gt; Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 different public subnets and I need to define static NAT in the 3 subnets that point to internal servers.&lt;/P&gt;&lt;P&gt;Can I do that with the Pix. All I have seen for now is that I can only specify one Ip address for the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple of what I want to do...&lt;/P&gt;&lt;P&gt;   subnet 206.x.1.56 --&amp;gt; 10.x.x.25  (dns server)&lt;/P&gt;&lt;P&gt;   subnet 206.x.2.5 --&amp;gt; 10.x.x.26  (web server)&lt;/P&gt;&lt;P&gt;   subnet 206.x.3.18 --&amp;gt; 10.x.x.27  (mail server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that on the Pix&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;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:32:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122249#M649065</guid>
      <dc:creator>dlandr</dc:creator>
      <dc:date>2020-02-21T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 525 with mutliple Class C subnets</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122250#M649086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean those are your outside ip address that you wish to NAT, and those IP addresses are presented by the ISP to the ethernet wire on your outside interface, then&lt;/P&gt;&lt;P&gt;static (inside,outside) 206.x.1.56 10.x.x.25 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 206.x.2.5 10.x.x.26 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 206.x.3.18 10.x.x.27 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;should work regardless of whether the outside IP address and default route are in the same subnet as any of them, or even a completely different subnet.  Rather like an example 'three interfaces with no nat' at &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_v52/config/examples.htm#xtocid4" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_v52/config/examples.htm#xtocid4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but instead of mapping (for the dmz in the example) the entire of one subnet (different to the subnet that is configured on the outside interface) to itself and using no nat, you are natting single IP addresses (again these are in a different subnets to the one that is configured on the outside interface) to private DMZ addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2003 00:24:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122250#M649086</guid>
      <dc:creator>kagodfrey</dc:creator>
      <dc:date>2003-02-01T00:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 525 with mutliple Class C subnets</title>
      <link>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122251#M649144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried your solution and it's working perfectly. I had the wrong idea that the Ip address of the outside interface was related to Nat addresses but they are different things.&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;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2003 17:30:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-525-with-mutliple-class-c-subnets/m-p/122251#M649144</guid>
      <dc:creator>dlandr</dc:creator>
      <dc:date>2003-02-03T17:30:37Z</dc:date>
    </item>
  </channel>
</rss>

