<?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-6.3.5 Interface Outside and multiple Public IP block in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647603#M1025150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorgemcse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add a route statement on your border router pointing to the PIX for the new IP block you were given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route &lt;NEW_IP_BLOCK&gt; &lt;MASK&gt; &lt;PIX_OUTSIDE_IP&gt;&lt;/PIX_OUTSIDE_IP&gt;&lt;/MASK&gt;&lt;/NEW_IP_BLOCK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the border router is sending packets destined to this new IP block back to the ISP router (which does have a correct route pointing at your border router, and you send it back).  The packets will eventually die when the TTL times out.  But you have a  loop here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 02:08:32 GMT</pubDate>
    <dc:creator>David White</dc:creator>
    <dc:date>2007-04-03T02:08:32Z</dc:date>
    <item>
      <title>PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647597#M1025084</link>
      <description>&lt;P&gt;Hello All,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help in understanding  a particular situlation I am running into by providing an additional Public IP block on the outside interface on top of what it currently has. Currently we have a set of failover PIXes 515E models.Ver6.3.5  maxed out with 6 physical interfaces each.  The outside interface being the public side  interface is configured with its unique public IP block as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 66.x.x.x 255.255.255.192&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All outbound/inbound traffic and NAT  is obiously controled by rules for access to the inside on other interfaces.&lt;/P&gt;&lt;P&gt;We are getting an additional public IP block  by the same ISP provider we use. My question is , would I need an additional physical interface on the PIX for the additional Public IP block?  or could it be feasable to bind this new Public IP block into  the outside interface0 by creating/adding the new IP block  as a new network object on the outside interface. Hope Im making sence.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:37:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647597#M1025084</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2019-03-11T09:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647598#M1025089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont need to use additional interface. Here is what you can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- currently 66.x.x.x 255.255.255.192 is the block on outside interface of pix&lt;/P&gt;&lt;P&gt;- assuming that ISP provides new block 70.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;- now you'd like to use this block for NAT etc.&lt;/P&gt;&lt;P&gt;- freely use nat commands using the new block of 70.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is required? Here is what your ISP needs to do-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- ISP needs to add following route command on the router connected to outside interface of PIX-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 70.x.x.x 255.255.255.0 66.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, router will route the packets for new block 70.x.x.x/24 to outside interface of PIX and your new block will be usable through PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this clears up things and if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 19:23:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647598#M1025089</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-02-23T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647599#M1025139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add one other thing to Vibhor's posting. Allow the traffic destined to the new IP block on the outside access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 19:28:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647599#M1025139</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2007-02-23T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647600#M1025142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Sundar .. however we would need that only if the new block of IPs is mapped to some servers on the inside which will be accessed from outside. If the new block of IPs are only to be used for making outbound connections, we dont need to permit them in access-list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 19:38:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647600#M1025142</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-02-23T19:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647601#M1025145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vibhor/Sundar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help in clarifying this as this is a new up-comming project for the next two/three weeks..Im completely new to PIXs. The new public IP block we are geting  will be used for inbound connections too, as we have FrontEnd App servers for specific public access from our clients. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post the results of this implementation after  it happens.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jorge   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 23:24:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647601#M1025145</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-02-23T23:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647602#M1025147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, hope you both are around.. today we got the new IP block from our ISP and I am encountering couple of routing issues  with  the new IP block being routed through our border router facing the IPS . I did not look further into our setup with the ISP when I first posted my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did permit the new IP block on the outside PIX interface, created PAT for outbound internet connections etc , however, the routing problem I am facing seems to be between our border router and the ISP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way we connect to the the ISP is through a border router before it meets our firewall.. that is ,  ISP Router to our Border router FastEthernet , then our border-router fastethernet to external switch then the PIX outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The ISP is routing the new IP block through the Ethernet connection from our border to ISP,   when doing a trace route to one of the ip  addresses from the new IP block 69.84.155.10 it loops right at the ISP  Ethernet handoff on my border router.  See file attached..  so at this point the new IP block seems to hit my border router but it loops ..any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 21:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647602#M1025147</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-04-02T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647603#M1025150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorgemcse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add a route statement on your border router pointing to the PIX for the new IP block you were given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route &lt;NEW_IP_BLOCK&gt; &lt;MASK&gt; &lt;PIX_OUTSIDE_IP&gt;&lt;/PIX_OUTSIDE_IP&gt;&lt;/MASK&gt;&lt;/NEW_IP_BLOCK&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the border router is sending packets destined to this new IP block back to the ISP router (which does have a correct route pointing at your border router, and you send it back).  The packets will eventually die when the TTL times out.  But you have a  loop here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 02:08:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647603#M1025150</guid>
      <dc:creator>David White</dc:creator>
      <dc:date>2007-04-03T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIX-6.3.5 Interface Outside and multiple Public IP block</title>
      <link>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647604#M1025152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, thank you much.. that did work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 09:06:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-6-3-5-interface-outside-and-multiple-public-ip-block/m-p/647604#M1025152</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-04-03T09:06:33Z</dc:date>
    </item>
  </channel>
</rss>

