<?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: Reverse NAT on ASA 8.3+ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461334#M270164</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 original configuration only had a Static PAT configuration and no Dynamic PAT mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to match a source translation and destination translation for certain connections then you generally have to configure it as Manual NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Manual NAT with the Dynamic PAT configuration I only suggested adding a single host IP address to the source addresses. I guess you would have to substitute that with a &lt;STRONG&gt;"subnet"&lt;/STRONG&gt; if you are doing Dynamic PAT for several sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; subnet &lt;SUBNET address=""&gt; &lt;MASK&gt;&lt;BR /&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 3.3.3.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq bgp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) 1 source dynamic SOURCE SOURCE-MAPPED destination static DESTINATION-MAPPED DESTINATION service BGP BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above doesnt match the connection coming from&lt;STRONG&gt; "inside"&lt;/STRONG&gt; to &lt;STRONG&gt;"outside"&lt;/STRONG&gt; so that both source and destination have NAT applied then there either must be an error in the IP addresses used, this doesnt match the requirements of the connections or there is some bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest its hard to say without seeing any configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is&amp;nbsp; no clear reason why the above Manual NAT should not match traffic going from &lt;STRONG&gt;"inside"&lt;/STRONG&gt; to &lt;STRONG&gt;"outside".&lt;/STRONG&gt; Though maybe if you are running a software that is 8.4(2) or below there might actually be some problem regarding the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; behaviour. On the software 8.4(5) for example this should work just fine.&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, 07 Feb 2014 07:38:59 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-02-07T07:38:59Z</dc:date>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461325#M270155</link>
      <description>&lt;P&gt;I'm trying to migrate from a PIX to an ASA but the new NAT commands are driving me nuts.&amp;nbsp; I got most of it working but I still can't figure out my reverse NATs.&amp;nbsp; On the PIX the command is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) tcp 1.1.1.1 bgp 2.2.2.2 bgp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 1.1.1.1 is the old IP, the one devices are sending traffic to, and 2.2.2.2 is the new IP, the one the traffic actually needs to goto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the equivilant ASA 8.3+ command?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461325#M270155</guid>
      <dc:creator>pascal</dc:creator>
      <dc:date>2019-03-12T03:41:40Z</dc:date>
    </item>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461326#M270156</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;So seems that this is a Static PAT essentially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to me that you should be fine with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT-BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (outside,inside) static 1.1.1.1 service tcp bgp bgp&lt;/STRONG&gt;&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/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>Thu, 06 Feb 2014 19:48:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461326#M270156</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T19:48:17Z</dc:date>
    </item>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461327#M270157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what I have, and that does not work.&amp;nbsp; Thank you for trying though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:59:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461327#M270157</guid>
      <dc:creator>pascal</dc:creator>
      <dc:date>2014-02-06T19:59:06Z</dc:date>
    </item>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461328#M270158</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 configuration should be the exact replication of the original configuration you mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem might be in some other &lt;STRONG&gt;"nat" &lt;/STRONG&gt;configuration causing problems or even an ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test that the NAT rule is matched with the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp &lt;SOURCE ip=""&gt; 12345 1.1.1.1 bgp&lt;/SOURCE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the 1.1.1.1 IP address configured on the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface itself or is it some NAT IP address that is not configured on any interface directly?&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, 06 Feb 2014 20:03:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461328#M270158</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T20:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461329#M270159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither IP is configured on the ASA or in any subnet the ASA is in.&amp;nbsp; Output of the packet-tracer command is below.&amp;nbsp; The source IP appears to be being PAT'd correctly but the destination IP is not being modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: ROUTE-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype: input&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: log&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;access-group inside in interface inside&lt;/P&gt;&lt;P&gt;access-list inside extended permit ip any any&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 5&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;object network obj-192.168.0.0&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic 3.3.3.3&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Dynamic translate c4510/12345 to 3.3.3.3/12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;/P&gt;&lt;P&gt;Type: IP-OPTIONS&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 7&lt;/P&gt;&lt;P&gt;Type: FLOW-CREATION&lt;/P&gt;&lt;P&gt;Subtype:&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;New flow created with id 135567453, packet dispatched to next module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: inside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: outside&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: allow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 20:23:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461329#M270159</guid>
      <dc:creator>pascal</dc:creator>
      <dc:date>2014-02-06T20:23:12Z</dc:date>
    </item>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461330#M270160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need a Manual NAT configuration that does NAT for both source and destination in a single &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this might work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;SOURCE ip=""&gt;&lt;/SOURCE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 3.3.3.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq bgp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic SOURCE SOURCE-MAPPED destination static DESTINATION-MAPPED DESTINATION service BGP BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if the below explanation of the behaviour of the above command fits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration looks for traffic from &lt;STRONG&gt;SOURCE&lt;/STRONG&gt; to &lt;STRONG&gt;DESTINATION-MAPPED&lt;/STRONG&gt; with the destination port &lt;STRONG&gt;BGP&lt;/STRONG&gt; and NATs the &lt;STRONG&gt;SOURCE&lt;/STRONG&gt; to &lt;STRONG&gt;SOURCE-MAPPED&lt;/STRONG&gt; and UN-NATs the &lt;STRONG&gt;DESTINATION-MAPPED&lt;/STRONG&gt; to &lt;STRONG&gt;DESTINATION&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>Thu, 06 Feb 2014 20:38:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461330#M270160</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T20:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461331#M270161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I run the packet-tracer with a nonsense internal IP then the destination NAT is correctly applied.&amp;nbsp; So it looks like the ASA doesn't bother with the destination NAT if the packet matches a source PAT rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 20:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461331#M270161</guid>
      <dc:creator>pascal</dc:creator>
      <dc:date>2014-02-06T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461332#M270162</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 earlier &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; output you shared with us shows a Section 2 Auto NAT being applied to the source address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration should match the traffic I described before that Section 2 Auto NAT as this is a Section 1 Manual NAT. You should see the destination UN-NAT at the very start of the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally I did not add the line number to the above command so it would be in the end of Section 1 Manual NAT and might still be possible that other NAT rules might be matched before it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add it at the top you could have added it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) 1 source dynamic SOURCE SOURCE-MAPPED destination static DESTINATION-MAPPED DESTINATION service BGP BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, now that I think of it, if you are doing NAT for 2 Routers for BGP and we are not talking about using interface addresses as NAT addresses then I think you could even loose the &lt;STRONG&gt;"service"&lt;/STRONG&gt; section of the command and also make it a Static Policy NAT (for both source and destination) and just open the services you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) 1 source static SOURCE SOURCE-MAPPED destination static DESTINATION-MAPPED DESTINATION&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>Thu, 06 Feb 2014 21:29:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461332#M270162</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-06T21:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461333#M270163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple sources that all need to be PAT'd to the outside IP of the ASA, as happened in phase 5 of the above packet-tracer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 03:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461333#M270163</guid>
      <dc:creator>pascal</dc:creator>
      <dc:date>2014-02-07T03:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse NAT on ASA 8.3+</title>
      <link>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461334#M270164</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 original configuration only had a Static PAT configuration and no Dynamic PAT mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to match a source translation and destination translation for certain connections then you generally have to configure it as Manual NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Manual NAT with the Dynamic PAT configuration I only suggested adding a single host IP address to the source addresses. I guess you would have to substitute that with a &lt;STRONG&gt;"subnet"&lt;/STRONG&gt; if you are doing Dynamic PAT for several sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; subnet &lt;SUBNET address=""&gt; &lt;MASK&gt;&lt;BR /&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SOURCE-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 3.3.3.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION-MAPPED&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DESTINATION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object service BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; service tcp destination eq bgp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) 1 source dynamic SOURCE SOURCE-MAPPED destination static DESTINATION-MAPPED DESTINATION service BGP BGP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above doesnt match the connection coming from&lt;STRONG&gt; "inside"&lt;/STRONG&gt; to &lt;STRONG&gt;"outside"&lt;/STRONG&gt; so that both source and destination have NAT applied then there either must be an error in the IP addresses used, this doesnt match the requirements of the connections or there is some bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest its hard to say without seeing any configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is&amp;nbsp; no clear reason why the above Manual NAT should not match traffic going from &lt;STRONG&gt;"inside"&lt;/STRONG&gt; to &lt;STRONG&gt;"outside".&lt;/STRONG&gt; Though maybe if you are running a software that is 8.4(2) or below there might actually be some problem regarding the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; behaviour. On the software 8.4(5) for example this should work just fine.&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, 07 Feb 2014 07:38:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/reverse-nat-on-asa-8-3/m-p/2461334#M270164</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-07T07:38:59Z</dc:date>
    </item>
  </channel>
</rss>

