<?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: ASA 5510 v8.3, problem with static NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476912#M649293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! I used the command "packet-tracer input outside icmp host &lt;SOURCE ip=""&gt; 8 0 host&amp;nbsp; &amp;lt;222.222.222.4" and I saw that there was some implicit rule which denied the traffic. I have configured same security-level on each interface and the traffic between same security level interfaces is denied.&lt;/SOURCE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was also another mistake in command " nat (inside0/3,outside0) static MAPPED_OUTSIDE" because I use subinterface "TAC-verkko". So the right command is " nat (TAC-verkko,outside0) static MAPPED_OUTSIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Tuomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jun 2010 05:39:19 GMT</pubDate>
    <dc:creator>ysptimoma</dc:creator>
    <dc:date>2010-06-11T05:39:19Z</dc:date>
    <item>
      <title>ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476908#M649113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problem to create static NAT between public IP address range (ie. 222.222.222.2 - 222.222.222.6) and private IP address range (192.168.101.2 - 192.168.101.6). When I try to ping the PC (192.168.101.2) in my private network from the public network (ping 222.222.222.2) or vice versa nothing happend. The "debug nat" command shows the following error message: &lt;EM&gt;nat: untranslation - outside0:222.222.222.2/0 to inside0/3:192.168.101.2/0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA Version 8.3(1)&lt;BR /&gt;!&lt;BR /&gt;hostname Firewall&lt;BR /&gt;enable password ZcWMFYW8y4cSHoCz encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside0&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 222.222.222.221 255.255.255.192&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ip address is an example address)&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&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/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; nameif inside0/3&lt;BR /&gt; security-level 100&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3.10&lt;BR /&gt; description VLAN 10&lt;BR /&gt; vlan 10&lt;BR /&gt; nameif inside_netwok1&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.101.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&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;boot system disk0:/asa831-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;object network MAPPED_INSIDE&lt;BR /&gt; range 192.168.101.2 192.168.101.6&lt;BR /&gt;object network MAPPED_OUTSIDE&lt;BR /&gt; range 222.222.222.2 222.222.222.6&lt;BR /&gt;access-list Traffic_in extended permit ip any 222 222.222.2.255.255.255.248&lt;BR /&gt;access-list Traffic_in extended permit ip any 192.168.101.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu inside_netwok1 1500&lt;BR /&gt;mtu outside0 1500&lt;BR /&gt;mtu inside0/3 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;object network MAPPED_INSIDE&lt;BR /&gt; nat (inside0/3,outside0) static MAPPED_OUTSIDE&lt;BR /&gt;object network MAPPED_JULKINEN&lt;BR /&gt; nat (outside0,inside0/3) static MAPPED_INSIDE&lt;BR /&gt;access-group Traffic_in in interface outside0&lt;/SPAN&gt;&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;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&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;telnet timeout 5&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;ssh version 2&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;username jklp password q0MTHZ/Tiy/UXjqC 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 preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&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 preset_dns_map&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 ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home&lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:87409b9bc0a2eedf2f98857d07991d71&lt;BR /&gt;: end&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;Tuomas&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:57:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476908#M649113</guid>
      <dc:creator>ysptimoma</dc:creator>
      <dc:date>2019-03-11T17:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476909#M649132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please remove the following lines&amp;nbsp; as there is no need for them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Traffic_in extended permit ip any 222 222.222.2.255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network MAPPED_JULKINEN&lt;BR /&gt;nat (outside0,inside0/3) static MAPPED_INSIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(actually removing the network object should also remove the nat statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have done this, you may have to do "clear local-host" , "clear xlate" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:23:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476909#M649132</guid>
      <dc:creator>edadios</dc:creator>
      <dc:date>2010-06-10T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476910#M649170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the answer! Unfornately it did not help me. I removed unnecessary lines from my configurartion but the NAT not works. Below is my current configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.3(1)&lt;BR /&gt;!&lt;BR /&gt;hostname Jyvas-P&lt;BR /&gt;enable password ZcWMFYW8y4cSHoCz encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside0&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 222.222.222.194 255.255.255.192&amp;nbsp;&amp;nbsp;&amp;nbsp; (ip address is an example address)&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&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/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; nameif inside0/3&lt;BR /&gt; security-level 100&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3.10&lt;BR /&gt; description TAC-yhteydet&lt;BR /&gt; vlan 10&lt;BR /&gt; nameif TAC-verkko&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.101.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&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;boot system disk0:/asa831-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network MAPPED_INSIDE&lt;BR /&gt; range 192.168.101.2 192.168.101.6&lt;BR /&gt;object network MAPPED_OUTSIDE&lt;BR /&gt; range 222.222.222.222 222.222.222.226&lt;BR /&gt;access-list Traffic_in extended permit ip any 192.168.101.0 255.255.255.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside0 1500&lt;BR /&gt;mtu inside0/3 1500&lt;BR /&gt;mtu TAC-verkko 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-631.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;object network MAPPED_INSIDE&lt;BR /&gt; nat (inside0/3,outside0) static MAPPED_OUTSIDE&lt;BR /&gt;access-group Traffic_in in interface outside0&lt;BR /&gt;route outside0 0.0.0.0 0.0.0.0 222.222.222.193 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;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&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;telnet timeout 5&lt;BR /&gt;ssh timeout 60&lt;BR /&gt;ssh version 2&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;username jklp password q0MTHZ/Tiy/UXjqC 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 preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&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 preset_dns_map&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 ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home&lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com"&gt;callhome@cisco.com&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:5d9d41b39442c2e7c793ca4f7e724e1a&lt;BR /&gt;: end&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;-Tuomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:03:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476910#M649170</guid>
      <dc:creator>ysptimoma</dc:creator>
      <dc:date>2010-06-10T13:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476911#M649229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your config is right, there is something else that is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try packet tracer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside icmp host &lt;SOURCE ip=""&gt; 8 0 host &amp;lt;222.222.222.4&lt;/SOURCE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And see what the ASA will do with the packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin interface inside0/3 match icmp host &lt;SOURCE ip=""&gt; host 192.168.101.4&lt;/SOURCE&gt;&lt;/P&gt;&lt;P&gt;capture capout interface outside match icmp host &lt;SOURCE ip=""&gt; host 222.222.222.4&lt;/SOURCE&gt;&lt;/P&gt;&lt;P&gt;sh cap capin&lt;/P&gt;&lt;P&gt;show cap capout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to capture packets and see if they are sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 18:25:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476911#M649229</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-06-10T18:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476912#M649293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! I used the command "packet-tracer input outside icmp host &lt;SOURCE ip=""&gt; 8 0 host&amp;nbsp; &amp;lt;222.222.222.4" and I saw that there was some implicit rule which denied the traffic. I have configured same security-level on each interface and the traffic between same security level interfaces is denied.&lt;/SOURCE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was also another mistake in command " nat (inside0/3,outside0) static MAPPED_OUTSIDE" because I use subinterface "TAC-verkko". So the right command is " nat (TAC-verkko,outside0) static MAPPED_OUTSIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Tuomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 05:39:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476912#M649293</guid>
      <dc:creator>ysptimoma</dc:creator>
      <dc:date>2010-06-11T05:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 v8.3, problem with static NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476913#M649335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good news!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 13:00:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-v8-3-problem-with-static-nat/m-p/1476913#M649335</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-06-11T13:00:39Z</dc:date>
    </item>
  </channel>
</rss>

