<?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: static nat on the inside. ASA 8.2 NAT reverse Path.. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567353#M589325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the following static I do get the desired result for one session...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# static (outside,inside) MIP-TEST AMS-PROD netmask 255.255.25$&lt;BR /&gt;MC-India(config)#&lt;BR /&gt;MC-India# sho nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NAT policies on Interface outside:&lt;BR /&gt;&amp;nbsp; match ip outside host AMS-PROD inside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to MIP-TEST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;MC-India#&lt;BR /&gt;MC-India# clear logging buff&lt;BR /&gt;MC-India# sho capture&lt;BR /&gt;capture in-cap type raw-data interface inside [Capturing - 1244 bytes]&lt;BR /&gt;MC-India# sho capture in-cap decode det&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;17 packets captured&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; 1: 20:24:54.124367 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 21689707:21689707(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 59322)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 20:24:54.124520 0014.5e15.699d ffff.ffff.ffff 0x0806 60: arp who-has 10.81.34.98 (ff:ff:ff:ff:ff:ff) tell 10.81.34.55&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 20:24:54.124612 c84c.7522.49cb 0014.5e15.699d 0x0806 42: arp reply 10.81.34.98 is-at c8:4c:75:22:49:cb&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 20:24:54.124718 0014.5e15.699d c84c.7522.49cb 0x0800 66: 10.81.34.55.6005 &amp;gt; 10.81.34.98.33109: S [tcp sum ok] 714406307:714406307(0) ack 21689708 win 5520 &lt;MSS 1460=""&gt; (DF) (ttl 64, id 39269)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 5: 20:24:54.328352 c84c.7522.49cb 0014.5e15.699d 0x0800 54: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: . [tcp sum ok] 21689708:21689708(0) ack 714406308 win 49680 (DF) (ttl 63, id 59323)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 6: 20:25:05.598144 c84c.7522.49cb 0014.5e15.699d 0x0800 60: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: P [tcp sum ok] 21689708:21689714(6) ack 714406308 win 49680 (DF) (ttl 63, id 59324)&lt;/MSS&gt;&lt;/MSS&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;A telnet to 10.81.34.55 6005 does work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;If i do it using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# access-list TEST extended permit ip host AMS-PROD host INDIA$&lt;BR /&gt;MC-India(config)# static (outside,inside) MIP-TEST access-list TEST&lt;BR /&gt;MC-India(config)#&lt;BR /&gt;MC-India#&lt;BR /&gt;MC-India# sho nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NAT policies on Interface outside:&lt;BR /&gt;&amp;nbsp; match ip outside host AMS-PROD inside host INDIA-MC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to MIP-TEST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;MC-India#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Same positive result...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Now make it aware of portnumbers..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-MC eq 6005&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# static (outside,inside) tcp MIP-TEST 6005 access-list TEST&lt;BR /&gt;ERROR: Missing local port in access-list used in static pat&lt;BR /&gt;MC-India(config)#&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Adding the local port is not a solution as this port number is variable....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have tried the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-MC eq 6005&lt;BR /&gt;global (inside) 5 MIP-TEST&lt;BR /&gt;nat (outside) 5 access-list TEST&lt;/P&gt;&lt;P&gt;for whatever reason the translation does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Nov 23 2010 21:30:46: %ASA-7-609001: Built local-host outside:AMS-PROD&lt;BR /&gt;Nov 23 2010 21:30:46: %ASA-7-609001: Built local-host inside:INDIA-MC&lt;BR /&gt;Nov 23 2010 21:30:46: %ASA-6-302013: Built inbound TCP connection 5622 for outside:AMS-PROD/33112 (AMS-PROD/33112) to inside:INDIA-MC/6005 (INDIA-MC/6005)&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-6-302014: Teardown TCP connection 5622 for outside:AMS-PROD/33112 to inside:INDIA-MC/6005 duration 0:00:22 bytes 0 TCP Reset-O&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-7-609002: Teardown local-host outside:AMS-PROD duration 0:00:22&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-7-609002: Teardown local-host inside:INDIA-MC duration 0:00:22&lt;BR /&gt;MC-India(config)# sho capture in-cap deco det&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4 packets captured&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; 1: 21:30:46.117852 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40057)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 21:30:49.503559 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40058)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 21:30:56.273301 c84c.7522.49cb 0014.5e15.699d 0x0800 66: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40059)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 21:31:08.863206 c84c.7522.49cb 0014.5e15.699d 0x0800 54: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: R [tcp sum ok] 266933650:266933650(0) win 49640 (DF) (ttl 63, id 40060)&lt;BR /&gt;4 packets shown&lt;BR /&gt;MC-India(config)#&lt;/MSS&gt;&lt;/MSS&gt;&lt;/MSS&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Who knows how to proceed...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;What is the solution...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Willem&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 20:56:53 GMT</pubDate>
    <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
    <dc:date>2010-11-23T20:56:53Z</dc:date>
    <item>
      <title>static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567348#M589316</link>
      <description>&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following situation for which i appreciated some assistance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside a host 10.81.34.55&lt;/P&gt;&lt;P&gt;inside interface 10.81.34.80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a VPN connection sessions from the datacenter (AMS) are setup to the 10.81.34.55 hosts (INDIA).&lt;/P&gt;&lt;P&gt;These sessions must be translated based on a portnumber to either 10.81.34.97 (port 6004) and 10.81.34.98 (port 6005).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;currently we have the following (only relevant) defined:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_35 extended permit ip object-group INDIA-XY-SERVERS object-group AMS-XY-SERVERS &lt;BR /&gt;access-list outside_access_in extended permit tcp object-group AMS-XY-SERVERS object-group INDIA-XY-SERVERS &lt;BR /&gt;access-list PROD extended permit tcp host AMS-PROD host INDIA-XY eq 6004 &lt;BR /&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-XY eq 6005 &lt;BR /&gt;.....&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 100 IP-PROD&lt;BR /&gt;global (outside) 101 IP-TEST&lt;BR /&gt;global (outside) 102 interface&lt;BR /&gt;nat (inside) 100 access-list PROD&lt;BR /&gt;nat (inside) 101 access-list TEST&lt;BR /&gt;nat (inside) 102 0.0.0.0 0.0.0.0&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 123.22.38.9 1&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;crypto map outside_map 35 match address outside_cryptomap_35&lt;BR /&gt;crypto map outside_map 35 set peer 123.244.232.4 &lt;BR /&gt;crypto map outside_map 35 set transform-set ESP-3DES-MD5&lt;BR /&gt;crypto map outside_map 35 set reverse-route&lt;BR /&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some reason i can not get it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;Nov 22 2010 13:58:07: %ASA-7-609001: Built local-host outside:AMS-PROD&lt;/SPAN&gt;&lt;BR style="font-family: Courier New;" /&gt; &lt;SPAN style="font-family: Courier New;"&gt;Nov 22 2010 13:58:07: %ASA-7-609001: Built local-host inside:INDIA-MC&lt;/SPAN&gt;&lt;BR style="font-family: Courier New;" /&gt; &lt;SPAN style="font-family: Courier New;"&gt;Nov 22 2010 13:58:07:&amp;nbsp; %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse&amp;nbsp; flows; Connection for tcp src outside:AMS-PROD/33087 dst&amp;nbsp; inside:INDIA-MC/6005 denied due to NAT reverse path failure&lt;/SPAN&gt;&lt;BR style="font-family: Courier New;" /&gt; &lt;SPAN style="font-family: Courier New;"&gt;Nov 22 2010 13:58:07: %ASA-7-609002: Teardown local-host outside:AMS-PROD duration 0:00:00&lt;/SPAN&gt;&lt;BR style="font-family: Courier New;" /&gt; &lt;SPAN style="font-family: Courier New;"&gt;Nov 22 2010 13:58:07: %ASA-7-609002: Teardown local-host inside:INDIA-MC duration 0:00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running version 8.2(2)16&lt;/P&gt;&lt;P&gt;Public IP number are fake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Willem..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567348#M589316</guid>
      <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
      <dc:date>2019-03-11T19:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567349#M589317</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;This what is stating is that you have a mismatch of NAT rules...Meaning that you have a Well define NAT rule for bidirectional traffic and Also a dynamic NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Woul you please do a packet tracer and send us the output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 00:01:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567349#M589317</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-23T00:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567350#M589319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;access-list outside_cryptomap_35 extended permit ip object-group INDIA-XY-SERVERS object-group AMS-XY-SERVERS&lt;BR /&gt;access-list outside_access_in extended permit tcp object-group AMS-XY-SERVERS object-group INDIA-XY-SERVERS&lt;BR /&gt;access-list PROD extended permit tcp host AMS-PROD host INDIA-XYC eq 6004&lt;BR /&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-XYC eq 6005&lt;BR /&gt;!...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;!&lt;BR /&gt;ip verify reverse-path interface inside&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;global (inside) 101 MIP-TEST&lt;BR /&gt;global (inside) 100 MIP-PROD&lt;BR /&gt;nat (outside) 100 access-list PROD&lt;BR /&gt;nat (outside) 101 access-list TEST&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 125.21.37.9 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;MC-India# packet-tracer input inside tcp 10.127.200.12 40000 10.81.34.55 6004 det&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 10.81.34.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Phase: 2&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; AMS-PROD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (rpf-violated) Reverse-path verify failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;MC-India#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This last bit, Reverse-path, is giving me a headache...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 08:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567350#M589319</guid>
      <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
      <dc:date>2010-11-23T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567351#M589321</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;I see, so the destination where is it exactly located? &lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;On the AMD Prod or on the inside? Can you paste the output of the show asp table routing? The main issue here is that the ASA can see 2 routes and&amp;nbsp; dependeing on the NAT statements that you have he may think it as asymetric.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 12:57:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567351#M589321</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-23T12:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567352#M589323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sessions from 10.127.200.12 coming accross the VPN tunnel from the outside need to be translated into either 10.81.34.97 (port 6004) and 10.81.34.97 (port 6005) to the 10.81.34.55 server. This one only accepts sessions from 10.81.34.0/24 on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the requested routing table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;MC-India# sho asp table routing&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;in&amp;nbsp;&amp;nbsp; 255.255.255.255 255.255.255.255 identity&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 125.21.37.10&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 identity&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 192.168.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 identity&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; FW-IN-LAN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 identity&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; AMS-DB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 outside&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; AMS-PROD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 outside&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; AMS-DG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 outside&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 125.21.37.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.252 outside&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 10.81.34.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; inside&lt;BR /&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;BR /&gt;out&amp;nbsp; 255.255.255.255 255.255.255.255 management&lt;BR /&gt;out&amp;nbsp; 224.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 240.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; management&lt;BR /&gt;out&amp;nbsp; 255.255.255.255 255.255.255.255 inside&lt;BR /&gt;out&amp;nbsp; 10.81.34.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; inside&lt;BR /&gt;out&amp;nbsp; 224.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 240.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inside&lt;BR /&gt;out&amp;nbsp; 255.255.255.255 255.255.255.255 outside&lt;BR /&gt;out&amp;nbsp; AMS-DB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 via 125.21.37.9, outside&lt;BR /&gt;out&amp;nbsp; AMS-PROD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 via 125.21.37.9, outside&lt;BR /&gt;out&amp;nbsp; AMS-DG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 via 125.21.37.9, outside&lt;BR /&gt;out&amp;nbsp; 125.21.37.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.252 outside&lt;BR /&gt;out&amp;nbsp; 224.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 240.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside&lt;BR /&gt;out&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; via 125.21.37.9, outside&lt;BR /&gt;out&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; via 0.0.0.0, identity&lt;BR /&gt;out&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; via 0.0.0.0, identity&lt;BR /&gt;MC-India#&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 13:07:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567352#M589323</guid>
      <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
      <dc:date>2010-11-23T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567353#M589325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the following static I do get the desired result for one session...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# static (outside,inside) MIP-TEST AMS-PROD netmask 255.255.25$&lt;BR /&gt;MC-India(config)#&lt;BR /&gt;MC-India# sho nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NAT policies on Interface outside:&lt;BR /&gt;&amp;nbsp; match ip outside host AMS-PROD inside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to MIP-TEST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;MC-India#&lt;BR /&gt;MC-India# clear logging buff&lt;BR /&gt;MC-India# sho capture&lt;BR /&gt;capture in-cap type raw-data interface inside [Capturing - 1244 bytes]&lt;BR /&gt;MC-India# sho capture in-cap decode det&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;17 packets captured&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; 1: 20:24:54.124367 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 21689707:21689707(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 59322)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 20:24:54.124520 0014.5e15.699d ffff.ffff.ffff 0x0806 60: arp who-has 10.81.34.98 (ff:ff:ff:ff:ff:ff) tell 10.81.34.55&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 20:24:54.124612 c84c.7522.49cb 0014.5e15.699d 0x0806 42: arp reply 10.81.34.98 is-at c8:4c:75:22:49:cb&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 20:24:54.124718 0014.5e15.699d c84c.7522.49cb 0x0800 66: 10.81.34.55.6005 &amp;gt; 10.81.34.98.33109: S [tcp sum ok] 714406307:714406307(0) ack 21689708 win 5520 &lt;MSS 1460=""&gt; (DF) (ttl 64, id 39269)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 5: 20:24:54.328352 c84c.7522.49cb 0014.5e15.699d 0x0800 54: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: . [tcp sum ok] 21689708:21689708(0) ack 714406308 win 49680 (DF) (ttl 63, id 59323)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 6: 20:25:05.598144 c84c.7522.49cb 0014.5e15.699d 0x0800 60: 10.81.34.98.33109 &amp;gt; 10.81.34.55.6005: P [tcp sum ok] 21689708:21689714(6) ack 714406308 win 49680 (DF) (ttl 63, id 59324)&lt;/MSS&gt;&lt;/MSS&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;A telnet to 10.81.34.55 6005 does work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;If i do it using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# access-list TEST extended permit ip host AMS-PROD host INDIA$&lt;BR /&gt;MC-India(config)# static (outside,inside) MIP-TEST access-list TEST&lt;BR /&gt;MC-India(config)#&lt;BR /&gt;MC-India#&lt;BR /&gt;MC-India# sho nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NAT policies on Interface outside:&lt;BR /&gt;&amp;nbsp; match ip outside host AMS-PROD inside host INDIA-MC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to MIP-TEST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;MC-India#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Same positive result...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Now make it aware of portnumbers..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-MC eq 6005&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MC-India(config)# static (outside,inside) tcp MIP-TEST 6005 access-list TEST&lt;BR /&gt;ERROR: Missing local port in access-list used in static pat&lt;BR /&gt;MC-India(config)#&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Adding the local port is not a solution as this port number is variable....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have tried the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list TEST extended permit tcp host AMS-PROD host INDIA-MC eq 6005&lt;BR /&gt;global (inside) 5 MIP-TEST&lt;BR /&gt;nat (outside) 5 access-list TEST&lt;/P&gt;&lt;P&gt;for whatever reason the translation does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Nov 23 2010 21:30:46: %ASA-7-609001: Built local-host outside:AMS-PROD&lt;BR /&gt;Nov 23 2010 21:30:46: %ASA-7-609001: Built local-host inside:INDIA-MC&lt;BR /&gt;Nov 23 2010 21:30:46: %ASA-6-302013: Built inbound TCP connection 5622 for outside:AMS-PROD/33112 (AMS-PROD/33112) to inside:INDIA-MC/6005 (INDIA-MC/6005)&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-6-302014: Teardown TCP connection 5622 for outside:AMS-PROD/33112 to inside:INDIA-MC/6005 duration 0:00:22 bytes 0 TCP Reset-O&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-7-609002: Teardown local-host outside:AMS-PROD duration 0:00:22&lt;BR /&gt;Nov 23 2010 21:31:08: %ASA-7-609002: Teardown local-host inside:INDIA-MC duration 0:00:22&lt;BR /&gt;MC-India(config)# sho capture in-cap deco det&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4 packets captured&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; 1: 21:30:46.117852 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40057)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2: 21:30:49.503559 c84c.7522.49cb 0014.5e15.699d 0x0800 82: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40058)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 3: 21:30:56.273301 c84c.7522.49cb 0014.5e15.699d 0x0800 66: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: S [tcp sum ok] 266933649:266933649(0) win 49640 &lt;MSS 1380=""&gt; (DF) (ttl 63, id 40059)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 4: 21:31:08.863206 c84c.7522.49cb 0014.5e15.699d 0x0800 54: 10.127.200.12.33112 &amp;gt; 10.81.34.55.6005: R [tcp sum ok] 266933650:266933650(0) win 49640 (DF) (ttl 63, id 40060)&lt;BR /&gt;4 packets shown&lt;BR /&gt;MC-India(config)#&lt;/MSS&gt;&lt;/MSS&gt;&lt;/MSS&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Who knows how to proceed...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;What is the solution...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Willem&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 20:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567353#M589325</guid>
      <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
      <dc:date>2010-11-23T20:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: static nat on the inside. ASA 8.2 NAT reverse Path..</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567354#M589327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is solved using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Verdana; "&gt;&lt;SPAN dir="ltr" style="font-size: 10pt;"&gt;&lt;BR /&gt; access-list PROD extended permit tcp host 10.127.200.12 host 10.81.34.55 eq 6004&lt;BR /&gt; access-list TEST extended permit tcp host 10.127.200.12 host 10.81.34.55 eq 6005&lt;BR /&gt; access-list TEST1 extended permit tcp host 10.81.34.55 eq 6005 host 10.127.200.12&lt;BR /&gt; access-list PROD1 extended permit tcp host 10.81.34.55 eq 6004 host 10.127.200.12&lt;BR /&gt; ....&lt;BR /&gt; global (inside) 4 10.81.34.97 netmask 255.255.255.255&lt;BR /&gt; global (inside) 5 10.81.34.98 netmask 255.255.255.255&lt;BR /&gt; nat (outside) 4 access-list PROD outside&lt;BR /&gt; nat (outside) 5 access-list TEST outside&lt;BR /&gt; static (inside,outside) tcp 10.81.34.55 6005 access-list TEST1&lt;BR /&gt; static (inside,outside) tcp 10.81.34.55 6004 access-list PROD1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to &lt;SPAN class="rwRRO" id="spnR" title="hkardame@cisco.com"&gt;Hamzah Kardame who worked out this solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks to Jephte Mwen for working with me to get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Willem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 10:33:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-the-inside-asa-8-2-nat-reverse-path/m-p/1567354#M589327</guid>
      <dc:creator>WILLEM KUTSCHRUITER</dc:creator>
      <dc:date>2010-11-25T10:33:04Z</dc:date>
    </item>
  </channel>
</rss>

