<?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 static NAT statements. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949403#M457517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on some static PAT config and found your post, here which is very helpful. I do have a question about something you wrote: I noticed that you said the following about the outside interface IP in your PAT configuration running on your 8.4 test ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I did the following test configuration on my ASA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice that the output also contains some other configurations. I added these to illustrate a situation where you have rules that might in certain situation overlap the configuration you are doing. I will explain more after the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;x.x.x.x = additional public IP (so NOT the outside interface IP)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN-NETWORK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 10.0.0.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-SERVER-OUTGOING-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;SPAN style="color: #ff0000;"&gt;x.x.x.x&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (LAN,WAN) static &lt;SPAN style="color: #ff0000;"&gt;x.x.x.x&lt;/SPAN&gt; service tcp smtp smtp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic SMTP-SERVER-OUTGOING-PAT-SOURCE SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic LAN-NETWORK interface&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question for you is that when you say that x.x.x.x is NOT the outside interface IP, is this because using the outside interface IP to do static PATs is unsupported? I am trying to do static PAT with the outside interface IP on ASA 9.0 and am having some difficulty with it. After reading your post I am wondering if this may be one of my problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 16:38:32 GMT</pubDate>
    <dc:creator>Justin Kurynny</dc:creator>
    <dc:date>2013-05-22T16:38:32Z</dc:date>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949389#M457503</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 servers with static PAT configuration in pre 8.3 ASA:&lt;/P&gt;&lt;P&gt;Server1 - 10.6.1.10 - PAT to 66.66.66.66 for SMTP&lt;/P&gt;&lt;P&gt;Server2 - 10.6.1.20 - PAT to 66.66.66.66 for IMAP4 and http/https&lt;/P&gt;&lt;P&gt;Pub address - 66.66.66.66 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;old config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. static (inside,outside) tcp 66.66.66.66 smtp 10.6.1.10 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;2. static (inside,outside) tcp 66.66.66.66 www 10.6.1.20 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;3. static (inside,outside) tcp 66.66.66.66 https 10.6.1.20 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. static (inside,outside) tcp 66.66.66.66 imap4 10.6.1.20 imap4 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the proper way of migrating above config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server1&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; this takes care of PAT statement #1.&lt;/P&gt;&lt;P&gt; host 10.6.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static PAT service tcp smtp smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server2&lt;/P&gt;&lt;P&gt; host 10.6.1.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT&lt;/P&gt;&lt;P&gt; host 66.66.66.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I migrate statements 2,3 and 4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forman&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949389#M457503</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2019-03-11T22:49:42Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949390#M457504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to answer myself &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;I need to create Service objects first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service HTTP&lt;/P&gt;&lt;P&gt; service tcp destination eq 80&lt;/P&gt;&lt;P&gt;object service HTTPS &lt;/P&gt;&lt;P&gt; service tcp destination eq 443&lt;/P&gt;&lt;P&gt;object service IMAP4&lt;/P&gt;&lt;P&gt;service tcp destination eq 143&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; nat (inside,outside) source static Server2 PAT service HTTP HTTP&lt;/P&gt;&lt;P&gt; nat (inside,outside) source static Server2 PAT service HTTPS HTTPS&lt;/P&gt;&lt;P&gt; nat (inside,outside) source static Server2 PAT service IMAP4 IMAP4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949390#M457504</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2012-04-02T19:05:24Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949391#M457505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;object service HTTP&lt;BR /&gt;service tcp destination eq 80&lt;/P&gt;&lt;P&gt;object service HTTPS&lt;BR /&gt;service tcp destination eq 443&lt;/P&gt;&lt;P&gt;object service SMTP&lt;BR /&gt;service tcp destination eq 25&lt;/P&gt;&lt;P&gt;object service IMAP4&lt;BR /&gt;service tcp destination eq 143&lt;/P&gt;&lt;P&gt;object network Server1&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;host 10.6.1.10&lt;/P&gt;&lt;P&gt;object network Server2&lt;BR /&gt;host 10.6.1.20&lt;/P&gt;&lt;P&gt;object network PAT&lt;BR /&gt;host 66.66.66.66&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Server1 PAT service SMTP SMTP&lt;BR /&gt;nat (inside,outside) source static Server2 PAT service HTTP HTTP&lt;BR /&gt;nat (inside,outside) source static Server2 PAT service HTTPS HTTPS&lt;BR /&gt;nat (inside,outside) source static Server2 PAT service IMAP4 IMAP4&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;open all the private IP's in the ACL's accordingly on outside interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:16:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949391#M457505</guid>
      <dc:creator>Amit Rai</dc:creator>
      <dc:date>2012-04-02T19:16:12Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949392#M457506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Oh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you answered yourself correctly while I was busy creating config for you &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949392#M457506</guid>
      <dc:creator>Amit Rai</dc:creator>
      <dc:date>2012-04-02T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949393#M457507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for verification &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:29:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949393#M457507</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2012-04-02T19:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949394#M457508</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;Wouldnt the above also be achieved by the following similiar configuration. Think this is the way I have personally done them (Havent had to do it that many times to be honest)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT&lt;/P&gt;&lt;P&gt; host 66.66.66.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server1-SMTP&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;/P&gt;&lt;P&gt; host 10.6.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static PAT service tcp smtp smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server2-WWW&lt;/P&gt;&lt;P&gt; host 10.6.1.20&lt;/P&gt;&lt;P&gt;nat (inside,outside) static PAT service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server2-HTTPS&lt;/P&gt;&lt;P&gt; host 10.6.1.20&lt;/P&gt;&lt;P&gt;nat (inside,outside) static PAT service tcp https https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server2-IMAP4&lt;/P&gt;&lt;P&gt; host 10.6.1.20&lt;/P&gt;&lt;P&gt;nat (inside,outside) static PAT service tcp imap4 imap4&lt;/P&gt;&lt;P&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>Mon, 02 Apr 2012 19:41:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949394#M457508</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-04-02T19:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949395#M457509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; JouniForss, I tried it on mine and go the same results.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network portforwarding1smpt&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 10.1.6.1&lt;/P&gt;&lt;P&gt;object network portforwarding1smpt&lt;/P&gt;&lt;P&gt;nat (main-lan,outside) static PublicIP service tcp smtp smtp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note I avoided the use of the word PAT to delineate (title)&amp;nbsp; the external public IP object people would be using.&amp;nbsp; I find it confusing to read about dynamic and static and Pat rules without having the word PAT in there. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PublicIP&lt;/P&gt;&lt;P&gt;&amp;nbsp; host 66.66.66.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am curious about is in all my rules I use the outside interface (as I only have one public WANI).&amp;nbsp; It appears for these rules one simply identifies the public IP as a host for these nat rules and can use that..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 23:06:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949395#M457509</guid>
      <dc:creator>llamaw0rksE</dc:creator>
      <dc:date>2012-04-02T23:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949396#M457510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Help please: for some reason, the traffic is being denied on the ASA, even thought I opened the ACL on outside int. Not sure why...so I can't access HTTP, HTTPS, IMAP4 to the NATted servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:20:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949396#M457510</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2012-04-03T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949397#M457511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay I downloaded my access rules list for an example.&lt;/P&gt;&lt;P&gt;I created one, the last one, *** to mimic your concept of anybody as all mine narrow down external users......... &lt;/P&gt;&lt;P&gt;You need a particular service object identified, and the pc hosting the service identified (solely as an object no tied-nat rule for this definition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service imap24&lt;/P&gt;&lt;P&gt; service tcp destination eq 2424&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network VS-pcIP&lt;/P&gt;&lt;P&gt; host 192.168.24.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object RDP object-group TFS-usergroup object VS-pcIP &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit object TFS object-group TFS-usergroup object VS-pcIP &lt;/P&gt;&lt;P&gt; access-list outside_access_in extended permit object TFS object Corporate-user object VS-pcIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***access-list outside_access_in extended permit object imap24 any object VS-pcIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of my object NAT rules are the following two items (ACL to outside general rule and routing rule)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 xx.xx.xxx.225 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other ACL rules not sure what they are doing for you.&amp;nbsp;&amp;nbsp; Hopefully you dont have any deny rules. they are not needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:02:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949397#M457511</guid>
      <dc:creator>llamaw0rksE</dc:creator>
      <dc:date>2012-04-03T17:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949398#M457512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hope this will save someone time...my original config from the 2nd post did NOT work. The one presented by Jouni works great thought! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:04:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949398#M457512</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2012-04-03T17:04:38Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949399#M457513</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;Glad to hear it worked out. &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;Please rate if you found the information helpfull &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;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:10:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949399#M457513</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-04-03T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949400#M457514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I'm not going to be able to test this until next config migration. Thank you for explaining the ACL part! Mine was wrong... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up using this config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT&lt;/P&gt;&lt;P&gt; host 66.66.66.66&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Server1-SMTP&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;/P&gt;&lt;P&gt; host 10.6.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static PAT service tcp smtp smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside line 5 extended permit tcp any object Server1-SMTP eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guys explain ASA NAT mechanism...regarding that static NAT above:&lt;/P&gt;&lt;P&gt;My system admin states that traffic going out of the server 10.6.1.10 on port 25 in NOT being translated to 66.66.66.66:25 on the outside inteface, but translates to 66.66.66.70:25, which is my global PAT IP address for Internet traffic. Is that normal? I don't use much of ASDM, but I found and used packet tracer, which shows that my config should translate to 66.66.66.66:25, not 66.66.66.70:25. Is there something wrong with my config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949400#M457514</guid>
      <dc:creator>forman102</dc:creator>
      <dc:date>2012-04-05T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949401#M457515</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;The Port Forward configuration that you did by using one public IP address only applies when you are connecting from outside to the public IP 66.66.66.66 but when the local host is initiating the connection to outside network, other NAT rules will be applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think there just was a similiar post here on the forums where they had configured this kind of port forwarding for SMTP and also wanted the outgoing connections use the same public IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't remember the post now. Could try this out on my own ASA and let you know soon if I get the mentioned situation working as described above. (Good thing I have a /29 public network at my disposa &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; for these tests)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:27:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949401#M457515</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-04-05T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949402#M457516</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;I did the following test configuration on my ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice that the output also contains some other configurations. I added these to illustrate a situation where you have rules that might in certain situation overlap the configuration you are doing. I will explain more after the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x.x.x.x = additional public IP (so NOT the outside interface IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN-NETWORK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 10.0.0.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-SERVER-OUTGOING-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (LAN,WAN) static x.x.x.x service tcp smtp smtp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic SMTP-SERVER-OUTGOING-PAT-SOURCE SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic LAN-NETWORK interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the above configurations contain the following NATs.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Port Forward for SMTP traffic from WAN -&amp;gt; LAN for the extra public IP x.x.x.x&lt;/LI&gt;&lt;LI&gt;PAT configuration for the SMTP host. The public PAT address that is used is = x.x.x.x&lt;/LI&gt;&lt;LI&gt;PAT configuration for the whole LAN network (which also contains the host 10.0.0.50 ofcourse)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you for example had the last default PAT configuration &lt;STRONG&gt;"nat (LAN,WAN) after-auto source dynamic LAN-NETWORK interface"&lt;/STRONG&gt; and added the configuration &lt;STRONG&gt;"nat (LAN,WAN) after-auto source dynamic SMTP-SERVER-OUTGOING-PAT-SOURCE SMTP-PAT"&lt;/STRONG&gt; it would be inserted &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;AFTER&lt;/STRONG&gt;&lt;/SPAN&gt; the default rule already created. This would mean that the SMTP host would still be showing with the WAN interface public IP and not the public IP x.x.x.x used in both port forward configurations and the new PAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you will have to do is add the NAT command with an additional "line number" which isnt visible in the CLI configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command would be&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;nat (LAN,WAN) after-auto &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; source dynamic SMTP-SERVER-OUTGOING-PAT-SOURCE SMTP-PAT&lt;/LI&gt;&lt;LI&gt;So the &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;"1"&lt;/STRONG&gt;&lt;/SPAN&gt; will insert the new NAT rule as the first "after-auto" NAT rule.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you will still have to take into account that the top most NAT rules (when issuing "show run nat" or looking from ASDM) might still override this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above configuration the "packet-tracer" test went through the way you would want them. Meaning SMTP host would be connected to with SMTP with the IP address x.x.x.x and it would also be visible to WAN with the public IP x.x.x.x when its initiating the connection.&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; Please rate if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ask if you need clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949402#M457516</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-04-05T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949403#M457517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on some static PAT config and found your post, here which is very helpful. I do have a question about something you wrote: I noticed that you said the following about the outside interface IP in your PAT configuration running on your 8.4 test ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I did the following test configuration on my ASA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice that the output also contains some other configurations. I added these to illustrate a situation where you have rules that might in certain situation overlap the configuration you are doing. I will explain more after the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;x.x.x.x = additional public IP (so NOT the outside interface IP)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN-NETWORK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 10.0.0.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-SERVER-OUTGOING-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.0.0.50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;SPAN style="color: #ff0000;"&gt;x.x.x.x&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SMTP-PORTFORWARD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (LAN,WAN) static &lt;SPAN style="color: #ff0000;"&gt;x.x.x.x&lt;/SPAN&gt; service tcp smtp smtp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic SMTP-SERVER-OUTGOING-PAT-SOURCE SMTP-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (LAN,WAN) after-auto source dynamic LAN-NETWORK interface&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question for you is that when you say that x.x.x.x is NOT the outside interface IP, is this because using the outside interface IP to do static PATs is unsupported? I am trying to do static PAT with the outside interface IP on ASA 9.0 and am having some difficulty with it. After reading your post I am wondering if this may be one of my problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:38:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949403#M457517</guid>
      <dc:creator>Justin Kurynny</dc:creator>
      <dc:date>2013-05-22T16:38:32Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949404#M457518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing preventing you from using the ASA "interface" IP address for Static PAT. Its quite common actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it isnt working for you some reason I would suspect there might be some NAT rule that is causing the Static PAT rule to be overriden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way to determine this would be to see the NAT configuration and/or take some "packet-tracer" command output on the ASA to determine which NAT rules is matched against certain connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949404#M457518</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-22T16:45:21Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949405#M457520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. I've got it working now with your examples for object NAT and I'm successfully using the outside interface IP. As a side note, it turns out the issue I was having was unrelated to the NAT setup. Rebuilding the ACLs ended up fixing the problem. I still saved a lot of configuration time with your original correct answer to this thread, so thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:04:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949405#M457520</guid>
      <dc:creator>Justin Kurynny</dc:creator>
      <dc:date>2013-05-24T18:04:14Z</dc:date>
    </item>
    <item>
      <title>ASA 8.4 static NAT statements.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949406#M457522</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;Glad to hear everythings working &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;Feel free to rate any helpfull answers. &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;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 19:07:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-statements/m-p/1949406#M457522</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-24T19:07:54Z</dc:date>
    </item>
  </channel>
</rss>

