<?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 ASA 8.4 nat issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611700#M559023</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently using ASA 5510 with software 8.4.1 and I have an issue with nat configuration. I used the following config line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside, dmz) source dynamic LAN Pat1 destination Server1 Server1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic is not flowing and when I use Packet Tracer, packets are dropped at the NAT rule with the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only ACE I have is permit ip any any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:13:53 GMT</pubDate>
    <dc:creator>ntarnagada</dc:creator>
    <dc:date>2019-03-11T20:13:53Z</dc:date>
    <item>
      <title>ASA 8.4 nat issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611700#M559023</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently using ASA 5510 with software 8.4.1 and I have an issue with nat configuration. I used the following config line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside, dmz) source dynamic LAN Pat1 destination Server1 Server1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic is not flowing and when I use Packet Tracer, packets are dropped at the NAT rule with the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only ACE I have is permit ip any any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:13:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611700#M559023</guid>
      <dc:creator>ntarnagada</dc:creator>
      <dc:date>2019-03-11T20:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 nat issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611701#M559024</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;What do we want to accomplish? Also, send me the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sh run object id LAN&lt;/P&gt;&lt;P&gt;Sh run object id Pat1&lt;/P&gt;&lt;P&gt;Sh run object id Server1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 19:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611701#M559024</guid>
      <dc:creator>astripat</dc:creator>
      <dc:date>2011-03-28T19:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 nat issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611702#M559025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this error you are facing is mainly because the reversed nat rule makes no sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;The nat rule you configured is:&lt;/P&gt;&lt;P&gt;nat (inside, dmz) source dynamic LAN Pat1 destination static Server1 Server1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reverse of this rule is:&lt;/P&gt;&lt;P&gt;nat (dmz,inside) source static server1 server 1 &lt;SPAN style="color: #ff0000;"&gt;destination dynamic&lt;/SPAN&gt; Pat1 LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The destination cannot be dynamic! This is where packet tracer shows denied due to ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't think that this specific rule might be the one causing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An output of "show nat" would help me point out exactly what is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shrikant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:06:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-nat-issue/m-p/1611702#M559025</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-03-29T13:06:24Z</dc:date>
    </item>
  </channel>
</rss>

