<?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 Problem with order of NAT, not matching correct line. ASA 8.4 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062435#M438933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sh run nat please &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>Fri, 24 Aug 2012 20:42:00 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-08-24T20:42:00Z</dc:date>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062432#M438929</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are configuring a twice-nat to send traffic for scansafe, its on a asa5505 ve 8.4(3) on a remote location for the customes. The nat redirecion is working but we also have a VPN tunnel to the corporate network. Through the tunnel we need to reach a http server.&lt;/P&gt;&lt;P&gt;The problem we are having is that when we add the scan-safe nat, all http traffic gets redirected to scansafe, includind the traffic to the http server on the corporate network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.2.1.0 ---&amp;lt;ASA5505&amp;gt; ---Internet,scansafe ---- &amp;lt;Corporate&amp;gt; --- 10.1.1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the http server is 10.1.1.75&lt;/P&gt;&lt;P&gt;the remote location network is 10.2.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this the nat and object configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network MTY_inside2&lt;/P&gt;&lt;P&gt; subnet 10.2.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object service www&lt;/P&gt;&lt;P&gt; service tcp destination eq www &lt;/P&gt;&lt;P&gt;object network internet&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network ScanSafe&lt;/P&gt;&lt;P&gt; host 69.174.87.59&lt;/P&gt;&lt;P&gt;object service proxy8080&lt;/P&gt;&lt;P&gt; service tcp destination eq 8080 &lt;/P&gt;&lt;P&gt;object network bstl10.1.1.0&lt;/P&gt;&lt;P&gt; subnet 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object-group network BSTL_MX&lt;/P&gt;&lt;P&gt; network-object 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 10.5.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 192.168.0.0 255.255.224.0&lt;/P&gt;&lt;P&gt; network-object 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object 192.168.101.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BSTL-MTY-ASA(config)# sh run nat&lt;/P&gt;&lt;P&gt; nat (inside2,outside) source static MTY_inside2 MTY_inside2 destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt; nat (LAN,outside) source static MTY_LAN MTY_LAN destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt; nat (inside2,outside) source static MTY_inside2 MTY_inside2 destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt; nat (WLAN,outside) source static MTY_WLAN MTY_WLAN destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt; nat (LAN,outside) source dynamic MTY_LAN interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt; nat (inside2,outside) source dynamic MTY_inside2 interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt; nat (WLAN,outside) source dynamic MTY_WLAN interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt; nat (LAN,outside) source dynamic MTY_LAN interface&lt;/P&gt;&lt;P&gt; nat (inside2,outside) source dynamic MTY_inside2 interface&lt;/P&gt;&lt;P&gt; nat (WLAN,outside) source dynamic MTY_WLAN interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The identity nat lines are on top, over the scansafe nat lines; If Im not wrong they should match first. Here is the NAT detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Manual NAT Policies (Section 1)&lt;/P&gt;&lt;P&gt; 1 (inside2) to (outside) source static MTY_inside2 MTY_inside2&amp;nbsp;&amp;nbsp; destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 83, untranslate_hits = 253&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.1.0/24, Translated: 10.2.1.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, Translated: 10.1.1.0/24&lt;/P&gt;&lt;P&gt; 2 (LAN) to (outside) source static MTY_LAN MTY_LAN&amp;nbsp;&amp;nbsp; destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 234, untranslate_hits = 43&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.40.0/24, Translated: 192.168.40.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24, Translated: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24&lt;/P&gt;&lt;P&gt; 3 (inside2) to (outside) source static MTY_inside2 MTY_inside2&amp;nbsp;&amp;nbsp; destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 124, untranslate_hits = 72&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.1.0/24, Translated: 10.2.1.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24, Translated: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24&lt;/P&gt;&lt;P&gt; 4 (WLAN) to (outside) source static MTY_WLAN MTY_WLAN&amp;nbsp;&amp;nbsp; destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.41.0/26, Translated: 192.168.41.0/26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24, Translated: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24&lt;/P&gt;&lt;P&gt; 5 (LAN) to (outside) source dynamic MTY_LAN interface&amp;nbsp;&amp;nbsp; destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 10, untranslate_hits = 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.40.0/24, Translated: 200.66.94.66/29&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 0.0.0.0/0, Translated: 69.174.87.59/32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service - Origin: tcp destination eq www , Translated: tcp destination eq 8080 &lt;/P&gt;&lt;P&gt; 6 (inside2) to (outside) source dynamic MTY_inside2 interface&amp;nbsp;&amp;nbsp; destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 148, untranslate_hits = 173&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.1.0/24, Translated: 200.66.94.66/29&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 0.0.0.0/0, Translated: 69.174.87.59/32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service - Origin: tcp destination eq www , Translated: tcp destination eq 8080 &lt;/P&gt;&lt;P&gt; 7 (WLAN) to (outside) source dynamic MTY_WLAN interface&amp;nbsp;&amp;nbsp; destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.41.0/26, Translated: 200.66.94.66/29&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 0.0.0.0/0, Translated: 69.174.87.59/32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service - Origin: tcp destination eq www , Translated: tcp destination eq 8080 &lt;/P&gt;&lt;P&gt; 8 (LAN) to (outside) source dynamic MTY_LAN interface&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 43, untranslate_hits = 18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.40.0/24, Translated: 200.66.94.66/29&lt;/P&gt;&lt;P&gt; 9 (inside2) to (outside) source dynamic MTY_inside2 interface&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 27, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But every time user try to get access to 10.1.1.75, the scansafe nat is matched, here is a trace:&lt;/P&gt;&lt;P&gt;( I will skip steps to keep the post short) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BSTL-MTY-ASA(config)# sh cap test trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 50 packets captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1: 21:59:39.905135 802.1Q vlan#1 P0 10.2.1.3.21867 &amp;gt; 10.1.1.75.80: S 2591301289:2591301289(0) win 8192 &amp;lt;mss 1460,nop,nop,sackOK&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Phase: 3&lt;/P&gt;&lt;P&gt; Type: UN-NAT&lt;/P&gt;&lt;P&gt; Subtype: static&lt;/P&gt;&lt;P&gt; Result: ALLOW&lt;/P&gt;&lt;P&gt; Config:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; nat (inside2,outside) source dynamic MTY_inside2 interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt; Additional Information:&lt;/P&gt;&lt;P&gt; NAT divert to egress interface outside&lt;/P&gt;&lt;P&gt; Untranslate 10.1.1.75/80 to 69.174.87.59/8080&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; nat (inside2,outside) source dynamic MTY_inside2 interface&lt;/P&gt;&lt;P&gt; Additional Information:&lt;/P&gt;&lt;P&gt; Dynamic translate 10.2.1.3/21867 to 200.66.94.66/21867&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Phase: 8&lt;/P&gt;&lt;P&gt; Type: NAT&lt;/P&gt;&lt;P&gt; Subtype: rpf-check&lt;/P&gt;&lt;P&gt; Result: ALLOW&lt;/P&gt;&lt;P&gt; Config:&lt;/P&gt;&lt;P&gt; nat (inside2,outside) source dynamic MTY_inside2 interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt; Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Result:&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also founf bug CSCtt11890 "ASA: Manual NAT rules inserted above others may fail to match traffic" the workaround was to clear the nat configuration, or reboot the device. We cleared the nat configuration, added back again, reboot the device, and the behavior was the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we take out the scansafe nat out, we can reach the corporate server, using the corresponding NAT (I removed some steps to keep the post short..):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 7: 22:11:22.543764 802.1Q vlan#1 P0 10.2.1.3.49389 &amp;gt; 10.1.1.75.80: S 3794798427:3794798427(0) win 8192 &amp;lt;mss 1460,nop,nop,sackOK&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&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;&lt;/P&gt;&lt;P&gt;Phase: 3&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;&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;nat (inside2,outside) source static MTY_inside2 MTY_inside2 destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Static translate 10.2.1.3/49389 to 10.2.1.3/49389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 6&lt;/P&gt;&lt;P&gt;Type: VPN&lt;/P&gt;&lt;P&gt;Subtype: encrypt&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alejandro Moran&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:46:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062432#M438929</guid>
      <dc:creator>Alejandro Moran</dc:creator>
      <dc:date>2019-03-11T23:46:12Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062433#M438930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a different object group for the same internal subnet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network inside2_subnet&lt;/P&gt;&lt;P&gt;subnet 10.2.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try to create a nat with that object to the remote lan &lt;/P&gt;&lt;P&gt;no nat (inside2,outside) source static MTY_inside2 MTY_inside2 destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;nat (inside2,outside) 1 source static inside2_subnet destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;Clear xlate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try and let me know &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>Fri, 24 Aug 2012 16:58:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062433#M438930</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-24T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062434#M438931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Julio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried that, unfortunately we got the same behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSTL-MTY-ASA(config)# sh cap test trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20 packets captured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1: 14:57:20.734718 802.1Q vlan#1 P0 10.2.1.3.61023 &amp;gt; 10.1.1.75.80: S 3180640583:3180640583(0) win 8192 &lt;MSS 1460=""&gt; &lt;/MSS&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: CAPTURE&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;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&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;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: UN-NAT&lt;/P&gt;&lt;P&gt;Subtype: static&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;nat (inside2,outside) source dynamic MTY_inside2 interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;NAT divert to egress interface outside&lt;/P&gt;&lt;P&gt;Untranslate 10.1.1.75/80 to 69.174.87.59/8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the nat we added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network mty10.2.1.0&lt;/P&gt;&lt;P&gt; subnet 10.2.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside2,outside) 1 source static mty10.2.1.0 mty10.2.1.0 destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual NAT Policies (Section 1)&lt;/P&gt;&lt;P&gt;1 (inside2) to (outside) source static mty10.2.1.0 mty10.2.1.0&amp;nbsp;&amp;nbsp; destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 12, untranslate_hits = 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.1.0/24, Translated: 10.2.1.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, Translated: 10.1.1.0/24&lt;/P&gt;&lt;P&gt;2 (LAN) to (outside) source static MTY_LAN MTY_LAN&amp;nbsp;&amp;nbsp; destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 35703, untranslate_hits = 8878&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 192.168.40.0/24, Translated: 192.168.40.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination - Origin: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24, Translated: 10.1.1.0/24, 10.5.1.0/24, 192.168.0.0/19, 192.168.100.0/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.101.0/24&lt;/P&gt;&lt;P&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>Fri, 24 Aug 2012 20:18:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062434#M438931</guid>
      <dc:creator>Alejandro Moran</dc:creator>
      <dc:date>2012-08-24T20:18:56Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062435#M438933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sh run nat please &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>Fri, 24 Aug 2012 20:42:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062435#M438933</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-24T20:42:00Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062436#M438936</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;sure, here is it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSTL-MTY-ASA(config)# sh run nat&lt;/P&gt;&lt;P&gt;nat (inside2,outside) source static mty10.2.1.0 mty10.2.1.0 destination static bstl10.1.1.0 bstl10.1.1.0&lt;/P&gt;&lt;P&gt;nat (LAN,outside) source static MTY_LAN MTY_LAN destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;nat (inside2,outside) source static MTY_inside2 MTY_inside2 destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;nat (WLAN,outside) source static MTY_WLAN MTY_WLAN destination static BSTL_MX BSTL_MX&lt;/P&gt;&lt;P&gt;nat (inside2,outside) source dynamic MTY_inside2 interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;nat (WLAN,outside) source dynamic MTY_WLAN interface destination static internet ScanSafe service www proxy8080&lt;/P&gt;&lt;P&gt;nat (LAN,outside) source dynamic MTY_LAN interface&lt;/P&gt;&lt;P&gt;nat (inside2,outside) source dynamic MTY_inside2 interface&lt;/P&gt;&lt;P&gt;nat (WLAN,outside) source dynamic MTY_WLAN interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, I have the identity nats on top, then the scansafe redirection nats and finally the dynamic PAT... Since the 10.1.1.75 server is important for the customer operation, we had to remove the scansafe nats after testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 20:51:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062436#M438936</guid>
      <dc:creator>Alejandro Moran</dc:creator>
      <dc:date>2012-08-24T20:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with order of NAT, not matching correct line. ASA 8.</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062437#M438938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the traffic is taking first the destination source based, after using the new nat entries did you clear the xlate table?&lt;/P&gt;&lt;P&gt;If not add it and give it a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check bug&amp;nbsp; CSCtq47028 witch I think is the one you are hitting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 24 Aug 2012 23:33:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062437#M438938</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-24T23:33:11Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062438#M438939</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;thanks, you are right it looks its CSCtq47028, but the trick is to create 2 objects for the destination, not only on the source. I made an offline test and it seems to match the correct nat line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll test it with the customer on monday. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 16:55:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062438#M438939</guid>
      <dc:creator>Alejandro Moran</dc:creator>
      <dc:date>2012-08-25T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062439#M438944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I was doing some research on this and found that &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;It seems like the bug was created for a scenario just like this ( Using the scansafe cloud)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all the helpful posts my friends and pleaseeeeeeee keep me updated &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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 17:09:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062439#M438944</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-08-25T17:09:56Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062440#M438946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finally we got the maintainance window, I used 2 objects for the same subnet, and it took the order as it should...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what I see, looking at the trace captures, the 3rd step is a route lookup or a un-nat, before the NAT step, having nat from the same object at same object throws a route lookup. Using the different objects for the same network on the nat, &lt;/P&gt;&lt;P&gt;throws the un-nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 18:12:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062440#M438946</guid>
      <dc:creator>Alejandro Moran</dc:creator>
      <dc:date>2012-09-03T18:12:23Z</dc:date>
    </item>
    <item>
      <title>Problem with order of NAT, not matching correct line. ASA 8.4</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062441#M438947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great, Thanks for the rate and the information &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;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 18:24:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-order-of-nat-not-matching-correct-line-asa-8-4/m-p/2062441#M438947</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-09-03T18:24:48Z</dc:date>
    </item>
  </channel>
</rss>

