<?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: Does deny statement in NAT0 ACL bypass NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546262#M579015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait till you play with NAT in version 8.3 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found the answer helpful please consider rating the threat and mark it as answered.&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;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Dec 2010 13:55:27 GMT</pubDate>
    <dc:creator>Federico Coto Fajardo</dc:creator>
    <dc:date>2010-12-01T13:55:27Z</dc:date>
    <item>
      <title>Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546257#M579010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have a NAT exemption question with regards to the order of operation. If the NAT0 ACL specifies a traffic flow with a deny statement (i.e do not nat exempt) would this flow be regarded as having completed the NAT obligation imposed by the order of operations (i.e ACL, NAT, Route). In other words if this deny statement in the NATO ACL was related to a VPN would this flow be allowed over the VPN unchanged or would it have to be nat'd before?&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;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:16:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546257#M579010</guid>
      <dc:creator>bluesteel</dc:creator>
      <dc:date>2019-03-11T19:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546258#M579011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot test it right now.. but I believe that if you have a deny statement in NAT0 ACL, it means it won't be checked against that rule.&lt;/P&gt;&lt;P&gt;It means, it could be checked against any other NAT rule (in order of precedence)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, will be a good thing to confirm.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 22:11:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546258#M579011</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-30T22:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546259#M579012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I just did a quick test...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PC 1.1.1.1 is going through an ASA doing PAT.&lt;/P&gt;&lt;P&gt;I add a line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat deny ip host 1.1.1.1 any&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 it's a deny statement, my PC is using the PAT address to the Internet (after clearing the xlates/conns).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 22:32:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546259#M579012</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-30T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546260#M579013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Federico.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat 0 acl - can contain deny lines but, cannot contain ports and protocols&lt;/P&gt;&lt;P&gt;policy nat acl - cannot contain deny lines but, can contain ports and protocols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 02:38:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546260#M579013</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-12-01T02:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546261#M579014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I also worked it out in GNS3 last night &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;, NAT is a nightmare lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:16:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546261#M579014</guid>
      <dc:creator>bluesteel</dc:creator>
      <dc:date>2010-12-01T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does deny statement in NAT0 ACL bypass NAT</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546262#M579015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait till you play with NAT in version 8.3 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found the answer helpful please consider rating the threat and mark it as answered.&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;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 13:55:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546262#M579015</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-12-01T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Hello, Digging up an old post</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546263#M579016</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Digging up an old post here, but need some assistance with Nat0 Conversion here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you convert the deny statements in Nat0 from pre-8.3 to 8.3+ ?&lt;/P&gt;&lt;P&gt;So if I have&lt;/P&gt;&lt;P&gt;access-list nonat deny ip host 1.1.1.1 any&lt;/P&gt;&lt;P&gt;access-list nonat permit ip any any&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I convert that to 8.3+ such that 1.1.1.1 does not get exempted if I have a permit ip any any statement at the end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 06:18:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546263#M579016</guid>
      <dc:creator>colossus1611</dc:creator>
      <dc:date>2015-09-24T06:18:53Z</dc:date>
    </item>
    <item>
      <title>Hi,You don't need to do</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546264#M579017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You don't need to do anything for the same. Just check if there is any NAT statement for the 1.1.1.1 IP address and use that NAT above the Manual NAT for the permit IP any any.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 13:31:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546264#M579017</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-09-24T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Thanks Vibhor. So as long as</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546265#M579018</link>
      <description>&lt;P&gt;Thanks Vibhor. So as long as I do a any any nonat statement with specific nat rules for those deny statement on PIX, that should cover it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 07:08:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546265#M579018</guid>
      <dc:creator>colossus1611</dc:creator>
      <dc:date>2015-09-25T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Hi,Yes , That should cover it</title>
      <link>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546266#M579019</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes , That should cover it. You can still verify using the packet tracer on the ASA device.&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/document/29601/troubleshooting-access-problems-using-packet-tracer&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 16:12:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/does-deny-statement-in-nat0-acl-bypass-nat/m-p/1546266#M579019</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-09-25T16:12:12Z</dc:date>
    </item>
  </channel>
</rss>

