<?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 Moving Manual NAT  to section 3 (after auto nat) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301657#M345176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially the main order of the NAT is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Manual NAT (Section 1)&lt;/LI&gt;&lt;LI&gt;Auto NAT (Section 2)&lt;/LI&gt;&lt;LI&gt;Manual NAT (Section 3)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When for example traffic from your LAN comes to the ASA the ASA will go through your NAT conrfigurations in order from Section 1 to Section 2 to Section 3 UNTIL a match is found for the connection according to its source/destination IP/port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what your are seeing is that you have atleast 2 NAT rules that match the same connection attempt and after you move a Section 1 Manual NAT to Section 3 Manual NAT that means that some NAT configuration/rule in Section 2 is now probably matching the traffic and therefore the Section 3 Manual NAT is not matched anymore. This is simply because of the above mentioned ordering/priority of the NAT rules/configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Aug 2013 17:52:19 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-08-05T17:52:19Z</dc:date>
    <item>
      <title>Moving Manual NAT  to section 3 (after auto nat)</title>
      <link>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301656#M345175</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 3 sections of NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;Manual NAT&lt;/P&gt;&lt;P&gt;2&amp;gt;Auto NAT&lt;/P&gt;&lt;P&gt;3&amp;gt;Manual NAt after Auto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say on ASA&amp;nbsp; we config Manual and Auto Nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Order of NAT&amp;nbsp; is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;Manual&lt;/P&gt;&lt;P&gt;2&amp;gt;Auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i move the Manual NAT&amp;nbsp; to section 3 of NAT&amp;nbsp; which is Manual NAT&amp;nbsp; after auto NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Order of NAT&amp;nbsp; is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;Auto&lt;/P&gt;&lt;P&gt;3&amp;gt;Manual NAT&amp;nbsp; after Auto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i try to do Process Manual NATafter auto&amp;nbsp; section number 3 it does not work as it hits Auto NAt and does not go down.&lt;/P&gt;&lt;P&gt;Need to know the reason behind this?&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;MAhesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:21:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301656#M345175</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T02:21:38Z</dc:date>
    </item>
    <item>
      <title>Moving Manual NAT  to section 3 (after auto nat)</title>
      <link>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301657#M345176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially the main order of the NAT is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Manual NAT (Section 1)&lt;/LI&gt;&lt;LI&gt;Auto NAT (Section 2)&lt;/LI&gt;&lt;LI&gt;Manual NAT (Section 3)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When for example traffic from your LAN comes to the ASA the ASA will go through your NAT conrfigurations in order from Section 1 to Section 2 to Section 3 UNTIL a match is found for the connection according to its source/destination IP/port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what your are seeing is that you have atleast 2 NAT rules that match the same connection attempt and after you move a Section 1 Manual NAT to Section 3 Manual NAT that means that some NAT configuration/rule in Section 2 is now probably matching the traffic and therefore the Section 3 Manual NAT is not matched anymore. This is simply because of the above mentioned ordering/priority of the NAT rules/configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:52:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301657#M345176</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-05T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Moving Manual NAT  to section 3 (after auto nat)</title>
      <link>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301658#M345177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best reagrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:56:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301658#M345177</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-08-05T17:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Manual NAT  to section 3 (after auto nat)</title>
      <link>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301659#M345178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also as a little side note,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also difference in the ordering of the NAT configurations depending on the Section&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Section 1 and Section 3 Manual NAT&lt;/STRONG&gt; rules are always gone through in the order you see them in the actual CLI configuration. So you might have 2 completely working rules BUT if they are in the wrong order it might be that other one of them is never used&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Section 2 Auto NAT&lt;/STRONG&gt; rules are processed in an order that you dont usually decide yourself. The ASA puts them in order according to how they were configured.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in a nutshell. You can manually set the order of the Manual NAT rules but Auto NAT rules are ordered automatically by the ASA itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the current order of the Auto NAT rules with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 17:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/moving-manual-nat-to-section-3-after-auto-nat/m-p/2301659#M345178</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-05T17:57:37Z</dc:date>
    </item>
  </channel>
</rss>

