<?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 5505 8.41 Dynamic NAT/Static NAT configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672746#M417241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shrikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I went down that route originally but I can't seem to find a way to apply the object-group to the network object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll do some more digging around, thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mitch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 01:50:17 GMT</pubDate>
    <dc:creator>Mitchell Dyer</dc:creator>
    <dc:date>2011-04-19T01:50:17Z</dc:date>
    <item>
      <title>ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672740#M417234</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having some issues configuring NAT statements on my ASA5505 which has recently been upgraded to 8.41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a single dynamic IP on the outside interface of the ASA and would like all internal hosts to NAT/PAT to it. In addition, I would like to have several ports 'forwarded' to internal hosts, one of which is TCP/4343. With the current configuration all hosts are NATing to the external interface properly but the service running on TCP/4343 is not accessible from the outside. See command output below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"sh run object" output:&lt;/P&gt;&lt;P&gt;object network DrJones&lt;BR /&gt; host 10.81.220.90&lt;BR /&gt;object network LAN-10.81.220.0&lt;BR /&gt; subnet 10.81.220.0 255.255.255.0&lt;/P&gt;&lt;P&gt;"sh run nat" output:&lt;/P&gt;&lt;P&gt;object network DrJones&lt;BR /&gt; nat (inside,outside) static interface service tcp 4343 4343&lt;BR /&gt;object network LAN-10.81.220.0&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;"sh run access-list" output:&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip 10.81.220.0 255.255.255.0 any&lt;BR /&gt;access-list outside_access_in extended permit icmp any any echo-reply&lt;BR /&gt;access-list outside_access_in extended permit tcp any interface outside eq 4343&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated, if additional information is neccessary please let me know and I will post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:19:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672740#M417234</guid>
      <dc:creator>Mitchell Dyer</dc:creator>
      <dc:date>2020-02-21T12:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672741#M417235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mitch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two major changes between pre-8.3 and post-8.3.&lt;/P&gt;&lt;P&gt;1. NAT&lt;/P&gt;&lt;P&gt;2. Interface Access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've gone right at step 1, but have configured the outside_access_in access-list in the pre-8.3 format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct config would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any echo-reply&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //you can remove this and add inspect icmp to the global policy.&lt;BR /&gt;access-list outside_access_in extended permit tcp any&lt;STRONG&gt; host 10.81.220.90&lt;/STRONG&gt; eq 4343&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 8.3 and above, the interface access-list should have the real ip and not the translated ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shrikant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please mark the question as answered if it has been resolved. Do rate helpful posts. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 23:58:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672741#M417235</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-04-18T23:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672742#M417236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shrikant, I ended up stumbling upon this about 3 hours after I posted. Thank you for the response, I was only aware of the nat changes with 8.3, I was not aware they changed the application of accesslists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, is there a way to configure multiple PAT entries with one statement? Or at the very least configure multiple PAT entries under a single network object? I can only seem to configure a single PAT entry per network object, which makes me think maybe this can be accomplished by a service object-group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 00:11:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672742#M417236</guid>
      <dc:creator>Mitchell Dyer</dc:creator>
      <dc:date>2011-04-19T00:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672743#M417237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Hey Mitch,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Not really sure, by what you mean by multiple pat entries, but you can only have one nat entry within the network object. (called auto nat).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;However, if you are referring to something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;nat (inside) 1 10.1.2.0 255.255.255.0&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;global (outside) 1 209.165.201.1-209.165.201.2&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;nat (inside) 1 10.1.2.0 255.255.255.0&lt;BR /&gt;global (outside) 1 209.165.201.1-209.165.201.7&lt;BR /&gt;global (outside) 1 209.165.201.8&lt;BR /&gt;global (outside) 1 209.165.201.9&lt;BR /&gt;&lt;BR /&gt;Then you can go for the equivalent 8.3 commands:&lt;BR /&gt;&lt;BR /&gt;object network obj-209.165.201.1_209.165.201.2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; range 209.165.201.1 209.165.201.2&lt;BR /&gt; object network obj-10.1.2.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 10.1.2.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic obj_209.165.201.1_209.165.201.2 interface&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;object network obj-209.165.201.1_209.165.201.7&lt;BR /&gt;&amp;nbsp;&amp;nbsp; range 209.165.201.1 209.165.201.7&lt;BR /&gt; object network obj-209.165.201.8&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host 209.165.201.8&lt;BR /&gt; object network obj-209.165.201.9&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host 209.165.201.9&lt;BR /&gt; object-group network nat-pat-group&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network-object object obj-209.165.201.1_209.165.201.7&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network-object object obj-209.165.201.8&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network-object object obj-209.165.201.9&lt;BR /&gt; object network obj-10.1.2.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; subnet 10.1.2.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) dynamic nat-pat-group&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Hope this helps. If this is not what you were looking for, then do let me know a few more details, and i will try to answer it more accurately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;-Shrikant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Do rate helpful posts. Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 00:42:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672743#M417237</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-04-19T00:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672744#M417238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I wasn't more specific. I believe your comment about auto-nat answered my question. I needed to translate multiple ports from the outside interface to the same internal host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: host 10.81.220.90 is hosting a service on tcp\4343 and tcp\8080. I was hoping I could create a service object-group containing both services to use in a single PAT entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I ended up doing this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network obj_svc4343&lt;BR /&gt; host 10.81.220.90&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service tcp 4343 4343&lt;BR /&gt;object network obj_svc8080&lt;BR /&gt; host 10.81.220.90&lt;BR /&gt; nat (inside,outside) static interface service tcp 8080 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But was wondering is something like this is possible:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object-group service obj_incomingsvcs&lt;/P&gt;&lt;P&gt;service-object source tcp source 4343 destination 4343&lt;/P&gt;&lt;P&gt;service-object source tcp source 8080 destination 8080&lt;/P&gt;&lt;P&gt;object network obj_svcs_host&lt;/P&gt;&lt;P&gt;host 10.81.220.90&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service &lt;EM&gt;&lt;STRONG&gt;obj_incomingsvcs obj_incomingsvcs&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that is a bit more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this where "twice nat" comes in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 01:06:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672744#M417238</guid>
      <dc:creator>Mitchell Dyer</dc:creator>
      <dc:date>2011-04-19T01:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672745#M417239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mitch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Twice NAT, or Manual NAT is configure in global config and not under an object-group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, i think this should acheive what you are trying: (This is still auto nat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service obj_svc_4343&lt;/P&gt;&lt;P&gt;service tcp source 4343&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service obj_svc_8080&lt;/P&gt;&lt;P&gt;service tcp source 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service obj_svc&lt;/P&gt;&lt;P&gt;service-object obj_svc_4343&lt;/P&gt;&lt;P&gt;service-object obj_svc_8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_svcs_host&lt;/P&gt;&lt;P&gt;host 10.81.220.90&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service obj_svc obj_svc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config syntax might be wrong and you might have to play with the "?" in the CLI a bit. I tried writing it off the top off my head. Turns out i don't do so well without "?" when it comes to service objects. &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shrikant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Do rate helpful posts. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 01:19:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672745#M417239</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-04-19T01:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.41 Dynamic NAT/Static NAT configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672746#M417241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shrikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I went down that route originally but I can't seem to find a way to apply the object-group to the network object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll do some more digging around, thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mitch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 01:50:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-41-dynamic-nat-static-nat-configuration/m-p/1672746#M417241</guid>
      <dc:creator>Mitchell Dyer</dc:creator>
      <dc:date>2011-04-19T01:50:17Z</dc:date>
    </item>
  </channel>
</rss>

