<?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: PAT Config post 8.2 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798555#M7098</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;You used nat command with source static which is wrong because you want to do PAT.&lt;BR /&gt;&lt;BR /&gt;The config should be:&lt;BR /&gt;&lt;BR /&gt;nat (inside,outside) after-auto source dynamic PAT_ONE interface&lt;BR /&gt;nat (inside,outside) &lt;SPAN&gt;after-auto &lt;/SPAN&gt;source dynamic PAT_TWO PUB_TWO&lt;BR /&gt;&lt;BR /&gt;If you want to validate the config you converted, you can use these tools:&lt;BR /&gt;- Cisco tool: &lt;A href="https://fwm.cisco.com/auth.do" target="_blank"&gt;https://fwm.cisco.com/auth.do&lt;/A&gt;&lt;BR /&gt;- Tunnelsup tool: &lt;A href="https://www.tunnelsup.com/nat-converter/" target="_blank"&gt;https://www.tunnelsup.com/nat-converter/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Feb 2019 02:47:37 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2019-02-10T02:47:37Z</dc:date>
    <item>
      <title>PAT Config post 8.2</title>
      <link>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798549#M7094</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;
&lt;P&gt;So I have avoided the new form of NAT config for as long as I can. I downgraded my ASA 5585-X to 8.2 to avoid it. But now I must get it up to the latest code. I have been searching, but to no avail, how to handle the PAT in this new form.&lt;/P&gt;
&lt;P&gt;My current config of course has&lt;/P&gt;
&lt;PRE&gt;global (outside) 1 interface
global (outside) 2 x.x.x.x&lt;/PRE&gt;
&lt;P&gt;The new base config after loading ASA 9.10 has this&lt;/P&gt;
&lt;PRE&gt;object network obj_any
 nat (any,outside) dynamic interface
&lt;/PRE&gt;
&lt;P&gt;Is this the new PAT config? How would I handle multiple PATs? I would assume creating object-groups with the networks I want to use in each pat?&lt;/P&gt;
&lt;PRE&gt;object network obj_pub_2
1.1.1.1
object network ten
 subnet 10.0.0.0 255.255.255.0
object network one
 subnet 10.1.0.0 255.255.255.0
object network two
 subnet 10.2.0.0 255.255.255.0
object network three
 subnet 10.3.0.0 255.255.255.0
object-group network PAT_ONE
 network-object object ten
 network-object object one
object-group PAT_TWO
 network-object object two
 network-object object three
object-group PUB_TWO
 network-object object obj_pub_2
!
nat (inside,outside) after-auto source static PAT_ONE interface
nat (inside,outside) after-auto source static PAT_TWO PUB_TWO
&lt;/PRE&gt;
&lt;P&gt;Am I on the right track here?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798549#M7094</guid>
      <dc:creator>cyoung1981</dc:creator>
      <dc:date>2020-02-21T16:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: PAT Config post 8.2</title>
      <link>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798555#M7098</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;You used nat command with source static which is wrong because you want to do PAT.&lt;BR /&gt;&lt;BR /&gt;The config should be:&lt;BR /&gt;&lt;BR /&gt;nat (inside,outside) after-auto source dynamic PAT_ONE interface&lt;BR /&gt;nat (inside,outside) &lt;SPAN&gt;after-auto &lt;/SPAN&gt;source dynamic PAT_TWO PUB_TWO&lt;BR /&gt;&lt;BR /&gt;If you want to validate the config you converted, you can use these tools:&lt;BR /&gt;- Cisco tool: &lt;A href="https://fwm.cisco.com/auth.do" target="_blank"&gt;https://fwm.cisco.com/auth.do&lt;/A&gt;&lt;BR /&gt;- Tunnelsup tool: &lt;A href="https://www.tunnelsup.com/nat-converter/" target="_blank"&gt;https://www.tunnelsup.com/nat-converter/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 02:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798555#M7098</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-02-10T02:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: PAT Config post 8.2</title>
      <link>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798557#M7100</link>
      <description>&lt;P&gt;Thanks so much! Everything else looks correct?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 02:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798557#M7100</guid>
      <dc:creator>cyoung1981</dc:creator>
      <dc:date>2019-02-10T02:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: PAT Config post 8.2</title>
      <link>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798558#M7103</link>
      <description>Objects yes.&lt;BR /&gt;&lt;BR /&gt;Just a remark regarding the following nat:&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (any,outside) dynamic interface&lt;BR /&gt;&lt;BR /&gt;Avoid using any and replace it with the real interface name.</description>
      <pubDate>Sun, 10 Feb 2019 02:52:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-config-post-8-2/m-p/3798558#M7103</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-02-10T02:52:05Z</dc:date>
    </item>
  </channel>
</rss>

