<?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: PAT on ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064153#M438911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we already know the problem was not with the NAT configuration could you mark the question as answered.&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 15:29:19 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-08-29T15:29:19Z</dc:date>
    <item>
      <title>PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064142#M438892</link>
      <description>&lt;P&gt;The old syntax that I am much more familiar with has been deprecated.&amp;nbsp; On older IOS it would have been something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 209.114.146.122 14033 192.168.30.69 1433 netmask 255.255.255.255&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus an extended ACL to allow the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a Static PAT to allow a host address to access our Network through an ASA.&amp;nbsp; I have external address 209.114.146.122 that I want to hit the external interface on an obscure port (say 14033) and translate that traffic to an internal host address on&amp;nbsp; port 1433.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the syntax for this?&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;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064142#M438892</guid>
      <dc:creator>IT_-_Department</dc:creator>
      <dc:date>2019-03-11T23:46:19Z</dc:date>
    </item>
    <item>
      <title>PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064143#M438894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service Random_port&lt;/P&gt;&lt;P&gt;service tcp source eq 14033&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service Specific_port&lt;/P&gt;&lt;P&gt;service tcp source eq 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network INTERNAL_HOST&lt;/P&gt;&lt;P&gt;host 192.168.12.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Outside_Ip&lt;/P&gt;&lt;P&gt;host 4.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static INTERNAL_HOST&amp;nbsp; Outside_Ip service tcp&amp;nbsp; Specific_port Random_port&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp host 209.114.146.122 host&amp;nbsp; 192.168.12.2 eq 1433&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all the 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>Fri, 24 Aug 2012 23:29:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064143#M438894</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-24T23:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064144#M438896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you for y our reply.&amp;nbsp; It got me closer, but i am still missing something.&amp;nbsp; I have played around with the code suggestions that you made, and am not getting traction.&amp;nbsp; It is possible that I did not explain my project completely, or I just misused your suggested code.&amp;nbsp; I am including much of my ASA config, and will try to restate what I hope to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have clients that hit our FW from their outside IP hitting out IP on port 15003 say.&amp;nbsp; I want to take any traffic hitting our IP on 15003 and translate that to port 1433 on an internal private IP.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have so far is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;nameif External&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 66.112.199.133 255.255.255.224&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;nameif Internal&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.187.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa844-1-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone GMT 0&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt;domain-name informz.net&lt;/P&gt;&lt;P&gt;object network Pod3_SQL&lt;/P&gt;&lt;P&gt;host 10.187.10.230&lt;/P&gt;&lt;P&gt;object network Outside_IP&lt;/P&gt;&lt;P&gt;host 66.112.199.133&lt;/P&gt;&lt;P&gt;object service D3000_Pod3&lt;/P&gt;&lt;P&gt;service tcp source eq 15003&lt;/P&gt;&lt;P&gt;object service SQL_SVR&lt;/P&gt;&lt;P&gt;service tcp source eq 1433&lt;/P&gt;&lt;P&gt;object-group network DM_INLINE_NETWORK_1&lt;/P&gt;&lt;P&gt;nat (Internal,External) source static Outside_IP Pod3_SQL service SQL_SVR D3000_Pod3&lt;/P&gt;&lt;P&gt;network-object object Outside_IP&lt;/P&gt;&lt;P&gt;network-object object Pod3_SQL&lt;/P&gt;&lt;P&gt;access-list Pod3_In extended permit tcp &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;any&lt;/EM&gt;&lt;/SPAN&gt; eq 15003 host 10.187.10.230 eq 1433&lt;/P&gt;&lt;P&gt;access-group Pod3_In in interface External&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried specific address (or network object) and "Any" in the Access-List.&amp;nbsp; Neither seems to let me through.&amp;nbsp; I do not get any hit count on the ACL so I do not believe that teh traffic gets even that far.&amp;nbsp; The available debug commands for NAT do not appear to be as robust as for IPSec.&amp;nbsp; i was hoping to see real time (or even old logs) of the NAT activities to see where it is breaking down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see where it is breaking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 16:50:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064144#M438896</guid>
      <dc:creator>IT_-_Department</dc:creator>
      <dc:date>2012-08-27T16:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064145#M438898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah you did not follow my instructions but that's okay that is why we are here &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy and paste what I am going to place in here:&lt;/P&gt;&lt;P&gt;no&amp;nbsp; nat (Internal,External) source static Outside_IP Pod3_SQL service SQL_SVR D3000_Pod3&lt;/P&gt;&lt;P&gt;nat (Internal,External) 1 source static Pod3_SQL&amp;nbsp; Outside_IP service&amp;nbsp; SQL_SVR&amp;nbsp; D3000_Pod3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list Pod3_In extended permit tcp &lt;EM style="border-collapse: collapse; list-style: none;"&gt;any &lt;/EM&gt;eq 15003 host 10.187.10.230 eq 1433&lt;/P&gt;&lt;P&gt;access-list Pod3_In line 1 permit tcp any host 10.187.10.230 eq 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do that and let me know, do not do something different with the comands just place them the way they are &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rate all the helpful posts &lt;/STRONG&gt;&lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 19:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064145#M438898</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-27T19:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064146#M438900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hey Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your persistence and assistance.&lt;/P&gt;&lt;P&gt;I made one slight change in your suggested config as you will note from the attached code.&amp;nbsp; I reversed the source destination, as the ASA would not take it as initially persented.&amp;nbsp; NAT statement should be reversed, from what I Understand.&amp;nbsp; I got errors entering it in the order that you suggested.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still get no translation.&amp;nbsp; Most NAT config examples are for out bound translation.&amp;nbsp; Since I am coming in should it be nat (external,internal) 1 source static .......?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, just so you know how my lab is currently set, I have a PC with 66.192.199.129 on it attempting connection to 66.192.199.133 on 15003 and have a SQL box at 10.187.10.230 listening on 1433.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something similar to isakmp and ipsec debugs that I can run to see either in real time or log where this traffic is going and where it is dying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;nameif External&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 66.192.199.133 255.255.255.224&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;nameif Internal&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.187.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;no security-level&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt;nameif management&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network Pod3_SQL&lt;/P&gt;&lt;P&gt;host 10.187.10.230&lt;/P&gt;&lt;P&gt;object network Outside_IP&lt;/P&gt;&lt;P&gt;host 66.192.199.133&lt;/P&gt;&lt;P&gt;object service D3000_Pod3&lt;/P&gt;&lt;P&gt;service tcp source eq 15003&lt;/P&gt;&lt;P&gt;object service SQL_SVR&lt;/P&gt;&lt;P&gt;service tcp source eq 1433&lt;/P&gt;&lt;P&gt;object-group network DM_INLINE_NETWORK_1&lt;/P&gt;&lt;P&gt;network-object object Outside_IP&lt;/P&gt;&lt;P&gt;network-object object Pod3_SQL&lt;/P&gt;&lt;P&gt;access-list Pod3_In extended permit tcp any host 10.187.10.230 eq 1433&lt;/P&gt;&lt;P&gt;nat (Internal,External) source static Outside_IP Pod3_SQL service SQL_SVR D3000_Pod3&lt;/P&gt;&lt;P&gt;access-group Pod3_In in interface External&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again for you help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 14:09:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064146#M438900</guid>
      <dc:creator>IT_-_Department</dc:creator>
      <dc:date>2012-08-28T14:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064147#M438903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG&gt;"I still get no translation.&amp;nbsp; Most NAT config examples are for out bound translation.&amp;nbsp; Since I am coming in should it be nat (external,internal) 1 source static .......?"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif; min-height: 8pt; height: 8pt;"&gt;Not at all, the translation rule is being made from the inside to the outside world, that is why it should follow the order I sent you &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"nat (Internal,External) source static Outside_IP Pod3_SQL service SQL_SVR D3000_Pod3"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My friend if you keep setting the rule like this it will not work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It needs to be &lt;/P&gt;&lt;P&gt;nat (internal,external)&amp;nbsp; source static &lt;STRONG&gt;Pod3_SQL &lt;STRONG&gt;Outside_IP &lt;STRONG&gt;service &lt;STRONG&gt;D3000_Pod3 &lt;STRONG&gt;SQL_SVR&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least the ACL is right now&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy/paste and let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;You can rate as many posts as you want my friend &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 18:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064147#M438903</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-28T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064148#M438904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do really appreciate that you are trying to help here.&amp;nbsp; What I do not think that you understand is that I have tried the code exactly as you have suggested and I get an error message.&amp;nbsp; If I reverse the "real source" and the "mapped source" the ASA takes it.&amp;nbsp; It still does not work, but it takes the entry .&amp;nbsp; If I present it as you have suggested I get "Address 66.192.199.133 overlaps with External interface address".&amp;nbsp; I will sent you a screen shot if you do not believe me.&amp;nbsp;&amp;nbsp;&amp;nbsp; I have tried straight cut/paste and I have manually entered this repeatedly and it will not take as it currently is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, everything I have been able to find and read says that the statement (despite being counter intuitive) must reverse the two sources.&amp;nbsp; In fact, when I enter it one statement at a time followed by "?", the first source is supposed to be the "Real" and the second the "Mapped".&amp;nbsp; Is Outside_IP not the Real and Pod3_SQL the mapped?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that I cannot use a local external interface as the source, as ultimately (when I take it out of lab and want to use in Production) I will want to be using the IP of the users I want to enter and access the Server via this mapping?&amp;nbsp; I have added a Router in front of the ASA with my test PC outside of that to try to test this theory, but still have no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't the ACL get checked before any translation occurs?&amp;nbsp; I am not seeing any hits on the ACL, which is part of my curiosity as to where this is breaking down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 19:29:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064148#M438904</guid>
      <dc:creator>IT_-_Department</dc:creator>
      <dc:date>2012-08-28T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064149#M438906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 8.3 the order of operations of the ASA changed, nat goes first, then ACL's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not that I don't believe you is that I do it like that everyday &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, I see what you mean by overlaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (internal,external)&amp;nbsp; source static &lt;STRONG style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Pod3_SQL interface &lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;service &lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;D3000_Pod3 &lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;SQL_SVR&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it like that and let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all the helpful posts, that is as important for us as a thanks &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 20:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064149#M438906</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-28T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064150#M438908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your latest proposed code, and I still get nada on the translation.&amp;nbsp; If you are correct in the order of processing, it is the Translation that is failing, as I still do not get hit counts on the ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do truly appreciate your persistence and patience with this issue.&amp;nbsp; I think that I am going to open a TAC ticket and see if I can get a tech from Cisco to take a look at it.&amp;nbsp; If they are able to resolve my NAT issue, I will post the config that they dream up here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 13:09:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064150#M438908</guid>
      <dc:creator>IT_-_Department</dc:creator>
      <dc:date>2012-08-29T13:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064151#M438909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Pod3_SQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nat (Internal,External) static interface service SQL_SVR D3000_Pod3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the acceslist you already got in your code it should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 14:02:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064151#M438909</guid>
      <dc:creator>Oliver Laue</dc:creator>
      <dc:date>2012-08-29T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064152#M438910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: px; margin-bottom: px; line-height: normal;"&gt;Customer came to TAC and the configuration was fine since the begininng. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; line-height: normal;"&gt;nat (Internal,External) source static Pod3_SQL interface service SQL_SVR D3000_Pod3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px; line-height: normal;"&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:02:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064152#M438910</guid>
      <dc:creator>szumbado</dc:creator>
      <dc:date>2012-08-29T15:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: PAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064153#M438911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we already know the problem was not with the NAT configuration could you mark the question as answered.&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:29:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-on-asa-5510/m-p/2064153#M438911</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-29T15:29:19Z</dc:date>
    </item>
  </channel>
</rss>

