<?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 ASA NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3935168#M5308</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain which is the outside IP and which is the inside IP and which is the NAT ip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.nat (outside,inside) source static obj-10.140.4.10 obj-10.66.23.39 destination static obj-209.51.47.8 obj-209.51.51.136&lt;/P&gt;&lt;P&gt;2.nat (outside,inside) source static obj-10.140.4.11 obj-10.66.23.70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 17:33:32 GMT</pubDate>
    <dc:creator>SathishkumarSaravanan0348</dc:creator>
    <dc:date>2020-02-21T17:33:32Z</dc:date>
    <item>
      <title>ASA NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3935168#M5308</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain which is the outside IP and which is the inside IP and which is the NAT ip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.nat (outside,inside) source static obj-10.140.4.10 obj-10.66.23.39 destination static obj-209.51.47.8 obj-209.51.51.136&lt;/P&gt;&lt;P&gt;2.nat (outside,inside) source static obj-10.140.4.11 obj-10.66.23.70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat/m-p/3935168#M5308</guid>
      <dc:creator>SathishkumarSaravanan0348</dc:creator>
      <dc:date>2020-02-21T17:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3935219#M5310</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1.nat (outside,inside) source static obj-10.140.4.10 obj-10.66.23.39 destination static obj-209.51.47.8 obj-209.51.51.136&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; nat (real_int,translated_int) source static real-object translated-object destination static translated-object real-object&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.nat (outside,inside) source static obj-10.140.4.11 obj-10.66.23.70&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;nat (real_int, translated_int) source static real-object translated-object&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 09:39:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat/m-p/3935219#M5310</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-04T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3938683#M5313</link>
      <description>&lt;P&gt;Thanks for the answer. Could any experts please explain what is the use of this NAT and how it works in simple terms&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:11:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat/m-p/3938683#M5313</guid>
      <dc:creator>SathishkumarSaravanan0348</dc:creator>
      <dc:date>2019-10-10T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3938707#M5314</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;nat (outside,inside) source static obj-10.140.4.10 obj-10.66.23.39 destination static obj-209.51.47.8 obj-209.51.51.136&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This NAT can be configured in either section 1 (manual NAT) or section 3 (after-auto manual NAT), and it is matched in a top down fashion (so the order they appear in the configuration matters).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This format is basically a policy NAT with the ability to also translate the destination IP or subnet.&amp;nbsp; So here you can specify that if traffic sourced from 10.140.4.10 has a destination of 209.51.47.8, change the source IP to 10.66.23.39 and change the destination IP to 209.51.51.136.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This NAT (twice NAT) has several use cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 1. you need to NAT the source address to avoid IP conflict or you have a requirement that the source IP needs to be a specific IP that cannot be assigned to the PC for whatever reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 2. This format is also used for NAT exempt for VPN configurations&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 3. You need to NAT the destination IP or subnet, this is usually done to either avoid IP conflict or you have a requirement that&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; your PCs need to user a specific IP or subnet to reach a destination but the destination is not able to actually use this other&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;nat (outside,inside) source static obj-10.140.4.11 obj-10.66.23.70&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This NAT can be configured in either section 1 (manual NAT) or section 3 (after-auto manual NAT), and it is matched in a top down fashion (so the order they appear in the configuration matters).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This NAT has the same function as object NAT which is configured in section 2 (auto NAT).&amp;nbsp; This type of NAT just translates the source IP or subnet.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use cases:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Translate server source IP to a dedicated public IP, or private IP depending on what you are trying to achieve.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat/m-p/3938707#M5314</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-10T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat/m-p/3941695#M5317</link>
      <description>Thanks a lot for the reply</description>
      <pubDate>Wed, 16 Oct 2019 14:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat/m-p/3941695#M5317</guid>
      <dc:creator>SathishkumarSaravanan0348</dc:creator>
      <dc:date>2019-10-16T14:08:58Z</dc:date>
    </item>
  </channel>
</rss>

