<?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 Overlapping NAT Question - ASA 8.2(4) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756589#M531598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to do a very similiar thing - route from 10.1.1.x to 172.26.1.x when the destination is 10.41.56.x. I have been getting the same response when trying to create a static NAT rule for xlating 10.1.1.0 to 172.26.1.0. Can you please provide some details on how you were able to use a Dynamic NAT rule to accomplish this "splitting"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 20:45:42 GMT</pubDate>
    <dc:creator>tkalee</dc:creator>
    <dc:date>2011-09-30T20:45:42Z</dc:date>
    <item>
      <title>Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756587#M531593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone offer me some advice regarding the scenario below please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently using an ASA5510 with IOS 8.2(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a Static NAT translation setup for our internal mail server, to NAT to a public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;static (inside,outside) 1.1.1.10 10.10.10.100 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a Static Policy NAT rule so that the following happens;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traffic from the mail server 10.10.10.100, is NAT'd to 172.30.10.100, when the destination is 94.150.87.23. The reason for this being that this traffic will be pushed through a L2L VPN and routed out through another site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;static (inside,outside) 172.30.10.100&amp;nbsp; access-list inside_nat_static&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list inside_nat_static extended permit ip host 10.10.10.100 94.150.87.23&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I configure the Static Policy NAT on the ASA I get the following warning message; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;This operation will modify the Static NAT Rule. The modified Static NAT Rule is overlapping with the following existing rules: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;static (inside,outside) 1.1.1.10 10.10.10.100 netmask 255.255.255.255&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I apply the Static Policy NAT will it break the current Static NAT rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way to configure this so that I don't get overlapping rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:21:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756587#M531593</guid>
      <dc:creator>paulstone80</dc:creator>
      <dc:date>2019-03-11T21:21:35Z</dc:date>
    </item>
    <item>
      <title>Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756588#M531595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I found a solution to this. Use a Dynamic NAT policy instead of a Static NAT Policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 12:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756588#M531595</guid>
      <dc:creator>paulstone80</dc:creator>
      <dc:date>2011-09-07T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756589#M531598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to do a very similiar thing - route from 10.1.1.x to 172.26.1.x when the destination is 10.41.56.x. I have been getting the same response when trying to create a static NAT rule for xlating 10.1.1.0 to 172.26.1.0. Can you please provide some details on how you were able to use a Dynamic NAT rule to accomplish this "splitting"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 20:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756589#M531598</guid>
      <dc:creator>tkalee</dc:creator>
      <dc:date>2011-09-30T20:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756590#M531601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example above, there were 3 commands I needed to configure to create the Dynamic Policy NAT rule;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. An ACL to match traffic against&lt;/P&gt;&lt;P&gt;2. A global NAT statement&lt;/P&gt;&lt;P&gt;3. A nat statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the commands as entered for my scenario, translate 10.10.10.100 to 172.30.10.100 when the destination is 94.150.87.23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list inside_nat_outbound extended permit ip host 10.10.10.100 host 94.150.87.23&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. &lt;SPAN style="font-family: 'courier new', courier;"&gt;global (outside) 2 172.30.10.100 netmask 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. &lt;SPAN style="font-family: 'courier new', courier;"&gt;nat (inside) 2 access-list inside_nat_outbound&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can use ASDM and go to Configuration &amp;gt; NAT Rules &amp;gt; Add &amp;gt; Add Dynamic Policy NAT rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 09:11:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756590#M531601</guid>
      <dc:creator>paulstone80</dc:creator>
      <dc:date>2011-10-03T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756591#M531608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It helped me to understand more clearly what steps you took to resolve the problem you were having. I tried to adapt it to my scenario in which I was needing to not just NAT a single server, but a whole network to another network depending on the destination - without success, unfortantely. We decided that since a permanent tunnel wasn't completely necessary that we would just use VPN clients to connect which removes the problem altogether. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 19:23:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756591#M531608</guid>
      <dc:creator>tkalee</dc:creator>
      <dc:date>2011-10-05T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Overlapping NAT Question - ASA 8.2(4)</title>
      <link>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756592#M531614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul/TIm, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The very first solution was alright, the only thing is that you first need to remove this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.10 10.10.10.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then put it back on, that way, this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 172.30.10.100&amp;nbsp; access-list inside_nat_static&lt;/P&gt;&lt;P&gt;access-list inside_nat_static extended permit ip host 10.10.10.100 94.150.87.23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will be first and it will be hitted. Remember that Static NATs are read from top to bottom in order, the only difference with Dynamic (Besides the obvious part) is that the more specific you get with the dynamic policy nat, mostlikely you are going to hit the rule, whereas in static nat, no matter if you have a more specific rule, it will hit the first one on the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 05:08:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/overlapping-nat-question-asa-8-2-4/m-p/1756592#M531614</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-10-06T05:08:16Z</dc:date>
    </item>
  </channel>
</rss>

