<?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 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063530#M146607</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;If you don't want to remove your configs, just follow this.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object-group network LAN-USERS&lt;BR /&gt;network-object 10.10.20.0 255.255.255.0&lt;BR /&gt;network-object 10.10.30.0 255.255.255.0&lt;BR /&gt;network-object 10.10.40.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;access-list Traffic_PAT permit ip object-group LAN-USERS host 205.x.x.x&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Objective - 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;To NAT all other traffic&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 1 &lt;SPAN&gt;192.x.x.x netmask 255.255.255.255&lt;/SPAN&gt;&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Objective - 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;To NAT three subnets&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 2 206.x.x.x netmask 255.255.255.255 (Define available public IP which will be used by the LAN subnets when users will access 2)&lt;BR /&gt;nat (inside) 2 access-list Traffic_PAT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try this, if still not working, then share output&amp;nbsp;for the command.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;packet-tracer input inside icmp 10.10.20.20 8 0 205.x.x.x&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 11:13:54 GMT</pubDate>
    <dc:creator>Zeeshan Aziz</dc:creator>
    <dc:date>2017-02-13T11:13:54Z</dc:date>
    <item>
      <title>Adding Dynamic Policy NAT to ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063525#M146601</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ASA &amp;nbsp;8.2 is configured with this&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Current config&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 1 192.x.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;global (DMZ64) 1 192.x.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need to configure specific 3 subnets for &amp;nbsp;users behind the inside interface and going out to internet via outside interface &amp;nbsp;so that when they access one particular vendor &amp;nbsp;website they get Dynamic PAT to one Public PAT &amp;nbsp;IP&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is my config for users on subnet 10.10.20.0,10.10.30.0 and 10.10.40.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;New config for users behind the 10.10.20,30 and 40 subnet&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;access-list Traffic_PAT permit ip &amp;nbsp;10.10.20.0 &amp;nbsp;255.255.255.0 &amp;nbsp;host 205.x.x.x&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;SPAN&gt;access-list Traffic_PAT permit ip &amp;nbsp;10.10.30.0 &amp;nbsp;255.255.255.0 &amp;nbsp;host 205.x.x.x&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;SPAN&gt;access-list Traffic_PAT permit ip &amp;nbsp;10.10.40.0 &amp;nbsp;255.255.255.0 &amp;nbsp;host 205.x.x.x&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside) 2 access-list &lt;SPAN&gt;Traffic_PAT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;global (outside) 2 206.x.x.x &amp;nbsp;netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If i go this way then all the traffic will hit the nat order 1 and not hit the nat 2.&lt;/P&gt;
&lt;P&gt;To make this work I will delete the current nat 1 and global 1 config and make the new subnets as nat 1 and global 1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;and make the current nat 1 and global 1 to nat 2 and global 2 right?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:55:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063525#M146601</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Why don't you change all the</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063526#M146603</link>
      <description>&lt;P&gt;Why don't you change all the references to NAT group "1" to say "10"?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 02:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063526#M146603</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-02-12T02:47:25Z</dc:date>
    </item>
    <item>
      <title>Hi Philip,</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063527#M146604</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So you mean to say for below config&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 1 192.x.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;global (DMZ64) 1 192.x.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I should go to ASA and type&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nat (inside) 10 0.0.0.0 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 10 192.x.x.x netmask 255.255.255.255&lt;/P&gt;
&lt;P&gt;global (DMZ64) 10 192.x.x.x netmask 255.255.255.255 &amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;and make new one as nat group 1?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Mahesh&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 03:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063527#M146604</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2017-02-12T03:00:06Z</dc:date>
    </item>
    <item>
      <title>First remove the old cofig</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063528#M146605</link>
      <description>&lt;P&gt;First remove the old cofig then add the new config above.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 05:01:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063528#M146605</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-02-12T05:01:10Z</dc:date>
    </item>
    <item>
      <title>So i can remove all the old</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063529#M146606</link>
      <description>&lt;P&gt;So i can remove all the old config with nat and global group 1&lt;/P&gt;
&lt;P&gt;After that I add new config with nat and global group of 1&lt;/P&gt;
&lt;P&gt;Then I add the old config which had nat and global group of 1 as group 2 now right?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 05:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063529#M146606</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2017-02-12T05:17:37Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063530#M146607</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;If you don't want to remove your configs, just follow this.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object-group network LAN-USERS&lt;BR /&gt;network-object 10.10.20.0 255.255.255.0&lt;BR /&gt;network-object 10.10.30.0 255.255.255.0&lt;BR /&gt;network-object 10.10.40.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;access-list Traffic_PAT permit ip object-group LAN-USERS host 205.x.x.x&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Objective - 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;To NAT all other traffic&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 1 &lt;SPAN&gt;192.x.x.x netmask 255.255.255.255&lt;/SPAN&gt;&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Objective - 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;To NAT three subnets&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 2 206.x.x.x netmask 255.255.255.255 (Define available public IP which will be used by the LAN subnets when users will access 2)&lt;BR /&gt;nat (inside) 2 access-list Traffic_PAT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try this, if still not working, then share output&amp;nbsp;for the command.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;packet-tracer input inside icmp 10.10.20.20 8 0 205.x.x.x&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 11:13:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-dynamic-policy-nat-to-asa/m-p/3063530#M146607</guid>
      <dc:creator>Zeeshan Aziz</dc:creator>
      <dc:date>2017-02-13T11:13:54Z</dc:date>
    </item>
  </channel>
</rss>

