<?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: Mapping public ip's to interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313035#M343488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He wants to have different public IPs for each internal interface. So we need four NAT-Pools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT1) 1 Net1/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT2) 2 Net2/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT3) 3 Net3/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT4) 4 Net4/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; global (outside) 1 IP1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 2 IP2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 3 IP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 4 IP4&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 12:27:17 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2013-09-05T12:27:17Z</dc:date>
    <item>
      <title>Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313033#M343482</link>
      <description>&lt;P&gt;Hi i'm new to the world of asa and i hope that someone can guide me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a 5510 (7.1) with 4 active interfaces an one wan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our ISP have given us a public ip range. We have set up default route and we have connection to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we what to ensure that each interface is browsing with seperate public ip's and there is no access between the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that som of you gurus can help me along &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Jns&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:34:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313033#M343482</guid>
      <dc:creator>joda776moon</dc:creator>
      <dc:date>2019-03-12T02:34:24Z</dc:date>
    </item>
    <item>
      <title>Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313034#M343484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Now we what to ensure that each interface is browsing with seperate public ip's and there is no access between the interfaces.&lt;/PRE&gt;&lt;P&gt;For second part just configure the 4 internal interfaces with same security level and they won't be able to communicate by default.&lt;/P&gt;&lt;P&gt;For first part just use dynamic PAT:&lt;/P&gt;&lt;P&gt;for example you've got 2 internal interfaces named INT1(192.168.1.0/24) and INT2(192.168.2.0/24) and you've got the WAN named OUT.&lt;/P&gt;&lt;P&gt;nat(INT1) 1 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat(INT2) 1 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global(OUT) 1 interface&lt;/P&gt;&lt;P&gt;Also enable icmp inspection if you want to ping the outside world from your internal interfaces: fixup protocol icmp&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;Alain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 12:22:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313034#M343484</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2013-09-05T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313035#M343488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He wants to have different public IPs for each internal interface. So we need four NAT-Pools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT1) 1 Net1/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT2) 2 Net2/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT3) 3 Net3/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat(INT4) 4 Net4/mask&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; global (outside) 1 IP1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 2 IP2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 3 IP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 4 IP4&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 12:27:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313035#M343488</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-09-05T12:27:17Z</dc:date>
    </item>
    <item>
      <title>Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313036#M343492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karsten,&lt;/P&gt;&lt;P&gt;OUPS my fault I didn't read carefully what Jens wanted to achieve &lt;SPAN __jive_emoticon_name="blush" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&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;Alain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 12:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313036#M343492</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2013-09-05T12:39:20Z</dc:date>
    </item>
    <item>
      <title>Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313037#M343495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for spending your time to help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well i just realised that we're running version 9.1 and the nat has changed - no global command. Any chance for you know to accomplish your solution in v 9.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Jns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 23:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313037#M343495</guid>
      <dc:creator>joda776moon</dc:creator>
      <dc:date>2013-09-05T23:42:16Z</dc:date>
    </item>
    <item>
      <title>Mapping public ip's to interfaces</title>
      <link>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313038#M343497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Network Lan_1&lt;/P&gt;&lt;P&gt;subnet 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Network Lan_2&lt;/P&gt;&lt;P&gt;subnet 192.168.20.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Pool_1&lt;/P&gt;&lt;P&gt;&amp;nbsp; range 50.50.50.1 50.50.50.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Pool_2&lt;/P&gt;&lt;P&gt;range 100.100.100.1 100.100.100.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the NAT&lt;BR /&gt;nat (inside,outside) source dynamic Lan_1 Pool_1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;nat (dmz,outside) source dynamic Lan_2 Pool_2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I think you get the idea &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about Core and Security Networking follow my website at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking"&gt;http://laguiadelnetworking&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Any question contact me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 03:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mapping-public-ip-s-to-interfaces/m-p/2313038#M343497</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-09-06T03:30:03Z</dc:date>
    </item>
  </channel>
</rss>

