<?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 exemption not working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352705#M735771</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I am trying to setup an NAT exmption between two DMZ specific IP's on two ASA's, both with DMZ Interfaces but when I do Packet Tracer it fails on a Dynamic NAT statement we have setup. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Here's the relevant config of one of the ASA's (the other is a mirror image):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address x.x.68.240 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.80.185.21 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.80.186.1 255.255.254.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_in line 39 extended permit ip host 10.80.186.10 host 10.80.242.10 &lt;BR /&gt;access-list nonat extended permit ip host 10.80.186.10 host 10.80.242.10 &lt;BR /&gt;access-list dmz_nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz) 1 interface&lt;BR /&gt;nat (outside) 1 access-list outside_nat_outbound outside&lt;BR /&gt;nat (inside) 0 access-list nonat&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 0 access-list dmz_nonat&lt;BR /&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 208.255.68.239 10.80.186.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.0.0.0 10.80.185.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the outcome of Packet Tracer:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Type - NAT&amp;nbsp;&amp;nbsp;&amp;nbsp; Subtype - rpf-check&amp;nbsp;&amp;nbsp;&amp;nbsp; Action - DROP&lt;BR /&gt;Config&lt;BR /&gt;nat (inside) 0 access-list nonat&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0 &lt;BR /&gt;match ip inside any dmz any &lt;BR /&gt;dynamic translation to pool 1 (10.80.186.1 [Interface PAT]) &lt;BR /&gt;translate_hits = 5627923, untranslate_hits = 1724&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Thanks in advance for any assistance!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:18:01 GMT</pubDate>
    <dc:creator>JEFF SPRADLING</dc:creator>
    <dc:date>2019-03-11T17:18:01Z</dc:date>
    <item>
      <title>NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352705#M735771</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I am trying to setup an NAT exmption between two DMZ specific IP's on two ASA's, both with DMZ Interfaces but when I do Packet Tracer it fails on a Dynamic NAT statement we have setup. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Here's the relevant config of one of the ASA's (the other is a mirror image):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address x.x.68.240 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.80.185.21 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.80.186.1 255.255.254.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz_in line 39 extended permit ip host 10.80.186.10 host 10.80.242.10 &lt;BR /&gt;access-list nonat extended permit ip host 10.80.186.10 host 10.80.242.10 &lt;BR /&gt;access-list dmz_nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz) 1 interface&lt;BR /&gt;nat (outside) 1 access-list outside_nat_outbound outside&lt;BR /&gt;nat (inside) 0 access-list nonat&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 0 access-list dmz_nonat&lt;BR /&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 208.255.68.239 10.80.186.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz_in in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.0.0.0 10.80.185.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the outcome of Packet Tracer:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Type - NAT&amp;nbsp;&amp;nbsp;&amp;nbsp; Subtype - rpf-check&amp;nbsp;&amp;nbsp;&amp;nbsp; Action - DROP&lt;BR /&gt;Config&lt;BR /&gt;nat (inside) 0 access-list nonat&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0 &lt;BR /&gt;match ip inside any dmz any &lt;BR /&gt;dynamic translation to pool 1 (10.80.186.1 [Interface PAT]) &lt;BR /&gt;translate_hits = 5627923, untranslate_hits = 1724&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Thanks in advance for any assistance!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:18:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352705#M735771</guid>
      <dc:creator>JEFF SPRADLING</dc:creator>
      <dc:date>2019-03-11T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352706#M735777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access-list you configured for both nonat and dmz-nonat are incorrect i.e. source and destination IP's are reversed, modify them it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also for your help, avoid complexity of nonat as ASA 7.0 and above you can use no nat-control, to avoid nonat traffic to and from DMZ's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guneet Singh Gulati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 15:25:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352706#M735777</guid>
      <dc:creator>Guneet Gulati</dc:creator>
      <dc:date>2010-03-05T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352707#M735791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;guneetgulati wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access-list you configured for both nonat and dmz-nonat are incorrect i.e. source and destination IP's are reversed, modify them it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also for your help, avoid complexity of nonat as ASA 7.0 and above you can use no nat-control, to avoid nonat traffic to and from DMZ's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guneet Singh Gulati&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Guneet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your reply, but I am confused by your answer.&amp;nbsp; Is the ACL format not - access-list name extended permit ip source destination?&amp;nbsp; Wouldn't the source be the IP of the device connected to that ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just in case, I did try your suggestions and the packet trace completely dies before getting started (see below, if you can read it).&amp;nbsp; Also, no nat-control is setup on both firewalls.&amp;nbsp; I really believe my issues is in the Dynamic NAT with is applied on all three interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for any suggestions.&amp;nbsp; I'm new to ASA and I've inherited what looks to be a mess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:15:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352707#M735791</guid>
      <dc:creator>JEFF SPRADLING</dc:creator>
      <dc:date>2010-03-05T18:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352708#M735806</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;If you have no nat control already present, please remove the following commands, and it will work for you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be easy way for you now as the config seems to be bit messed up and it would be easier for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as my previous mail goes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config you created for nonat was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its applied on inside interface it will not work because inside source should be in subnet 10.80.185.XXX/24, Also the IP address 10.80.242.10 is not the conneted subnet, so i think this information is either missing or not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP address 10.80.242.10 holds true for below ACL as well&lt;BR /&gt;access-list dmz_nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;Basic Q is does firewall knows where to route IP 10.80.242.10 ? which seems to be routing issue if the config you send is complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be good if you can give a small network diagram with what you want to achieve i can give to the sample config for the same.you can also pm me @ &lt;A href="mailto:guneetsgulai@gmail.com"&gt;guneetsgulai@gmail.com&lt;/A&gt; for any further help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Guneet Singh Gulati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:55:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352708#M735806</guid>
      <dc:creator>Guneet Gulati</dc:creator>
      <dc:date>2010-03-05T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352709#M735840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;guneetgulati wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no nat control already present, please remove the following commands, and it will work for you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be easy way for you now as the config seems to be bit messed up and it would be easier for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as my previous mail goes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config you created for nonat was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its applied on inside interface it will not work because inside source should be in subnet 10.80.185.XXX/24, Also the IP address 10.80.242.10 is not the conneted subnet, so i think this information is either missing or not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP address 10.80.242.10 holds true for below ACL as well&lt;BR /&gt;access-list dmz_nonat extended permit ip host 10.80.186.10 host 10.80.242.10&lt;/P&gt;&lt;P&gt;Basic Q is does firewall knows where to route IP 10.80.242.10 ? which seems to be routing issue if the config you send is complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be good if you can give a small network diagram with what you want to achieve i can give to the sample config for the same.you can also pm me @ &lt;A class="jive-link-email-small" href="mailto:guneetsgulai@gmail.com"&gt;guneetsgulai@gmail.com&lt;/A&gt; for any further help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Guneet Singh Gulati&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much, Guneet.&amp;nbsp; I will forward you a diagram and a scrubbed config so you can see the whole picture.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 21:26:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352709#M735840</guid>
      <dc:creator>JEFF SPRADLING</dc:creator>
      <dc:date>2010-03-05T21:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: NAT exemption not working</title>
      <link>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352710#M735854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was unable to send you email to the address you provided, so I'm posting it here.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/3/3/2/3233-ASA%20IP%20Diagram.pdf" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the relevant config:&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.1.68.240 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.80.185.21 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.80.186.1 255.255.254.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; description LAN Failover Interface&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list dmz_in extended permit ip host 10.80.186.10 any &lt;BR /&gt;access-list dmz_in extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZOutside extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip host 10.80.242.10 host 10.80.186.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz) 1 interface&lt;BR /&gt;nat (outside) 1 access-list outside_nat_outbound outside&lt;BR /&gt;nat (inside) 0 access-list nonat&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 0 access-list dmz_nonat&lt;BR /&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,inside) 10.80.186.10 10.80.186.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz_in in interface dmz&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 10.80.185.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map http-map1&lt;BR /&gt; match any&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect pptp &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt; class http-map1&lt;BR /&gt;&amp;nbsp; set connection advanced-options mss-map&lt;BR /&gt; class class-default&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The communication should take place over the inside network.&amp;nbsp; I appreciate any feedback!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 18:14:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-exemption-not-working/m-p/1352710#M735854</guid>
      <dc:creator>JEFF SPRADLING</dc:creator>
      <dc:date>2010-03-08T18:14:31Z</dc:date>
    </item>
  </channel>
</rss>

