<?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 NAT translation - migrating from 8.2 to 9.x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408681#M308482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PAT with DNS rewrite is not supported, which is why you can only do dns rewrite when performing NAT and not PAT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;DNS rewrite is not compatible with static Port Address Translation (PAT) because multiple PAT rules are applicable for each A-record, and the PAT rule to use is ambiguous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968c8.shtml#prereq"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968c8.shtml#prereq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Nov 2013 16:48:13 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2013-11-24T16:48:13Z</dc:date>
    <item>
      <title>NAT translation - migrating from 8.2 to 9.x</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408680#M308481</link>
      <description>&lt;P&gt;What is the new 8.3+ "coding" for the NAT translation below from an 8.2 ASA? I'm running 9.1.2 on a 5512X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (WebTestInside,outside) tcp 172.31.0.14 https 192.168.20.14 https netmask 255.255.255.255&amp;nbsp; dns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I basically want the translation to be used for htttps only.&amp;nbsp; Otherwise the host should use the interface NAT.&lt;/P&gt;&lt;P&gt;Here's what I've tried, but it doesn't want to let me do the port translation and the dns rewrite.&amp;nbsp; It will let me do one or the other, not both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WebInsideNAT-192.168.20.14&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host 192.168.20.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will let me do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;object network WebInsideNAT-192.168.20.14&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (WebTestInside,outside) static 172.31.0.14 dns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WebInsideNAT-192.168.20.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (WebTestInside,outside) static 172.31.0.14 service tcp 443 443&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WebInsideNAT-192.168.20.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (WebTestInside,outside) static 172.31.0.14 service tcp 443 443 dns&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:07:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408680#M308481</guid>
      <dc:creator>David Niemann</dc:creator>
      <dc:date>2019-03-12T03:07:58Z</dc:date>
    </item>
    <item>
      <title>NAT translation - migrating from 8.2 to 9.x</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408681#M308482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PAT with DNS rewrite is not supported, which is why you can only do dns rewrite when performing NAT and not PAT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;DNS rewrite is not compatible with static Port Address Translation (PAT) because multiple PAT rules are applicable for each A-record, and the PAT rule to use is ambiguous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968c8.shtml#prereq"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807968c8.shtml#prereq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please rate all helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 16:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408681#M308482</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-24T16:48:13Z</dc:date>
    </item>
    <item>
      <title>NAT translation - migrating from 8.2 to 9.x</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408682#M308483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; So it just happened to work on the earlier code? That stinks.&amp;nbsp; Oh well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 23:42:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408682#M308483</guid>
      <dc:creator>David Niemann</dc:creator>
      <dc:date>2013-12-11T23:42:10Z</dc:date>
    </item>
    <item>
      <title>NAT translation - migrating from 8.2 to 9.x</title>
      <link>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408683#M308486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 07:52:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-translation-migrating-from-8-2-to-9-x/m-p/2408683#M308486</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-12-12T07:52:04Z</dc:date>
    </item>
  </channel>
</rss>

