<?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 Internet IP to private IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164933#M359594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the traffic originates from a low security level to a higher security level, then you need an ACL that permits this traffic applied at the low secuity level interface.&lt;/P&gt;&lt;P&gt;in 8.3 and later versions, you need to use the destination IP as the real IP (private).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Mar 2013 21:26:19 GMT</pubDate>
    <dc:creator>malshbou</dc:creator>
    <dc:date>2013-03-23T21:26:19Z</dc:date>
    <item>
      <title>NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164927#M359588</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a server with IP address 10.10.10.10/24. I have two ISPs and their public IP address subnets are 1.1.1.0/25 and 2.2.2.0/25. The gateways are &lt;SPAN style="font-size: 10pt;"&gt;ASA 8.0 and ASA 8.4.&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;I am getting rid of the 1.1.1.0/25 ISP. However I will need the Internet users to be able to access the server via both ISPs at the same time. The only way I can think of is to do policy based dynamic PAT so the Internet user IPs will be translated into an internal IP. Please have a look at my diagram and let me know if my config looks right to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idealy, users connecting on 1.1.1.10 will be PAT to 10.1.1.10 and users connecting to 2.2.2.10 will be PAT to 10.2.2.10. When the server responds to them, it will then route to the correct ASA... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;----- ASA8.0 -----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;static (inside,outside) 1.1.1.10 10.10.10.10 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list ACL_NAT permit ip any host 10.10.10.10 &lt;SPAN style="color: #ff0000;"&gt;(or 1.1.1.10??)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat (outside) 2 access-list ACL_NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;global (inside) 2 10.1.1.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;----- ASA8.4 -----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;object network server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; host 10.10.10.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; nat (inside,outside) static 2.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;object network obj-10.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; host 10.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;object network obj-2.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; host 2.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;nat (outside,inside) source dynamic &lt;SPAN style="font-size: 10pt;"&gt;any &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;obj-10.2.2.10 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;destination static &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;obj-2.2.2.10 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;obj-10.2.2.10&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:18:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164927#M359588</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2019-03-12T01:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164928#M359589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Difan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration seems good except the last NAT statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;&amp;gt; nat (outside,inside) source dynamic any obj-10.2.2.10 destination static obj-2.2.2.10 obj-10.2.2.10&lt;/P&gt;&lt;P&gt;the correct statement is :&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (outside,inside) source dynamic any obj-10.2.2.10&lt;/P&gt;&lt;P&gt;or you can make the outside NAT conditional to the server only:&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (outside,inside) source dynamic any obj-10.2.2.10 destiantion server server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because when executing this NAT statement, the destination IP will be the private IP of the server (10.10.10.10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 20:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164928#M359589</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-03-23T20:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164929#M359590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mashal! I am in a rush to get it to work so I also opened a tac case but haven't got a call back yet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still doesn't work... I tried both mine and yours. Right now it doesn't translate either source nor destination IP address... I am lack of ways to test so I can only do capture on the inside interface. The packets I see are with the real internet IPs of both source and destination... Help please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Difan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 20:41:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164929#M359590</guid>
      <dc:creator>kyky.reuangrith</dc:creator>
      <dc:date>2013-03-23T20:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164930#M359591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops... sorry I used my customer's account to reply... Same person lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 20:43:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164930#M359591</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2013-03-23T20:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164931#M359592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the best thing to help in such cases is the packet-tracer command to simulate real traffic.&lt;/P&gt;&lt;P&gt;packet-tracer input outside icmp 4.2.2.2 8 0 1.1.1.10&lt;/P&gt;&lt;P&gt;packet-tracer input outside icmp 4.2.2.2 8 0 2.2.2.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please share the output of the previous commands, also please check with "outside" keyword after nat (outside) 2 access-list ACL_NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess ACL_NAT should have the private IP as destination since UNNAT phase comes before source NAT, so the destination IP will be the private one by then. However, the packet-tracer should show the actual flow and phases that occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 21:01:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164931#M359592</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-03-23T21:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164932#M359593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clearly in my example I was not using the real IP addresses... The output below shows the real addresses and names that I use in the config. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my real config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network Prod-226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 10.26.231.226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network Prod-226-NAT-Outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 209.153.235.226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network Prod-226-NAT-Inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 10.26.1.226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;nat (outside,inside) source dynamic any Prod-226-NAT-Inside destination static Prod-226 Prod-226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the packet-tracer output&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;fw-cg-01# packet-tracer input outside icmp 4.2.2.2 8 0 209.153.235.226 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Phase: 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Type: CAPTURE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Subtype: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Result: ALLOW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;MAC Access list&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Phase: 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Type: ACCESS-LIST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Subtype: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Result: ALLOW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Implicit Rule&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;MAC Access list&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Phase: 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Type: UN-NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Subtype: static&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Result: ALLOW&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network Prod-226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; nat (inside,outside) static 209.153.235.226&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;NAT divert to egress interface inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Untranslate 209.153.235.226/0 to 10.26.231.226/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Phase: 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Type: ACCESS-LIST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Subtype: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Result: DROP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Implicit Rule&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Additional Information:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;input-interface: outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;input-status: up&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;input-line-status: up&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;output-interface: inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;output-status: up&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;output-line-status: up&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Action: drop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it is some sort of ACL problem... Do I need an ACL on my inside interface??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 21:13:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164932#M359593</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2013-03-23T21:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164933#M359594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the traffic originates from a low security level to a higher security level, then you need an ACL that permits this traffic applied at the low secuity level interface.&lt;/P&gt;&lt;P&gt;in 8.3 and later versions, you need to use the destination IP as the real IP (private).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 21:26:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164933#M359594</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-03-23T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Internet IP to private IP</title>
      <link>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164934#M359595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it... Actually what happened is that I removed my old ACL since I realized that I should use the real IP instead of the mapped ones... However I forgot to put the access-group back on... Now it is working fine now. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 21:50:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-internet-ip-to-private-ip/m-p/2164934#M359595</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2013-03-23T21:50:24Z</dc:date>
    </item>
  </channel>
</rss>

