<?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 IP address help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401335#M553549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each interface of a PIX can have one, and only one, IP address assigned to it.  It is not like a router that can have multiple secondary IP addresses configured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Dec 2004 22:18:21 GMT</pubDate>
    <dc:creator>gfullage</dc:creator>
    <dc:date>2004-12-20T22:18:21Z</dc:date>
    <item>
      <title>PIX IP address help</title>
      <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401334#M553543</link>
      <description>&lt;P&gt;How many subnets can I assign to an interface of a PIX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:49:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401334#M553543</guid>
      <dc:creator>eelliston</dc:creator>
      <dc:date>2020-02-21T07:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: PIX IP address help</title>
      <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401335#M553549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each interface of a PIX can have one, and only one, IP address assigned to it.  It is not like a router that can have multiple secondary IP addresses configured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2004 22:18:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401335#M553549</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-12-20T22:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX IP address help</title>
      <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401336#M553557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what I thought.  I have a customer who is moving into a datacenter and they have 3 Class C address spaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;216.82.64.0/24&lt;/P&gt;&lt;P&gt;216.82.65.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;216.82.68.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 interfaces on the PIX.  How would I set it up where I can use all these address spaces.  I know I can put the first 2 spaces on a /23 subnet but the 3rd is a pain.  Could I use one of the other interfaces for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be huge!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2004 22:32:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401336#M553557</guid>
      <dc:creator>eelliston</dc:creator>
      <dc:date>2004-12-20T22:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX IP address help</title>
      <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401337#M553560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you want these subnets on inside/dmz interfaces, I'm not really sure what you're asking.  If you have an inside, a dmz and an outside int, then you could just do:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;ip address inside 216.82.64.1 255.255.254.0&lt;/P&gt;&lt;P&gt;ip address dmz 216.82.68.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you get the 2 class-C's on the inside and one whole class-C on the DMZ.  You also configure whatever IP address the ISP tells you to on the outside and set the defautl gateway accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you do though really depends on how your customer wants it set up.  If they have a DMZ with only a couple of servers on it, it's crazy to waste a whole class-C on that interface.  Does your customer really need 3 entire class-C's, that must be costing them a fortune, why not implement private IP addressing and just purchase a few valid IP addresses for NAT'ing and PAT'ing?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going even further you could subnet them up more by using logical interfaces in the PIX, so you could create multiple internal interfaces and subnet the class-C's down to /25, /26 or further.  See &lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/bafwcfg.htm#wp1113411" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/bafwcfg.htm#wp1113411&lt;/A&gt; for further details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2004 00:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401337#M553560</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-12-21T00:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX IP address help</title>
      <link>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401338#M553569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.  I don't know how they talked this datacenter into 3 full /24 spaces...but they did.  Their SWIPs don't document proper usage in my opinion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are going to have pretty much all one to one transalations going on.  IE. 216.82.64.3 --&amp;gt; 192.168.64.3.  We are also going to have a router behind the pix with a point to point t-1 to the remote office which will be piggy-backing the bandwidth from the datacenter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was hoping was to do was have a private range 192.168.64.0/21 on the inside that nats to its perspective public address.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I am not really thinking in terms of DMZ...I am thinking 2 outside interfaces and 1 inside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crazy huh...&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;Eric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2004 01:23:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-ip-address-help/m-p/401338#M553569</guid>
      <dc:creator>eelliston</dc:creator>
      <dc:date>2004-12-21T01:23:58Z</dc:date>
    </item>
  </channel>
</rss>

