<?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: NATting queries in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125291#M392754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look in to your diagram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, &lt;SPAN style="font-size: 10pt;"&gt;If you don't have a specific requirement to do the double &lt;/SPAN&gt;natting&lt;SPAN style="font-size: 10pt;"&gt; along the way, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What you can do is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a secondary IP on the router &lt;SPAN style="font-size: 10pt;"&gt;192.168.99.91&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And have specific static routes for 192.168.99.91 255.255.255.255 pointing the next hop of all intermediate routers/firewalls&lt;/SPAN&gt;&lt;/P&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;Then directly do a 1:1 NAT from the&amp;nbsp; New-Public-IP-&amp;gt;to 192.168.99.91&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also, make sure you exempt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;192.168.99.91 from being PAT'ed along the way..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex, on the Router in the middle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list 170 deny ip 192.168.99.91 0.0.0.0 any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list 170 permit ip 192.168.99.0 0.0.0.0 any&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;With your proposed setup, It should still work, but you will have to heve specific static routes for each 1:1 NAT'ed IPs pointing the correct nexthop. ( That is if you did not use a IP address on the interfaces as the NAT'ed IP, as mentioned earlier when you NAT some thing, there should be someone on the other side to accept the reply packet OR you have to have static routes )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, Don't forget to rate/mark helpful posts..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 00:59:59 GMT</pubDate>
    <dc:creator>shamax_1983</dc:creator>
    <dc:date>2013-01-17T00:59:59Z</dc:date>
    <item>
      <title>NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125287#M392750</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query regarding a setup I am working on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a Firewall in the setup which does a PAT to a range of 10.xxx.xxx.xxx IP address to a Public IP Address that exists on a Router which is a next hop. This Router in turn does a PAT to a Remote Router with 192.168.xxx.xxx range IP address to provide them ISP connection. Now user on the Remote Router with 192.168.xxx.xxx range want to setup a firewall in their network and want a Public IP address assigned to it for it to be reachable from the Internet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is if I setup a static 1:1 NAT for the 192.168.xxx.10(say) to the 10.xxx.xxx.xxx.10 (say) on the first router and create a new NAT on my firewall to static NAT the 10.xxx.xxx.10 to a Public IP address will the remote end new firewall device be reachable from the Internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be grateful to have your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:47:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125287#M392750</guid>
      <dc:creator>Kaushik Ray</dc:creator>
      <dc:date>2019-03-12T00:47:41Z</dc:date>
    </item>
    <item>
      <title>NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125288#M392751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you've got Public IP subnet between your ASA and the Router?. What do you mean by " &lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;which does a PAT to a range of 10.xxx.xxx.xxx IP address to a Public IP Address that exists on a Router which is a next hop "&lt;/STRONG&gt; Your setup should need a bit more clarification. Please give us more clearer picture what you want to achieve &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Shamal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 13:16:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125288#M392751</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-01-16T13:16:04Z</dc:date>
    </item>
    <item>
      <title>NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125289#M392752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shamal I have sent you a private message with the drawing of the setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 13:41:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125289#M392752</guid>
      <dc:creator>Kaushik Ray</dc:creator>
      <dc:date>2013-01-16T13:41:06Z</dc:date>
    </item>
    <item>
      <title>NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125290#M392753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be more than glad to help but unfortunatelly the question is not clear enough,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to explain one more time so we can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:35:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125290#M392753</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-01-16T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125291#M392754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look in to your diagram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, &lt;SPAN style="font-size: 10pt;"&gt;If you don't have a specific requirement to do the double &lt;/SPAN&gt;natting&lt;SPAN style="font-size: 10pt;"&gt; along the way, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What you can do is,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a secondary IP on the router &lt;SPAN style="font-size: 10pt;"&gt;192.168.99.91&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And have specific static routes for 192.168.99.91 255.255.255.255 pointing the next hop of all intermediate routers/firewalls&lt;/SPAN&gt;&lt;/P&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;Then directly do a 1:1 NAT from the&amp;nbsp; New-Public-IP-&amp;gt;to 192.168.99.91&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Also, make sure you exempt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;192.168.99.91 from being PAT'ed along the way..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex, on the Router in the middle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list 170 deny ip 192.168.99.91 0.0.0.0 any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list 170 permit ip 192.168.99.0 0.0.0.0 any&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;With your proposed setup, It should still work, but you will have to heve specific static routes for each 1:1 NAT'ed IPs pointing the correct nexthop. ( That is if you did not use a IP address on the interfaces as the NAT'ed IP, as mentioned earlier when you NAT some thing, there should be someone on the other side to accept the reply packet OR you have to have static routes )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, Don't forget to rate/mark helpful posts..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 00:59:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125291#M392754</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-01-17T00:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125292#M392755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shamal for your repsonse, should the secondary IP be .91 or the .90 which is the IP address of the new firewall to be put in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:16:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125292#M392755</guid>
      <dc:creator>Kaushik Ray</dc:creator>
      <dc:date>2013-01-17T13:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: NATting queries</title>
      <link>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125293#M392756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be I understood the situation wrong, Is this new firewall already in place and doing some sort of PAT'ing ? or is this a new firewall you are planning to implement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is already in place and already being PAT'ed out for Internet access ( at your firewall with some public IP ) and if you want to keep it that way.. and you want the New public IP 1:1 NAT'ed on to new firewall, you may use 192.168.99.91 because I think in that case you are already using .90 for PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a new firewall and if nothing as been done yet, you can assign only .90 and do 1:1 nat ( no need to use the seconday IP ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case make sure you exempt this ip ( .90 or .91 ) from being NAT'ed when the traffic passes through&amp;nbsp; the two routers in the middle and.. only get 1:1 NAT'ed at the edge firewall..&amp;nbsp; Also make sure you add a static route on the Edge firewall and the next router ( the one connected to the edge firewall ) so they know where 192.168.99.90 ( or .91) lives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you go with this setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please don't forget to rate helpful posts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 22:36:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/natting-queries/m-p/2125293#M392756</guid>
      <dc:creator>shamax_1983</dc:creator>
      <dc:date>2013-01-17T22:36:12Z</dc:date>
    </item>
  </channel>
</rss>

