<?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 Multiple nat inside statements in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523626#M609075</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My router interface already has a nat inside with a nat pool configured for natting 10.x.x.x private IPs to 172.28.x.x private IPs. I want to use the same interface to NAT a subnet of 10.x.x.x private IPs to the interface IP(public IP) to go to internet. Can I just add another "nat inside source list interface" statement for this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the 10.x.x.x subnet I need to translate to interface(public ip) is not included in the access-l for the nat already configured on the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:54:46 GMT</pubDate>
    <dc:creator>shivani.sharma</dc:creator>
    <dc:date>2019-03-11T18:54:46Z</dc:date>
    <item>
      <title>Multiple nat inside statements</title>
      <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523626#M609075</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My router interface already has a nat inside with a nat pool configured for natting 10.x.x.x private IPs to 172.28.x.x private IPs. I want to use the same interface to NAT a subnet of 10.x.x.x private IPs to the interface IP(public IP) to go to internet. Can I just add another "nat inside source list interface" statement for this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the 10.x.x.x subnet I need to translate to interface(public ip) is not included in the access-l for the nat already configured on the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:54:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523626#M609075</guid>
      <dc:creator>shivani.sharma</dc:creator>
      <dc:date>2019-03-11T18:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple nat inside statements</title>
      <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523627#M609078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it should work by adding a new nat statement for the selected private network 10.x.x.x&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip nat inside source list&lt;/EM&gt; 1 &lt;EM&gt;interface&lt;/EM&gt; &lt;INERFACE&gt; overload&lt;/INERFACE&gt;&lt;/P&gt;&lt;P&gt;and access-list 1 defining the traffic 10.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your existing nat configuation here so that i can confirm in case u need to use route-maps, or if a nat statement mentioned above will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rudresh V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 16:35:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523627#M609078</guid>
      <dc:creator>Rudresh Veerappaji</dc:creator>
      <dc:date>2010-10-15T16:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple nat inside statements</title>
      <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523628#M609079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rudresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Below is existing nat I have on the interface and the subnet I need to nat to public ip of the interface is 10.7.251.128/25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool &lt;POOL_NAME&gt; 172.28.120.145 172.28.120.158 netmask 255.255.255.240&lt;/POOL_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip nat inside source route-map &lt;ROUTE_MAP_NAME&gt; pool &lt;POOL_NAME&gt; vrf &lt;VRF_NAME&gt;&lt;/VRF_NAME&gt;&lt;/POOL_NAME&gt;&lt;/ROUTE_MAP_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map &lt;ROUTE_MAP_NAME&gt; permit 10&lt;BR /&gt;&amp;nbsp; match ip address &lt;ACL_NAME&gt;&lt;BR /&gt; match interface GigabitEthernet0/1.104&lt;/ACL_NAME&gt;&lt;/ROUTE_MAP_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Extended IP access list &lt;ACL_NAME&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit ip 172.28.120.128 0.0.0.15 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 permit ip 172.28.120.128 0.0.0.15 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit ip 172.28.120.128 0.0.0.15 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 permit ip 10.4.0.0 0.3.255.255 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 permit ip 10.4.0.0 0.3.255.255 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60 permit ip 10.4.0.0 0.3.255.255 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70 permit ip 10.4.0.0 0.3.255.255 host &lt;PUBLIC_IP&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80 permit ip 10.4.0.0 0.3.255.255 host &lt;PUBLIC_IP&gt; &lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/ACL_NAME&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 16:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523628#M609079</guid>
      <dc:creator>shivani.sharma</dc:creator>
      <dc:date>2010-10-15T16:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple nat inside statements</title>
      <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523629#M609080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Shivani,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would need following configuration to acheive the requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ip nat inside source route-map &lt;ROUTE-MAP-2&gt; interface GigabitEthernet0/1.104&amp;nbsp; overload vrf &lt;VRF-NAME&gt;&lt;BR /&gt;&lt;BR /&gt; ip access-list extended &lt;ACCESS-LIST-2&gt;&lt;BR /&gt; permit ip &lt;/ACCESS-LIST-2&gt;&lt;/VRF-NAME&gt;&lt;/ROUTE-MAP-2&gt;&lt;/SPAN&gt;10.7.251.128/25 any&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; route-map &lt;ROUTE-MAP-2&gt; permit 10&lt;BR /&gt; match ip address &lt;ACCESS-LIST-2&gt;&lt;BR /&gt;&lt;/ACCESS-LIST-2&gt;&lt;/ROUTE-MAP-2&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Here i'm assuming your interface with public ip is &lt;SPAN style="font-size: 10pt;"&gt;GigabitEthernet0/1.104&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rudresh V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 17:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523629#M609080</guid>
      <dc:creator>Rudresh Veerappaji</dc:creator>
      <dc:date>2010-10-15T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple nat inside statements</title>
      <link>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523630#M609081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rudresh!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 18:11:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-nat-inside-statements/m-p/1523630#M609081</guid>
      <dc:creator>shivani.sharma</dc:creator>
      <dc:date>2010-10-26T18:11:26Z</dc:date>
    </item>
  </channel>
</rss>

