<?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: Multiple private subnets to multiple public IP - ASA 5508-X in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408232#M952625</link>
    <description>&lt;P&gt;I am sorry, I did not expressed myself correctly in my reply. If IP of outside interface is 1.1.1.2 , and inside-subnet is &lt;EM&gt;&lt;STRONG&gt;172.16.10.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0, what is the difference of the two commands? Will both sub nets be natted behind the same IP? The second command is used when we want to nat a subnet behind an IP that is part of the range that the outside interface also belongs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network Inside-Subnet&lt;BR /&gt;&amp;nbsp;nat (Inside,Outside) dynamic interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network NET_172.16.10.0&lt;BR /&gt;&amp;nbsp;subnet &lt;EM&gt;&lt;STRONG&gt;172.16.10.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) static &lt;EM&gt;&lt;STRONG&gt;1.1.1.2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 20:40:45 GMT</pubDate>
    <dc:creator>Naoum_George</dc:creator>
    <dc:date>2018-06-29T20:40:45Z</dc:date>
    <item>
      <title>Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3407943#M952614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am planning to replace 2 microtick routers with an ASA 5508-X.&lt;/P&gt;
&lt;P&gt;I have different subnets in my lan 172.16.10.0/24, 172.16.20.0/24 up to 172.16.60.0/24. Also I have a range of public IP from ISP with x.x.x.x/28.&lt;/P&gt;
&lt;P&gt;I want each sub net to get out to internet with a different public IP from the ones I have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can it be done? How.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:56:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3407943#M952614</guid>
      <dc:creator>Naoum_George</dc:creator>
      <dc:date>2020-02-21T15:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3407961#M952617</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Assuming your internal interface leading to your LAN is called &lt;EM&gt;&lt;STRONG&gt;INSIDE&lt;/STRONG&gt; &lt;/EM&gt;and your interface leading to the internet is called &lt;EM&gt;&lt;STRONG&gt;OUTSIDE&lt;/STRONG&gt;&lt;/EM&gt;, the configuration below should work. If you name the interfaces differently, you'd need to change the nat syntax accordingly.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network NET_172.16.10.0&lt;BR /&gt;&amp;nbsp;subnet &lt;EM&gt;&lt;STRONG&gt;172.16.10.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) static &lt;EM&gt;&lt;STRONG&gt;1.1.1.2&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;object network NET_172.16.20.0&lt;BR /&gt;&amp;nbsp;subnet &lt;EM&gt;&lt;STRONG&gt;172.16.20.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) static &lt;EM&gt;&lt;STRONG&gt;1.1.1.3&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;object network NET_172.16.60.0&lt;BR /&gt;&amp;nbsp;subnet &lt;EM&gt;&lt;STRONG&gt;172.16.60.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) static &lt;EM&gt;&lt;STRONG&gt;1.1.1.4 &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif OUTSIDE&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 1.1.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;nameif INSIDE&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.16.0.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:57:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3407961#M952617</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-29T12:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408220#M952620</link>
      <description>&lt;P&gt;I was using the following command so that the specific subnet on the inside interface to have access to the internet using the IP of the outside interface. What is the difference? &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network Inside-Subnet&lt;BR /&gt;&amp;nbsp;nat (Inside,Outside) dynamic interface&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:19:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408220#M952620</guid>
      <dc:creator>Naoum_George</dc:creator>
      <dc:date>2018-06-29T20:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408225#M952623</link>
      <description>All subnets you defined in the object "Inside-Subnet" will be natted behind the ip address of the outside interface. Which is not what you initially said you wanted.</description>
      <pubDate>Fri, 29 Jun 2018 20:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408225#M952623</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-29T20:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408232#M952625</link>
      <description>&lt;P&gt;I am sorry, I did not expressed myself correctly in my reply. If IP of outside interface is 1.1.1.2 , and inside-subnet is &lt;EM&gt;&lt;STRONG&gt;172.16.10.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0, what is the difference of the two commands? Will both sub nets be natted behind the same IP? The second command is used when we want to nat a subnet behind an IP that is part of the range that the outside interface also belongs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network Inside-Subnet&lt;BR /&gt;&amp;nbsp;nat (Inside,Outside) dynamic interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network NET_172.16.10.0&lt;BR /&gt;&amp;nbsp;subnet &lt;EM&gt;&lt;STRONG&gt;172.16.10.0&lt;/STRONG&gt;&lt;/EM&gt; 255.255.255.0&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) static &lt;EM&gt;&lt;STRONG&gt;1.1.1.2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:40:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408232#M952625</guid>
      <dc:creator>Naoum_George</dc:creator>
      <dc:date>2018-06-29T20:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple private subnets to multiple public IP - ASA 5508-X</title>
      <link>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408235#M952626</link>
      <description>If the outside interface ip address is 1.1.1.2, then effectively those 2 nat examples achieve the same result, outbound traffic from the defined subnet would be natted on the address 1.1.1.2.</description>
      <pubDate>Fri, 29 Jun 2018 20:45:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-private-subnets-to-multiple-public-ip-asa-5508-x/m-p/3408235#M952626</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-29T20:45:27Z</dc:date>
    </item>
  </channel>
</rss>

