<?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 - INSIDE TO OUTSIDE in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293716#M839352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;config below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 8.0(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name corp.rwenukem.co.uk&lt;/P&gt;&lt;P&gt;enable password gtNhcavDCYG3V2bP encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif Outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.1.100 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.207.1 255.255.252.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name corp.rwenukem.co.uk&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.50 any&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.66 any&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.1 any&lt;/P&gt;&lt;P&gt;access-list in2out extended permit ip any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging console debugging&lt;/P&gt;&lt;P&gt;logging monitor debugging&lt;/P&gt;&lt;P&gt;logging asdm debugging&lt;/P&gt;&lt;P&gt;no logging message 710005&lt;/P&gt;&lt;P&gt;mtu Outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-603.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;static (Outside,inside) 192.168.207.100 192.168.1.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group out2in in interface Outside&lt;/P&gt;&lt;P&gt;access-group in2out in interface inside&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 192.168.1.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.200.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.201.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.202.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.203.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.208.0 255.255.252.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.214.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication serial console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.204.0 255.255.252.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;no crypto isakmp nat-traversal&lt;/P&gt;&lt;P&gt;telnet 192.168.204.0 255.255.252.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;username djrodb password hW62dJ9ElnD4Te0O encrypted privilege 15&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:c834da0a5217b69b71892500f83e5170&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2009 09:59:19 GMT</pubDate>
    <dc:creator>rod.blackie</dc:creator>
    <dc:date>2009-07-07T09:59:19Z</dc:date>
    <item>
      <title>STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293713#M839349</link>
      <description>&lt;P&gt;Hi netpro's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a nightmare time trying to get some static nat working on the pix...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PIX 515 V8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside i have 192.168.204.0 /22 network&lt;/P&gt;&lt;P&gt;outside I have 192.168.1.0 /24 network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the outside interface is connected to a cisco 877 router with a FTP server connected to one of the interface's on the 877 with an IP of 192.168.1.50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a static map on the PIX inside interface that maps inside address 192.168.207.100 to the FTP server IP 192.168.1.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the following commands and it doesn't work !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside.outside) 192.168.1.50 192.168.207.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat-control is disabled, and there is not other NAT or PAT configuraitons on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293713#M839349</guid>
      <dc:creator>rod.blackie</dc:creator>
      <dc:date>2019-03-11T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293714#M839350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 192.168.207.100 192.168.1.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 09:50:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293714#M839350</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-07-07T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293715#M839351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. I tried your sugesstion and something strange happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to remote desktop onto the FTP server via the 192.168.207.100 address and got as far as seeing the server screen, however the connection dropped before I could be presented with ctrl and delete screen from the server....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rod &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 09:57:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293715#M839351</guid>
      <dc:creator>rod.blackie</dc:creator>
      <dc:date>2009-07-07T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293716#M839352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;config below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 8.0(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name corp.rwenukem.co.uk&lt;/P&gt;&lt;P&gt;enable password gtNhcavDCYG3V2bP encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif Outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.1.100 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.207.1 255.255.252.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name corp.rwenukem.co.uk&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.50 any&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.66 any&lt;/P&gt;&lt;P&gt;access-list out2in extended permit tcp host 192.168.1.1 any&lt;/P&gt;&lt;P&gt;access-list in2out extended permit ip any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging console debugging&lt;/P&gt;&lt;P&gt;logging monitor debugging&lt;/P&gt;&lt;P&gt;logging asdm debugging&lt;/P&gt;&lt;P&gt;no logging message 710005&lt;/P&gt;&lt;P&gt;mtu Outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-603.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;static (Outside,inside) 192.168.207.100 192.168.1.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group out2in in interface Outside&lt;/P&gt;&lt;P&gt;access-group in2out in interface inside&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 192.168.1.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.200.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.201.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.202.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.203.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.208.0 255.255.252.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;route inside 192.168.214.0 255.255.255.0 192.168.204.3 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication serial console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.204.0 255.255.252.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;no crypto isakmp nat-traversal&lt;/P&gt;&lt;P&gt;telnet 192.168.204.0 255.255.252.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;username djrodb password hW62dJ9ElnD4Te0O encrypted privilege 15&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;Cryptochecksum:c834da0a5217b69b71892500f83e5170&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 09:59:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293716#M839352</guid>
      <dc:creator>rod.blackie</dc:creator>
      <dc:date>2009-07-07T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293717#M839353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rod &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what is happening there without more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.50 192.168.207.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means translate the source IP address of 192.168.207.100 to 192.168.1.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's why it wasn't working for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 192.168.207.100 192.168.1.50 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means translate the destination address of 192.168.207.100 to 192.168.1.50 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you now have the right static statement but a problem with the server by the sounds of it. Is there any other connectivity test you could try from the inside to the server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 10:05:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293717#M839353</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-07-07T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT - INSIDE TO OUTSIDE</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293718#M839354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This configuration added to the above configuration solved me issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (Outside) 101 interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 14:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-inside-to-outside/m-p/1293718#M839354</guid>
      <dc:creator>rod.blackie</dc:creator>
      <dc:date>2009-07-07T14:04:58Z</dc:date>
    </item>
  </channel>
</rss>

