<?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: Problem using 2 outside interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949516#M918474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot have two default routes on the Cisco firewall for two different interfaces. Or if you are looking to go out to specific subnets/destinations, you could add specific routes for those destinations pointing towards the second outside interface, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route 192.168.133.0 255.255.255.0 outside_pc_vlan16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use a common outside subnet for both inside subnets?&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 10:17:05 GMT</pubDate>
    <dc:creator>Farrukh Haroon</dc:creator>
    <dc:date>2008-06-13T10:17:05Z</dc:date>
    <item>
      <title>Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949510#M918457</link>
      <description>&lt;P&gt;I am trying to do is setup a pix with 2 outside interfaces (See Drawing 1). Below is the configuation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet0 vlan16 logical&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan3 logical&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan3 inside_pc_vlan3 security99&lt;/P&gt;&lt;P&gt;nameif vlan16 outside_pc_vlan16 security1&lt;/P&gt;&lt;P&gt;/SNIP/&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any &lt;/P&gt;&lt;P&gt;access-list inside_pc_vlan3_access_in permit ip 192.168.6.0 255.255.254.0 192.168.5.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_pc_vlan3_access_in permit ip 192.168.6.0 255.255.254.0 any &lt;/P&gt;&lt;P&gt;/SNIP/&lt;/P&gt;&lt;P&gt;ip address outside 192.168.136.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.5.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside_pc_vlan3 192.168.7.254 255.255.254.0&lt;/P&gt;&lt;P&gt;ip address outside_pc_vlan16 192.168.26.2 255.255.254.0&lt;/P&gt;&lt;P&gt;/SNIP/&lt;/P&gt;&lt;P&gt;global (outside) 1 192.168.136.20-192.168.136.245&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside_pc_vlan16) 16 192.168.26.20-192.168.27.245&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (inside_pc_vlan3) 16 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;/SNIP/&lt;/P&gt;&lt;P&gt;static (inside,inside_pc_vlan3) 192.168.5.0 192.168.5.0 netmask 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_pc_vlan3_access_in in interface inside_pc_vlan3&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.136.1 1&lt;/P&gt;&lt;P&gt;/SNIP/&lt;/P&gt;&lt;P&gt;---------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to connect from a PC on inside_pc_vlan3 to an external machine I get the following error:&lt;/P&gt;&lt;P&gt;%PIX-3-305006: portmap translation creation failed for tcp src inside_pc_vlan3:192.168.6.1/2802 dst outside:192.168.133.207/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I move inside_pc_vlan3's nat to the outside interface via&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;Everthing works except it is using the wrong interface and wrong nat pool...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the error is in the routing because fromt the error it appears that the failure is on the "outside" interface but I don't know how to fix it.&lt;/P&gt;&lt;P&gt;Recommendations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:58:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949510#M918457</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2019-03-11T12:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949511#M918460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expected behavior, you are trying to reach "192.168.133.207", which is not directly connected (in your routing table). So the PIX assumes this has to go out the default route (going towards the "outside" interface). The nat  statement for the inside_pc_vlan3 zone is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside_pc_vlan3) 16 0.0.0.0 0.0.0.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX is looking for a corresponding global statement i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 16 XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since that is not there, it is complaining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in your diagram you mentioned inside_pc_vlan3's IP on the PIX is "192.168.5.254" yet in the config it is "192.168.7.254" and lastly the traffic you are initiating is "192.168.6.0/24" so what is the real subnet my friend?  .5  .6 or .7? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; .5 it cannot be because that is the subnet for inside.&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;Farrukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 19:42:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949511#M918460</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T19:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949512#M918463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply...&lt;/P&gt;&lt;P&gt;Sorry I munged the drawing. The config is right. The interface address for vlan3 is 7.254 not 5.254...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a global that matches 16&lt;/P&gt;&lt;P&gt;global (outside_pc_vlan16) 16 192.168.26.20-192.168.27.245&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why would I have to define one for the outside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is NAT from inside_pc_vlan3 to outside_pc_vlan16.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 19:57:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949512#M918463</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-12T19:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949513#M918466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the route lookup is done *first* and then NAT kicks in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source = 192.168.6.0 &lt;/P&gt;&lt;P&gt;Destination Lookup =  192.168.133.0/ 24 is reachable via where? "Outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the default gateway is pointing towards there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So its looking for a global (outside) and NOT global (outside_pc_Vlan16)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 20:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949513#M918466</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-12T20:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949514#M918468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an updated drawing with the correct addresses...&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>Thu, 12 Jun 2008 20:02:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949514#M918468</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-12T20:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949515#M918471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, that makes sense....&lt;/P&gt;&lt;P&gt;How do I fix it? What I need is a way to make the default route for the inside_pc_vlan3 interface to point to outside_vlan16 instead of outside. Is this doable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 21:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949515#M918471</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-12T21:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949516#M918474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot have two default routes on the Cisco firewall for two different interfaces. Or if you are looking to go out to specific subnets/destinations, you could add specific routes for those destinations pointing towards the second outside interface, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route 192.168.133.0 255.255.255.0 outside_pc_vlan16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use a common outside subnet for both inside subnets?&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 10:17:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949516#M918474</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-13T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949517#M918477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that is what I thought. I am trying to roll from a legacy structure to a new subnet without a hard cutover.. I guess I will have to go to a single subnet infactruture....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 12:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949517#M918477</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-16T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949518#M918480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problems at all, glad I could help.&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 13:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949518#M918480</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-16T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949519#M918482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just thinking, would this implementation be a possibility if I upgraded to 7.X? Couldnt I setup 2 virtual firewalls and have each route accordingly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 20:10:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949519#M918482</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-17T20:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949520#M918484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. I was thinking of suggesting this, but you even want communication between the two insides....that will make the setup a little complex.&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 01:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949520#M918484</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-18T01:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949521#M918486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, I am going to do some research in this direction. Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:00:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949521#M918486</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-25T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949522#M918487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with contexts you will lose all VPN functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 15:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949522#M918487</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-06-25T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949523#M918488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is true. Also there will be no more dynamic routing, QOS etc.&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 15:56:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949523#M918488</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-25T15:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949524#M918489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is ok I am not nor will I be using vpn or dynamic routing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 18:53:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949524#M918489</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-25T18:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using 2 outside interfaces</title>
      <link>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949525#M918491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 19:02:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-using-2-outside-interfaces/m-p/949525#M918491</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-06-25T19:02:50Z</dc:date>
    </item>
  </channel>
</rss>

