<?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: Using two External Subnets, One incoming one Outgoing? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647812#M593961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other two are probably old ones before the static. See that they are idle for 2 hours. They will timeout in 1h, or you can clear them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark this as answered if it is, for other users' future benefit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgs,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2011 19:01:47 GMT</pubDate>
    <dc:creator>Panos Kampanakis</dc:creator>
    <dc:date>2011-01-18T19:01:47Z</dc:date>
    <item>
      <title>Using two External Subnets, One incoming one Outgoing?</title>
      <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647809#M593943</link>
      <description>&lt;P&gt;I have two Publick Subents and I wanted to use one for incoming traffic to Publick Facing Servers (DNS, Web, Mail, etc) then use the other for Outbopund traffic from other devices within the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1.1.0/28 is the Incoming&lt;/P&gt;&lt;P&gt;2.2.2.0/28 is the Outgoing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a partial Config, though I have a few Questions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do I need:&amp;nbsp;&amp;nbsp; nat (hbg-inside,hbg-outside-1) source dynamic any 1.1.1-NAT-POOL interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For the Servers that are on the 1.1.1.0/28 network and Need to get to the net, the Default route is the 2.2.2.0/28 Subnet, though the Edge Router has Multiple Subinterfaces defined, so it handles both subnets. Is it going to slow things down be having the 2.2.2.0/28/ default route with the lower metric? Is there a way to define a default route based on the Source Address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I do a show xlate some of the internal devices will sometimes have both a 1.1.1.0/28 and a 2.2.2.0/28 address, though when querying whatismyip.com its always a 2.2.2.0/28 address unless its a NATed Network Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside-1&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.1.1.2 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif outside-2&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 2.2.2.2 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.1.0.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;nat (hbg-inside,hbg-outside-1) source dynamic any 1.1.1-NAT-POOL interface&lt;BR /&gt;nat (hbg-inside,hbg-outside-2) source dynamic any 2.2.2-NAT-POOL interface&lt;/P&gt;&lt;P&gt;object network server1_i&lt;BR /&gt; nat (inside,outside-1 static server1_o&lt;BR /&gt;object network server2_i&lt;BR /&gt; nat (inside,outside-1 static server2_o&lt;BR /&gt;object network server3_i&lt;BR /&gt; nat (inside,outside-1 static server3_o&lt;/P&gt;&lt;P&gt;route hbg-outside-2 0.0.0.0 0.0.0.0 2.2.2.1 1&lt;/P&gt;&lt;P&gt;route hbg-outside-1 0.0.0.0 0.0.0.0 1.1.1.1 10&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647809#M593943</guid>
      <dc:creator>stownsend</dc:creator>
      <dc:date>2019-03-11T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using two External Subnets, One incoming one Outgoing?</title>
      <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647810#M593950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;nat (hbg-inside,hbg-outside-1) source dynamic any 1.1.1-NAT-POOL interface&lt;BR /&gt;nat (hbg-inside,hbg-outside-2) source dynamic any 2.2.2-NAT-POOL interface&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any host behind the inside will be translated to 111 pool (fallback the outside1 interface ip) when going out the outside1 interface.&lt;/P&gt;&lt;P&gt;And when going out the outside2, they will look like 222 pool (fallback the outside2 interface ip).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it all depends on routing. If routing says you will go out outside1 you will look like 1111, if routing says outside2 is the interface you will go out one than you will look like the other pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it explains it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 16:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647810#M593950</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2011-01-18T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using two External Subnets, One incoming one Outgoing?</title>
      <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647811#M593956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort of....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So since I have :&lt;/P&gt;&lt;P&gt;route hbg-outside-2 0.0.0.0 0.0.0.0 2.2.2.1 1&lt;/P&gt;&lt;P&gt;route hbg-outside-1 0.0.0.0 0.0.0.0 1.1.1.1 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will get the 2.2.2.0/28 address from nat (hbg-inside,hbg-outside-2) source dynamic any 2.2.2-NAT-POOL interface since that is the lower Metric Default Route. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 2.2.2.1 is not accessible then they will get the 1.1.1.0/28 from nat (hbg-inside,hbg-outside-1) source dynamic any 1.1.1-NAT-POOL interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 2.2.2.1 and 1.1.1.1 are the Same Physical Interface, if one goes down so will the other, so having the second route statement in there is kind of pointless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to be sure that I can have my Incoming servers with Static NAT mapping to the 1.1.1.0/28 subnet and have all of the outgoing devices use the 2.2.2.0/28 subnet for everthing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing that is confusing me is I have a Server with a Static Mapping:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;object network 10.1.0.5&lt;BR /&gt;&amp;nbsp; nat (inside,outside-1) static 1.1.1.5&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a Show xlate I see the Following:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;NAT from inside:10.1.0.5 to outside-1:1.1.1.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags s idle 0:00:03 timeout 0:00:00&lt;/P&gt;&lt;P&gt;NAT from hbg-inside:10.1.0.5 to outside-1:1.1.1.8 flags i idle 1:55:14 timeout 3:00:00&lt;BR /&gt;NAT from hbg-inside:10.1.0.5 to outside-2:2.2.2.7 flags i idle 1:55:14 timeout 3:00:00&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the First one is from the static Mapping, why are there 2 more?&amp;nbsp; Why isn't it using the static mapping external IP?&amp;nbsp; Why is it grabbing an IP from each pool?&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, 18 Jan 2011 17:56:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647811#M593956</guid>
      <dc:creator>stownsend</dc:creator>
      <dc:date>2011-01-18T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using two External Subnets, One incoming one Outgoing?</title>
      <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647812#M593961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other two are probably old ones before the static. See that they are idle for 2 hours. They will timeout in 1h, or you can clear them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark this as answered if it is, for other users' future benefit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgs,&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 19:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647812#M593961</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2011-01-18T19:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using two External Subnets, One incoming one Outgoing?</title>
      <link>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647813#M593968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure that is it. I've cleared the xlate many times and have rebooted, the static NAT has been there from the get go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are two other enties in the xlate table, they are not Static. why would they each have an address from both Subnets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;NAT from inside:10.1.0.8 to hbg-outside-1:1.1.1.194 flags i idle 0:27:51 timeout 3:00:00&lt;BR /&gt;NAT from inside:10.1.0.8 to hbg-outside-2:2.2.2.205 flags i idle 0:23:17 timeout 3:00:00&lt;/P&gt;&lt;P&gt;NAT from inside:10.1.0.6 to hbg-outside-1:1.1.1.191 flags i idle 0:27:52&amp;nbsp; timeout 3:00:00&lt;BR /&gt;NAT from inside:10.1.0.6 to hbg-outside-2:2.2.2.114 flags i idle 0:02:43&amp;nbsp; timeout 3:00:00&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need the following lines if the only machines with the 1.1.1.0/28 address are Static NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (hbg-inside,hbg-outside-1) source dynamic any 1.1.1-NAT-POOL interface&lt;BR /&gt;route hbg-outside-1 0.0.0.0 0.0.0.0 1.1.1.1 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 22:19:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-two-external-subnets-one-incoming-one-outgoing/m-p/1647813#M593968</guid>
      <dc:creator>stownsend</dc:creator>
      <dc:date>2011-01-18T22:19:45Z</dc:date>
    </item>
  </channel>
</rss>

