<?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 ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613203#M586872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;Yes am able to telnet to port 443 internally.&lt;/P&gt;&lt;P&gt;I have tried an access-list with 3389 (RDP) and 80 without sucess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Dec 2010 21:28:11 GMT</pubDate>
    <dc:creator>roppong77</dc:creator>
    <dc:date>2010-12-20T21:28:11Z</dc:date>
    <item>
      <title>STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613199#M586867</link>
      <description>&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Hi Guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I urgently need help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I have the below configuration but no http traffic is coming in into my server on the internal interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Please someone help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZEPASA(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.0(4)&lt;BR /&gt;!&lt;BR /&gt;hostname ZEPASA&lt;BR /&gt;domain-name zep-re.com&lt;BR /&gt;enable password UF9SYkZdBRjBresV encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif Outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address xx.xx.49.36 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; description LAN&lt;BR /&gt; nameif Inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.0.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif management&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.10.10.1 255.255.255.0&lt;BR /&gt; management-only&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EAT 3&lt;BR /&gt;dns domain-lookup Outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; name-server 8.8.8.8&lt;BR /&gt; domain-name zep-re.com&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;access-list OUTSIDE_IN extended permit tcp any eq https host 41.206.49.38 eq https&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu Outside 1500&lt;BR /&gt;mtu Inside 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any Outside&lt;BR /&gt;icmp permit any echo-reply Outside&lt;BR /&gt;icmp permit any echo Outside&lt;BR /&gt;asdm image disk0:/asdm-621.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (Outside) 10 xx.xx.49.37 netmask 255.255.255.255&lt;BR /&gt;nat (Inside) 10 0.0.0.0 0.0.0.0&lt;BR /&gt;static (Inside,Outside) tcp xx.xx.49.38 https 192.168.0.250 https netmask 255.255.255.255&lt;BR /&gt;access-group OUTSIDE_IN in interface Outside&lt;BR /&gt;route Outside 0.0.0.0 0.0.0.0 xx.xx.49.33 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authorization command LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 Outside&lt;BR /&gt;http 192.168.0.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;client-update enable&lt;BR /&gt;no vpn-addr-assign aaa&lt;BR /&gt;no vpn-addr-assign dhcp&lt;BR /&gt;vpn-addr-assign local reuse-delay 3&lt;BR /&gt;telnet 0.0.0.0 0.0.0.0 Outside&lt;BR /&gt;telnet 192.168.0.0 255.255.255.0 Inside&lt;BR /&gt;telnet timeout 10&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 Outside&lt;BR /&gt;ssh timeout 15&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection scanning-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;username xxxx password gbRIHmn1dUfWvHUp encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns migrated_dns_map_1&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;privilege cmd level 3 mode exec command perfmon&lt;BR /&gt;privilege cmd level 3 mode exec command ping&lt;BR /&gt;privilege cmd level 3 mode exec command who&lt;BR /&gt;privilege cmd level 3 mode exec command logging&lt;BR /&gt;privilege cmd level 3 mode exec command failover&lt;BR /&gt;privilege cmd level 3 mode exec command vpn-sessiondb&lt;BR /&gt;privilege show level 5 mode exec command running-config&lt;BR /&gt;privilege show level 3 mode exec command reload&lt;BR /&gt;privilege show level 3 mode exec command mode&lt;BR /&gt;privilege show level 3 mode exec command firewall&lt;BR /&gt;privilege show level 3 mode exec command interface&lt;BR /&gt;privilege show level 3 mode exec command clock&lt;BR /&gt;privilege show level 3 mode exec command dns-hosts&lt;BR /&gt;privilege show level 3 mode exec command access-list&lt;BR /&gt;privilege show level 3 mode exec command logging&lt;BR /&gt;privilege show level 3 mode exec command ip&lt;BR /&gt;privilege show level 3 mode exec command failover&lt;BR /&gt;privilege show level 3 mode exec command asdm&lt;BR /&gt;privilege show level 3 mode exec command arp&lt;BR /&gt;privilege show level 3 mode exec command route&lt;BR /&gt;privilege show level 3 mode exec command ospf&lt;BR /&gt;privilege show level 3 mode exec command aaa-server&lt;BR /&gt;privilege show level 3 mode exec command aaa&lt;BR /&gt;privilege show level 3 mode exec command crypto&lt;BR /&gt;privilege show level 3 mode exec command vpn-sessiondb&lt;BR /&gt;privilege show level 3 mode exec command ssh&lt;BR /&gt;privilege show level 3 mode exec command dhcpd&lt;BR /&gt;privilege show level 3 mode exec command vpn&lt;BR /&gt;privilege show level 3 mode exec command blocks&lt;BR /&gt;privilege show level 3 mode exec command uauth&lt;BR /&gt;privilege show level 3 mode configure command interface&lt;BR /&gt;privilege show level 3 mode configure command clock&lt;BR /&gt;privilege show level 3 mode configure command access-list&lt;BR /&gt;privilege show level 3 mode configure command logging&lt;BR /&gt;privilege show level 3 mode configure command ip&lt;BR /&gt;privilege show level 3 mode configure command failover&lt;BR /&gt;privilege show level 5 mode configure command asdm&lt;BR /&gt;privilege show level 3 mode configure command arp&lt;BR /&gt;privilege show level 3 mode configure command route&lt;BR /&gt;privilege show level 3 mode configure command aaa-server&lt;BR /&gt;privilege show level 3 mode configure command aaa&lt;BR /&gt;privilege show level 3 mode configure command crypto&lt;BR /&gt;privilege show level 3 mode configure command vpn-sessiondb&lt;BR /&gt;privilege show level 3 mode configure command ssh&lt;BR /&gt;privilege show level 3 mode configure command dhcpd&lt;BR /&gt;privilege show level 5 mode configure command privilege&lt;BR /&gt;privilege clear level 3 mode exec command dns-hosts&lt;BR /&gt;privilege clear level 3 mode exec command logging&lt;BR /&gt;privilege clear level 3 mode exec command arp&lt;BR /&gt;privilege clear level 3 mode exec command aaa-server&lt;BR /&gt;privilege clear level 3 mode exec command crypto&lt;BR /&gt;privilege cmd level 3 mode configure command failover&lt;BR /&gt;privilege clear level 3 mode configure command logging&lt;BR /&gt;privilege clear level 3 mode configure command arp&lt;BR /&gt;privilege clear level 3 mode configure command crypto&lt;BR /&gt;privilege clear level 3 mode configure command aaa-server&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:1007d7779cf0da2cacb755be21f5dc54&lt;BR /&gt;: end&lt;BR /&gt;ZEPASA(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet tracer ouput&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZEPASA(config)# packet-tracer input outside tcp 4.2.2.2 https xx.xx.49.38 https&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: FLOW-LOOKUP&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;Found no matching flow, creating a new flow&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 41.206.49.38 https 192.168.0.250 https netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 192.168.0.250 eq 443 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 41.206.49.38/443&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 126&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface Inside&lt;BR /&gt;Untranslate 41.206.49.38/443 to 192.168.0.250/443 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group OUTSIDE_IN in interface Outside&lt;BR /&gt;access-list OUTSIDE_IN extended permit tcp any eq https host 41.206.49.38 eq https&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 4&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 5&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 41.206.49.38 https 192.168.0.250 https netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 192.168.0.250 eq 443 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 41.206.49.38/443&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 126&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: host-limits&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (Inside,Outside) tcp 41.206.49.38 https 192.168.0.250 https netmask 255.255.255.255&lt;BR /&gt;&amp;nbsp; match tcp Inside host 192.168.0.250 eq 443 Outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 41.206.49.38/443&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 126&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 7&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Phase: 8&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 8135, packet dispatched to next module&lt;/P&gt;&lt;P&gt;Phase: 9&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: output and adjacency&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 192.168.0.250 using egress ifc Inside&lt;BR /&gt;adjacency Active&lt;BR /&gt;next-hop mac address 0015.5d0a.0409 hits 0&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: Outside&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: allow&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613199#M586867</guid>
      <dc:creator>roppong77</dc:creator>
      <dc:date>2019-03-11T19:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613200#M586869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Nat &amp;amp; access list is for HTTPS , that is why no HTTP traffic is allowed.&lt;/P&gt;&lt;P&gt;For HTTPS not working , check your web server if it is listening on port 443 or not.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:16:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613200#M586869</guid>
      <dc:creator>manish arora</dc:creator>
      <dc:date>2010-12-20T21:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613201#M586870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant https port 443&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:18:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613201#M586870</guid>
      <dc:creator>roppong77</dc:creator>
      <dc:date>2010-12-20T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613202#M586871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you able to connect 192.168.0.250 at port 443 internally ?&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:23:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613202#M586871</guid>
      <dc:creator>manish arora</dc:creator>
      <dc:date>2010-12-20T21:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613203#M586872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;Yes am able to telnet to port 443 internally.&lt;/P&gt;&lt;P&gt;I have tried an access-list with 3389 (RDP) and 80 without sucess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:28:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613203#M586872</guid>
      <dc:creator>roppong77</dc:creator>
      <dc:date>2010-12-20T21:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613204#M586873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try :- &lt;/P&gt;&lt;P&gt;access_list inside_out ext per ip any any&lt;/P&gt;&lt;P&gt;access-group inside_out in int inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:35:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613204#M586873</guid>
      <dc:creator>manish arora</dc:creator>
      <dc:date>2010-12-20T21:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613205#M586874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did that worked buddy ?&lt;/P&gt;&lt;P&gt;manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 22:02:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613205#M586874</guid>
      <dc:creator>manish arora</dc:creator>
      <dc:date>2010-12-20T22:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: STATIC NAT ON ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613206#M586875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;Its working but i haven't made any changes.&lt;/P&gt;&lt;P&gt;Anyway Thanks for your help but I just can't figure out wht the issue was&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 22:05:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-on-asa-5510/m-p/1613206#M586875</guid>
      <dc:creator>roppong77</dc:creator>
      <dc:date>2010-12-20T22:05:50Z</dc:date>
    </item>
  </channel>
</rss>

