<?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: ASA 8.4(2) NAT problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324542#M344491</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;ASA1(config)# object network MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# range 172.16.1.100 172.16.1.120&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (is&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (ins&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,o&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) d&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) dynamic&amp;nbsp; MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# sh run nat&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# end&lt;/P&gt;&lt;P&gt;ASA1# sh run nat&lt;/P&gt;&lt;P&gt;ASA1#&lt;/P&gt;&lt;P&gt;ASA1#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1# sh run | b obje&lt;/P&gt;&lt;P&gt;object network MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt; range 172.16.1.100 172.16.1.120&lt;/P&gt;&lt;P&gt;object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt; subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list OUT extended permit icmp host 172.16.1.2 host 10.0.0.10&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, below command works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# nat (inside,outside) after-auto source dynamic MY-INSIDE-NET MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# sh run nat&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic MY-INSIDE-NET MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By cisco doc the first version should work as well (&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_objects.html#wp1106144" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_objects.html#wp1106144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;), is it bug ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Aug 2013 21:20:27 GMT</pubDate>
    <dc:creator>Hubert Wisniewski</dc:creator>
    <dc:date>2013-08-17T21:20:27Z</dc:date>
    <item>
      <title>ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324540#M344489</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to implement NAT on ASA and I found very strange behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) I started with dynamic NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt; range 172.16.1.100 172.16.1.120&lt;/P&gt;&lt;P&gt;object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt; subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) dynamic MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# sh ru | i nat&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt; destination transport-method http&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) dynamic MY-RANGE-OBJ interfa&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# sh ru | i nat&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt; destination transport-method http&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) static interface&lt;/P&gt;&lt;P&gt;WARNING: All traffic destined to the IP address of the outside interface is being redirected.&lt;/P&gt;&lt;P&gt;WARNING: Users may not be able to access any service enabled on the outside interface.&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# sh ru | i nat&lt;/P&gt;&lt;P&gt; nat (inside,outside) static interface&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt; destination transport-method http&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I can't add 'dynamic MY-RANGE-OBJ' or 'dynamic MY-RANGE-OBJ inter' ? I can't see any errors, the commands are ignored &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Hubert&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324540#M344489</guid>
      <dc:creator>Hubert Wisniewski</dc:creator>
      <dc:date>2019-03-12T02:27:00Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324541#M344490</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;Can you rather post the output of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though I guess your command should list it also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also configure the same in this way (which is the way I prefer doing it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&lt;STRONG&gt; IS NOT&lt;/STRONG&gt; inserted under any &lt;STRONG&gt;"object"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic MY-INSIDE-NET MY-RANGE-OBJ&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>Sat, 17 Aug 2013 20:54:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324541#M344490</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-17T20:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324542#M344491</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;ASA1(config)# object network MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# range 172.16.1.100 172.16.1.120&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)#&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (is&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (ins&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,o&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) d&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# nat (inside,outside) dynamic&amp;nbsp; MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# sh run nat&lt;/P&gt;&lt;P&gt;ASA1(config-network-object)# end&lt;/P&gt;&lt;P&gt;ASA1# sh run nat&lt;/P&gt;&lt;P&gt;ASA1#&lt;/P&gt;&lt;P&gt;ASA1#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1# sh run | b obje&lt;/P&gt;&lt;P&gt;object network MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt; range 172.16.1.100 172.16.1.120&lt;/P&gt;&lt;P&gt;object network MY-INSIDE-NET&lt;/P&gt;&lt;P&gt; subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list OUT extended permit icmp host 172.16.1.2 host 10.0.0.10&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, below command works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# nat (inside,outside) after-auto source dynamic MY-INSIDE-NET MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1(config)# sh run nat&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic MY-INSIDE-NET MY-RANGE-OBJ&lt;/P&gt;&lt;P&gt;ASA1(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By cisco doc the first version should work as well (&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_objects.html#wp1106144" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/nat_objects.html#wp1106144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;), is it bug ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 21:20:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324542#M344491</guid>
      <dc:creator>Hubert Wisniewski</dc:creator>
      <dc:date>2013-08-17T21:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324543#M344494</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;Yes, to my understanding the configuration you mention should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a firewall running that same software version and generally we have not faced any NAT related problems. Though we dont really use the Network Object NAT / Auto NAT to configure it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one Bug that seems to match your problem. Though the listed software refers to the ASASM modules starting software and not this software level. But can't be sure the Bug ID notes contain all the information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/bugsearch/bug/" rel="nofollow"&gt;https://tools.cisco.com/bugsearch/bug/&lt;/A&gt;&lt;A href="https://www.cisco.com/cisco/psn/bssprt/bss?searchType=bstbugidsearch&amp;amp;page=bstBugDetail&amp;amp;BugID=CSCty36464" rel="nofollow" target="_blank"&gt;CSCty36464&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Picture (click to enlarge)&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/3/0/2/151203-CSC-AUTONAT-BUG.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 21:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324543#M344494</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-17T21:31:33Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324544#M344496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the bug details&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 21:40:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324544#M344496</guid>
      <dc:creator>Hubert Wisniewski</dc:creator>
      <dc:date>2013-08-17T21:40:13Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4(2) NAT problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324545#M344501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can naturally try updating the software and see if that takes the problem away. I do remember testing the NAT configuration in the same way you attempted it in your original post and it has worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could for example consider newer softwares in the same Major and Minor release. For example 8.4(5) or 8.4(6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a list of software leves and feature additions/changes in them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/roadmap/asa_new_features.html"&gt;http://www.cisco.com/en/US/docs/security/asa/roadmap/asa_new_features.html&lt;/A&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>Sat, 17 Aug 2013 21:41:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-2-nat-problem/m-p/2324545#M344501</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-17T21:41:12Z</dc:date>
    </item>
  </channel>
</rss>

