<?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: help with new NAT config in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877291#M458965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for that. I knew it had to be something simple I was missing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if you can continue to put in a nat statement on the new code that will give me the same as the following does on a PIX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 18:14:58 GMT</pubDate>
    <dc:creator>matthewatt</dc:creator>
    <dc:date>2012-02-22T18:14:58Z</dc:date>
    <item>
      <title>help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877289#M458957</link>
      <description>&lt;P&gt;I'm struggling to get my NAT working as I am upgrading from a PIX to an ASA running 8.4. I'm trying to duplicate the following that was taken from the PIX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX NAT shown here:&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ASA, I did the following:&lt;/P&gt;&lt;P&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;And then I added the command below and it overrode my first command&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic x.x.x.x&lt;/P&gt;&lt;P&gt;I'm not quite sure how to get it to PAT to the interface, and also use a specific IP for a backup overload. In any case, I tried to remove the last nat that was applied and got this error:&lt;/P&gt;&lt;P&gt;FW(config)# no nat (inside,outside) dynamic x.x.x.x&lt;/P&gt;&lt;P&gt;no nat (inside,outside) dynamic x.x.x.x&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;I can't seem to remove this NAT. When I try to put my first NAT back in place, I get:&lt;/P&gt;&lt;P&gt;FW(config)# nat (inside,outside) dynamic interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am I doing wrong here? If I can't specify both and interface and an ip for the NAT, I can live with that. However, I prefer I use the interface rather than the specific ip if I can only use one. But I can't seem to get it removed. I don't dare use the "clear configure nat" command as I have a whole bunch of static NAT in place that I don't want to have to re-enter.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:33:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877289#M458957</guid>
      <dc:creator>matthewatt</dc:creator>
      <dc:date>2019-03-11T22:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877290#M458960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe your inability to use the "no..." command is because you are trying to remove an object NAT rule. You need to enter that command from within the network object configuration mode (as oppposed to the global mode). &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/no.html#wp1778544"&gt;Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So go back into config mode, then enter the command "object network obj_any". You should have a prompt that looks something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hostname(config-network-object)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to do the "no nat... " command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 17:56:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877290#M458960</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-02-22T17:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877291#M458965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for that. I knew it had to be something simple I was missing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if you can continue to put in a nat statement on the new code that will give me the same as the following does on a PIX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global (outside) 1 x.x.x.x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877291#M458965</guid>
      <dc:creator>matthewatt</dc:creator>
      <dc:date>2012-02-22T18:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877292#M458974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&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;Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:25:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877292#M458974</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-02-22T18:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877293#M458978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I don't understand how that gives me the ability to PAT to the interface as well as a separate IP address, defined as x.x.x.x in my example. As I don't see reference to an IP address in your example, how can your command be provding that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 13:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877293#M458978</guid>
      <dc:creator>matthewatt</dc:creator>
      <dc:date>2012-02-23T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with new NAT config</title>
      <link>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877294#M458982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The examples I have seen usually specify using an address (or address range) for the dynamic NAT with the interface as a PAT fallback. See for example &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_objects.html#wp1106144"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 21:21:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-new-nat-config/m-p/1877294#M458982</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-02-23T21:21:17Z</dc:date>
    </item>
  </channel>
</rss>

