<?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 ASA NAT Problem - I think? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713506#M429212</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA5520 with an interface to the internet on a /28 public network and an interface to a /24 public network - I will connect other interfaces to other networks in time, but I just want to get the thing working for now.&lt;/P&gt;&lt;P&gt;Anyway, I have set it up from the ASDM using the wizard and some extra config my self. I don't want NAT - i.e I want hosts on the /24 network to be reachable to their original IP from the internet. I can ping anything from the firewall. I can ping the local interface from my test pc (on the /24 network) but I cannot ping, web, telnet etc anything on the internet. However the syslog shows the packets going through the firewall and I have opened the rules up completely for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone see why the test box cannot reach the internet and vice versa?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config is below (* = omitted text.&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;Niall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 7.0(6) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname cr01-sh&lt;/P&gt;&lt;P&gt;domain-name *.net&lt;/P&gt;&lt;P&gt;enable password B6R1dZUX1mTgE6pC encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 213.*.*.2 Aurix01-s01&lt;/P&gt;&lt;P&gt;dns-guard&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; nameif WAN&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 217.*.*.34 255.255.255.240 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif Customer&lt;/P&gt;&lt;P&gt; security-level 10&lt;/P&gt;&lt;P&gt; ip address 213.*.*.254 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&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;access-list Customer_access_in extended permit ip any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit icmp any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit udp any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit tcp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit tcp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit udp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit icmp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit ip any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_in extended permit ip any host Aurix01-s01 &lt;/P&gt;&lt;P&gt;access-list WAN_access_in extended permit icmp any host Aurix01-s01 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu WAN 1500&lt;/P&gt;&lt;P&gt;mtu Customer 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;monitor-interface WAN&lt;/P&gt;&lt;P&gt;monitor-interface Customer&lt;/P&gt;&lt;P&gt;monitor-interface management&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm506.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;access-group WAN_access_in in interface WAN&lt;/P&gt;&lt;P&gt;access-group WAN_access_out out interface WAN&lt;/P&gt;&lt;P&gt;access-group Customer_access_in in interface Customer&lt;/P&gt;&lt;P&gt;route WAN 0.0.0.0 0.0.0.0 217.*.*.33 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&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 WAN&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&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;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;dhcpd address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 50&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 global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512 &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;Cryptochecksum:74609abf4a90bd20175922f0ae6b0e52&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:37:49 GMT</pubDate>
    <dc:creator>NiallDavis</dc:creator>
    <dc:date>2020-02-21T09:37:49Z</dc:date>
    <item>
      <title>ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713506#M429212</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ASA5520 with an interface to the internet on a /28 public network and an interface to a /24 public network - I will connect other interfaces to other networks in time, but I just want to get the thing working for now.&lt;/P&gt;&lt;P&gt;Anyway, I have set it up from the ASDM using the wizard and some extra config my self. I don't want NAT - i.e I want hosts on the /24 network to be reachable to their original IP from the internet. I can ping anything from the firewall. I can ping the local interface from my test pc (on the /24 network) but I cannot ping, web, telnet etc anything on the internet. However the syslog shows the packets going through the firewall and I have opened the rules up completely for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone see why the test box cannot reach the internet and vice versa?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config is below (* = omitted text.&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;Niall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 7.0(6) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname cr01-sh&lt;/P&gt;&lt;P&gt;domain-name *.net&lt;/P&gt;&lt;P&gt;enable password B6R1dZUX1mTgE6pC encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 213.*.*.2 Aurix01-s01&lt;/P&gt;&lt;P&gt;dns-guard&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; nameif WAN&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 217.*.*.34 255.255.255.240 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif Customer&lt;/P&gt;&lt;P&gt; security-level 10&lt;/P&gt;&lt;P&gt; ip address 213.*.*.254 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&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;access-list Customer_access_in extended permit ip any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit icmp any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit udp any any log &lt;/P&gt;&lt;P&gt;access-list Customer_access_in extended permit tcp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit tcp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit udp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit icmp any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_out extended permit ip any any log &lt;/P&gt;&lt;P&gt;access-list WAN_access_in extended permit ip any host Aurix01-s01 &lt;/P&gt;&lt;P&gt;access-list WAN_access_in extended permit icmp any host Aurix01-s01 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu WAN 1500&lt;/P&gt;&lt;P&gt;mtu Customer 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;monitor-interface WAN&lt;/P&gt;&lt;P&gt;monitor-interface Customer&lt;/P&gt;&lt;P&gt;monitor-interface management&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm506.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;access-group WAN_access_in in interface WAN&lt;/P&gt;&lt;P&gt;access-group WAN_access_out out interface WAN&lt;/P&gt;&lt;P&gt;access-group Customer_access_in in interface Customer&lt;/P&gt;&lt;P&gt;route WAN 0.0.0.0 0.0.0.0 217.*.*.33 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&lt;/P&gt;&lt;P&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 WAN&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&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;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;dhcpd address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 50&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 global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512 &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;Cryptochecksum:74609abf4a90bd20175922f0ae6b0e52&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:37:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713506#M429212</guid>
      <dc:creator>NiallDavis</dc:creator>
      <dc:date>2020-02-21T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713507#M429215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Customer,WAN) 213.x.x.0 213.x.x.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat0 extended permit ip 213.x.x.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;nat (Customer) 0 access-list nat0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (Customer) 0 213.x.x.0 255.255.255.0 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 16:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713507#M429215</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-03T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713508#M429219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since you haven't enabled nat-control, nothing is nat'ed by default.  you dont need to do anything except add the appropriate acl's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for icmp traffic, you have to explicitly allow echo-reply's back in&lt;/P&gt;&lt;P&gt;permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;enable icmp inspection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 16:43:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713508#M429219</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-03T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713509#M429223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't get DNS or web either - permit icmp any any echo-reply not withstanding, do I not have the correct acl's in place for web browsing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 19:57:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713509#M429223</guid>
      <dc:creator>NiallDavis</dc:creator>
      <dc:date>2007-08-03T19:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713510#M429227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your acls customer_access_in and wan_access_out are allowing everything and are not needed. I would remove them and you will have the same effect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are allowing icmp from any into the wan interface but only to Aurix01-s01. Is that where you're pinging from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 20:36:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713510#M429227</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-08-03T20:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713511#M429229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Aurix01-s1 is my test box and is what I am trying to ping, web browse etc from.&lt;/P&gt;&lt;P&gt;I opened it wide open for testing to try to see if the problem was acl related.&lt;/P&gt;&lt;P&gt;To re-cap, I can ping anywhere from the ASA and I can see the ICMP or dns build and tear down in the syslog when pinging from the test box. I don't see any dropped packets in the syslog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niall. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 20:45:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713511#M429229</guid>
      <dc:creator>NiallDavis</dc:creator>
      <dc:date>2007-08-03T20:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713512#M429232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try removing the following two:&lt;/P&gt;&lt;P&gt;access-group WAN_access_out out interface WAN&lt;/P&gt;&lt;P&gt;access-group Customer_access_in in interface Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you add those acl's you have to start explicitly allowing a lot of other things , like icmp echo requests (permit icmp any any echo).&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 01:07:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713512#M429232</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-08-04T01:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713513#M429234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK - I have re-run the setup wizard, tested, played around with changing the security levels so the wan was lower then the customer interface and still nothing. removed and readded acls etc. still nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a theory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if my isp have loaded in the routes to the customer network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a tracert from my home to the wan router (gateway for the ASA) and it resolved in 10 hops. I then ran a tracert to the aurix-s01 IP (on the customer network) and it partially resolved to 5 hops and then timed out - it timed out once it made it to my ISP's core router! would this be because they have not loaded the route for the customer network we have ordered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this be why I cannot get internet access through the ASA because the default gateway doesn't know of the network it is coming from and it is not coming from the interface for its default route?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also would this be why the ASA shows the ping build and tear down in the syslog and no dropped packets but nothing gets out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 17:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713513#M429234</guid>
      <dc:creator>NiallDavis</dc:creator>
      <dc:date>2007-08-04T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT Problem - I think?</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713514#M429236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick update - It seems the whole problem was my ISP - they had not loaded the routes for the network on the inside interface (customer) - I can now ping etc.&lt;/P&gt;&lt;P&gt;However, I have remove all the rules from the ASDM so that there is just the defualt ruls and now I can ping and resolve DNS, but cannot browse the web. I have checked it is not the test box by substituting with another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - Sorry for the wild goose chase.&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;Niall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 13:55:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-problem-i-think/m-p/713514#M429236</guid>
      <dc:creator>NiallDavis</dc:creator>
      <dc:date>2007-08-06T13:55:47Z</dc:date>
    </item>
  </channel>
</rss>

