<?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: NAT problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322276#M1064389</link>
    <description>&lt;P&gt;You would also need to PAT the inside lan user to inside interface so that reply traffic comes back to the ASA interface and there is no asyemtric routing. For the same:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network obj-test&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet &amp;lt;inside subnet&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat(inside,inside) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try it out and see if it works. I would have taken the risk in a live environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 08:42:22 GMT</pubDate>
    <dc:creator>Ajay Saini</dc:creator>
    <dc:date>2018-01-31T08:42:22Z</dc:date>
    <item>
      <title>NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3320785#M1064384</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My remote users inside mpls need to access a webserver, them I create a NAT from the mpls ip to real webserver ip on the interface were my remote users is connected to then I create a record in dns server point to mpls IP. Till now all working fine my remote users able to connect the server trough the dns and also mpls ip.&lt;/P&gt;
&lt;P&gt;The problem is all internal users (LAN) can't connect but if I create a local record in the local host file point to real ip webserver its work or if I use the real Ip directly on browser its work. Please help figure out why can't connect directly to webserver trough the record i have created point to mpls ip (same for remote users). The NAT it suppose affect the users in the mpls only i think.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:13:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3320785#M1064384</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2020-02-21T15:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3321457#M1064385</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason why it does not work for internal users is that they are trying to hit the mapped ip. This will be dropped on ASA and is expected. You can configure a u-turning scenario wherein the request will come to ASA internal interface and ASA will proxy and send it back inside rather than sending it outside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can attach the running config, I can suggest some changes.&lt;/P&gt;
&lt;P&gt;If you dont want to modify this setup, you can then make hostfile changes which you have already figured out. Can you also confirm where is your dns server, internal or external? If it is external, we can use dns doctoring to make it work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 08:18:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3321457#M1064385</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-01-30T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3321470#M1064386</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;Attached find the scenario draft and the capture traffic, my remote users able to access service y.y.y.1 because they go to core router and from them they have a route to our ASA FW 99.6, and the NAT is on the same interface, same happen for the service x.x.x.1 g to core router and have route to 99.4.&lt;/P&gt;
&lt;P&gt;My LAN users able to access service y.y.y.1 because the default gateway have a static route to 99.6 and from them have a NAT, but can't access the service x.x.x.1 because our FW 99.4 don't now the x.x.x.1 and send to the cloud. I have create a route to send from the LAN to core router and he knows x.x.x.1 because have a static route to 99.4. Is like send from FW to core and come back to FW on the right interface were the NAT is applied but also not working. Please see attach and help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 08:46:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3321470#M1064386</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2018-01-30T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322196#M1064387</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an interesting problem and a more tricky workaround. The idea is to u-turn the traffic, because for lan users traffic can not go to core router and come back through same route. Its a firewall design to drop such traffic.&lt;/P&gt;
&lt;P&gt;I requested a running config, but the things we need to achieve this is like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create a NAT on 10.0.0.1 interface something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT (inside,inside) static &amp;lt;public ip 99.4&amp;gt; &amp;lt;private ip&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, create a source NAT such that when lan user hits the public ip address 99.4, it goes to inside interface of the firewall. FW will proxy arp for the destination ip due to NAT I mentioned above and send it back as a u-turned traffic. The souce of LAN will be PATted to inside interface so that reply traffic comes back through same path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, add the command below to allow u-turn.&lt;/P&gt;
&lt;P&gt;same-security-traffic per intra-interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this in a downtime and test it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;AJ&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 04:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322196#M1064387</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-01-31T04:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322222#M1064388</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you once again for your reply.&lt;/P&gt;
&lt;P&gt;Yes this is an interesting scenario and am stack to make this work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My lan user subnet is 10.0.1.0/24 connected to my ASA 10.0.1.1, the mpls IP is located on mpls core router that send to my ASA on mpls interface 10.0.99.4. As i told you the remote users have no problem as they come via our mpls interface on ASA then NAT happen to real server. As per your explanation I have to NAT my inside interface to inside interface like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAT (inside,inside) static 41.76.7.25 10.0.10.50 ----&amp;gt;(mean nat my mpls ip to real server on inside interface is this correct) then&lt;/P&gt;
&lt;P&gt;NAT (inside,inside) source static 41.76.7.25 10.0.1.0 destination static (this is correct)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I try this scenario in PRODUCTION without any downtime? Please suggest according.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the command --&amp;gt; same-security-traffic permite intra-interface and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; same-security-traffic permite inter-interface is already there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 06:44:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322222#M1064388</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2018-01-31T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322276#M1064389</link>
      <description>&lt;P&gt;You would also need to PAT the inside lan user to inside interface so that reply traffic comes back to the ASA interface and there is no asyemtric routing. For the same:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network obj-test&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet &amp;lt;inside subnet&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat(inside,inside) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try it out and see if it works. I would have taken the risk in a live environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 08:42:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322276#M1064389</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-01-31T08:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322301#M1064390</link>
      <description>&lt;P&gt;I'm a bit confuse now, can you please send me the commands I have to run into ASA with the correct IP assuming my lan subnet (10.0.1.0/24) and my mpls IP 41.76.7.25, can I use only one host for test purpose lets say&amp;nbsp; 10.0.1.24. There is need any acl for permit the traffic?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Please see if this command are correct before insert:&lt;BR /&gt;&lt;BR /&gt;NAT (inside,inside) static 41.76.7.25 10.0.10.50&lt;BR /&gt;&lt;BR /&gt;NAT (inside,inside) source static 41.76.7.25 10.0.1.0 destination static&lt;BR /&gt;&lt;BR /&gt;object network NTADMIN &lt;BR /&gt;&amp;nbsp;subnet 10.0.1.24 255.255.255.255&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;nat(inside,inside) source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322301#M1064390</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2018-01-31T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322327#M1064391</link>
      <description>&lt;P&gt;&lt;SPAN&gt;NAT (inside,inside) source static 10.0.10.50&amp;nbsp;41.76.7.25&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;object network NTADMIN&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;host 10.0.1.24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;nat (inside,inside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try this. We dont need an ACL since the traffic is never going to cross the interface, it will always get u-turned from inside interface.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;AJ&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:28:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322327#M1064391</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-01-31T09:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322330#M1064392</link>
      <description>for this last line "nat (inside,inside) dynamic interface" you mean &lt;BR /&gt;nat (inside,inside) source dynamic any interface   correct?</description>
      <pubDate>Wed, 31 Jan 2018 09:35:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322330#M1064392</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2018-01-31T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322339#M1064393</link>
      <description>&lt;P&gt;I did but still not open the service, see the capture attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:49:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-problem/m-p/3322339#M1064393</guid>
      <dc:creator>denilson.mota</dc:creator>
      <dc:date>2018-01-31T09:49:54Z</dc:date>
    </item>
  </channel>
</rss>

