<?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 Hi Everyone, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323393#M345618</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have the same problem of configuring PAT on the new Cisco firewall so addition to &lt;SPAN&gt;ASA1(config)# nat (inside,outside)&amp;nbsp; source&amp;nbsp; dynamic&amp;nbsp; any&amp;nbsp; interface command is any ACL&amp;nbsp;statement is required to allow inside network?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards! &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2016 08:13:49 GMT</pubDate>
    <dc:creator>rodi.wondu</dc:creator>
    <dc:date>2016-07-13T08:13:49Z</dc:date>
    <item>
      <title>nat (inside,outside)  source  dynamic  any  interface</title>
      <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323390#M345615</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does config below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# nat (inside,outside)&amp;nbsp; source&amp;nbsp; dynamic&amp;nbsp; any&amp;nbsp; interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will do the PAT&amp;nbsp; when source is any IP&amp;nbsp; from inside interface of ASA&amp;nbsp; and going to any destination IP&amp;nbsp;&amp;nbsp; address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:18:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323390#M345615</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T02:18:43Z</dc:date>
    </item>
    <item>
      <title>nat (inside,outside)  source  dynamic  any  interface</title>
      <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323391#M345616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, that NAT configuration would essentially do Dynamic PAT for any host behind the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface towards any destination address routed behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface using the PAT IP address of &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would however suggest configuring the same NAT configuration by adding the "after-auto" parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the &lt;STRONG&gt;"after-auto"&lt;/STRONG&gt; parameter does is that it moves the NAT rule to the very end of the NAT rules. It will be one of the last NAT rules matched against a new connection coming from behind &lt;STRONG&gt;"inside"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we configured the Dynamic PAT the way you mentioned, there might be a possibility that it would override other NAT rules either now or in the future because it is at such a high priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 00:44:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323391#M345616</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-30T00:44:44Z</dc:date>
    </item>
    <item>
      <title>nat (inside,outside)  source  dynamic  any  interface</title>
      <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323392#M345617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 00:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323392#M345617</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-07-30T00:46:41Z</dc:date>
    </item>
    <item>
      <title>Hi Everyone,</title>
      <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323393#M345618</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have the same problem of configuring PAT on the new Cisco firewall so addition to &lt;SPAN&gt;ASA1(config)# nat (inside,outside)&amp;nbsp; source&amp;nbsp; dynamic&amp;nbsp; any&amp;nbsp; interface command is any ACL&amp;nbsp;statement is required to allow inside network?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards! &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 08:13:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/2323393#M345618</guid>
      <dc:creator>rodi.wondu</dc:creator>
      <dc:date>2016-07-13T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone,</title>
      <link>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/3817769#M345620</link>
      <description>Yes. Interface of Higher security level (inside) is allowed to go out an interface of lower secirity level (outside) but not vice versa. You must apply acl allowing what traffic you want to allow in on outside interface.</description>
      <pubDate>Tue, 12 Mar 2019 03:37:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-inside-outside-source-dynamic-any-interface/m-p/3817769#M345620</guid>
      <dc:creator>CiscoBrownBelt</dc:creator>
      <dc:date>2019-03-12T03:37:36Z</dc:date>
    </item>
  </channel>
</rss>

