<?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: Cisco ASA 8.6 Dynamic NAT/PAT Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226282#M347432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use this type of configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service HTTPS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 443&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic SOURCE interface service WWW WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic SOURCE interface service HTTPS HTTPS&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;nat (inside,outside) after-auto source dynamic SOURCE interface service WWW WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic SOURCE interface service HTTPS HTTPS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your current NAT configurations in addition to these you might want to use first or second option of NAT configuration type above. The only real difference is the in the priority of the NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first configuration would insert the NAT configurations pretty much at the top of the NAT rules of the ASA. You could add the number &lt;STRONG&gt;"1"&lt;/STRONG&gt; also after the &lt;STRONG&gt;")"&lt;/STRONG&gt; mark to add it at the very top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second configuration would add the NAT configuration to the very bottom of the NAT rules of your ASA. For example Network Object NAT could override this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the NAT configuration currently on your ASA could affect if the configuration works or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 14:28:46 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-06-26T14:28:46Z</dc:date>
    <item>
      <title>Cisco ASA 8.6 Dynamic NAT/PAT Help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226281#M347418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have started to use a number of ASA5512x running 8.6(1)2, the general coding seems OK and the systems are running well. I am now trying to mimic the dynamic NAT/PAT configuration from an ASA running 8.2(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use dynamic NAT/PAT for a number of systems that require external access to particuar systems using specified ports, the configuration is based on the &lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list PAT-LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PAT-LIST acl is then made up of object groups for source, destination and ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network pat-dc-web-test-allowed&lt;/P&gt;&lt;P&gt; network-object host x.x.x.10&lt;/P&gt;&lt;P&gt; network-object host x.x.x.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service web-access tcp&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt; port-object eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list PAT-LIST extended permit tcp object-group pat-dc-web-test-allowed any object-group web-access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will then permit source systems access to destination systems using the ASA external address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could someone point me in the right direction or assist in showing how the above would work in the new NAT style&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:03:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226281#M347418</guid>
      <dc:creator>nick.chalker</dc:creator>
      <dc:date>2019-03-12T02:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 8.6 Dynamic NAT/PAT Help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226282#M347432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use this type of configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 10.10.10.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service HTTPS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq 443&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic SOURCE interface service WWW WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic SOURCE interface service HTTPS HTTPS&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;nat (inside,outside) after-auto source dynamic SOURCE interface service WWW WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic SOURCE interface service HTTPS HTTPS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your current NAT configurations in addition to these you might want to use first or second option of NAT configuration type above. The only real difference is the in the priority of the NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first configuration would insert the NAT configurations pretty much at the top of the NAT rules of the ASA. You could add the number &lt;STRONG&gt;"1"&lt;/STRONG&gt; also after the &lt;STRONG&gt;")"&lt;/STRONG&gt; mark to add it at the very top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second configuration would add the NAT configuration to the very bottom of the NAT rules of your ASA. For example Network Object NAT could override this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the NAT configuration currently on your ASA could affect if the configuration works or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:28:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226282#M347432</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 8.6 Dynamic NAT/PAT Help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226283#M347458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt response, I will give it a go a bit later and let you know the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:35:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226283#M347458</guid>
      <dc:creator>nick.chalker</dc:creator>
      <dc:date>2013-06-26T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 8.6 Dynamic NAT/PAT Help</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226284#M347472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, I have now tested your configuration and all appears to work when combining the nat with interface ACL's defining the destination addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 15:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-8-6-dynamic-nat-pat-help/m-p/2226284#M347472</guid>
      <dc:creator>nick.chalker</dc:creator>
      <dc:date>2013-06-28T15:37:31Z</dc:date>
    </item>
  </channel>
</rss>

