<?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 hi johnlloyd, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523076#M235261</link>
    <description>hi johnlloyd,

i was able to ping 8.8.8.8 but on a newly configured vlan, identical to the outside vlan. Will now reconfigure outside vlan to see what i missed.

Thanks! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
    <pubDate>Fri, 29 Aug 2014 06:58:58 GMT</pubDate>
    <dc:creator>badingdong</dc:creator>
    <dc:date>2014-08-29T06:58:58Z</dc:date>
    <item>
      <title>Cisco ASA 5505 can ping gateway but can't ping internet</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523061#M235237</link>
      <description>&lt;P&gt;Good day to all!&lt;/P&gt;&lt;P&gt;Sorry if I post this on the wrong group, I am having a bit of a problem on configuring an ASA 5505 firewall. And I scoured google but can't seem to find a specific link to my issues.&lt;/P&gt;&lt;P&gt;It is on a routed mode, have successfully configured inside and outside vlans. Hosts inside vlan can ping each other. Hosts on outside vlan can also ping each other. Problem is, when I am pinging 8.8.8.8, I received ????? Please see config below.&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;##################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(3)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasan&lt;BR /&gt;enable password bD3fGYMFeJJTATOJ encrypted&lt;BR /&gt;passwd 2KF1w9ErdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;description INSIDE&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 10.10.10.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;description OUTSIDE&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 203.127.68.2 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;access-list outside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 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;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 203.127.68.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.10.10.0 255.255.255.0 inside&lt;BR /&gt;http authentication-certificate inside&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 warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 10.10.10.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&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;&amp;nbsp;anyconnect-essentials&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;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;&amp;nbsp;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 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 &amp;nbsp;&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip &amp;nbsp;&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:6b3e0ce99eda3d2563cf9f392f8001b7&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:41:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523061#M235237</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2019-03-12T04:41:17Z</dc:date>
    </item>
    <item>
      <title>hi,you can move this thread</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523062#M235239</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can move this thread under Security &amp;gt; Firewalling forum to get better feedback.&lt;/P&gt;&lt;P&gt;could you ping 203.127.68.1?&lt;/P&gt;&lt;P&gt;try to connect a laptop and assign .2 and see if you can ping the ISP hop.&lt;/P&gt;&lt;P&gt;make sure you've got a route back to the 'inside' interface if you've got a router or another layer 3 device behind the ASA.&lt;/P&gt;&lt;P&gt;route inside 10.10.10.0 255.255.255.0 10.10.10.1&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 07:12:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523062#M235239</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2014-08-28T07:12:37Z</dc:date>
    </item>
    <item>
      <title>Can you execute a traceroute</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523063#M235241</link>
      <description>&lt;P&gt;Can you execute a traceroute 8.8.8.8 source Vlan2 ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 07:36:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523063#M235241</guid>
      <dc:creator>Walter Astori</dc:creator>
      <dc:date>2014-08-28T07:36:37Z</dc:date>
    </item>
    <item>
      <title>Hi badingdong,- - - - - - - -</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523064#M235243</link>
      <description>&lt;P&gt;Hi&amp;nbsp;badingdong,&lt;/P&gt;&lt;P&gt;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove these lines:&lt;/P&gt;&lt;P&gt;no&amp;nbsp;&lt;SPAN style="font-size: 14.399999618530273px;"&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/SPAN&gt;&lt;BR style="font-size: 14.399999618530273px;" /&gt;&lt;SPAN style="font-size: 14.399999618530273px;"&gt;no access-group outside_access_in in interface outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;- - - - - - - -&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have more inside subnets need access to internet, please make sure that you have a static route in place as shown below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(119, 119, 119); font-size: 14.399999618530273px; background-color: rgb(247, 247, 247);"&gt;route inside 10.0.0.0 255.0.0.0 10.10.10.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also make sure that you have a correct DNS server is assigned on your internal hosts.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(119, 119, 119); font-size: 14.399999618530273px; background-color: rgb(247, 247, 247);"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(119, 119, 119); font-size: 14.399999618530273px; background-color: rgb(247, 247, 247);"&gt;Rizwan Rafeek&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:16:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523064#M235243</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2014-08-28T16:16:02Z</dc:date>
    </item>
    <item>
      <title>hi johnlloyd,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523065#M235244</link>
      <description>hi johnlloyd,
yes, i can ping the gateway 203.127.68.1 from outside interface. i can also ping all other public server that we have.</description>
      <pubDate>Fri, 29 Aug 2014 01:56:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523065#M235244</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T01:56:04Z</dc:date>
    </item>
    <item>
      <title>first successful hop was the</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523066#M235245</link>
      <description>first successful hop was the gateway, after that no more.</description>
      <pubDate>Fri, 29 Aug 2014 01:57:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523066#M235245</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T01:57:32Z</dc:date>
    </item>
    <item>
      <title>hi rizwanr74,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523067#M235246</link>
      <description>hi rizwanr74,

did what you told but still doesn't let me ping 8.8.8.8

Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

?????

Success rate is 0 percent (0/5)

ciscoasan(config)#</description>
      <pubDate>Fri, 29 Aug 2014 02:08:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523067#M235246</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T02:08:09Z</dc:date>
    </item>
    <item>
      <title>hi,how about when you just</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523068#M235247</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how about when you just connect a laptop and assign the .2 and ping out?&lt;/P&gt;&lt;P&gt;i suspect an ISP/routing issue.&lt;/P&gt;&lt;P&gt;your config looks fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 03:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523068#M235247</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2014-08-29T03:09:12Z</dc:date>
    </item>
    <item>
      <title>Hi badingdong, I assume your</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523069#M235248</link>
      <description>&lt;P&gt;Hi badingdong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume your inside is "&lt;SPAN style="font-size: 14px;"&gt;interface Ethernet0/1" if so you assign it to vlan 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp; switchport access vlan 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like I mentioned before you would not need two lines to access the internet.&lt;/P&gt;&lt;P&gt;Let me know please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 03:14:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523069#M235248</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2014-08-29T03:14:21Z</dc:date>
    </item>
    <item>
      <title>Hi rizwan,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523070#M235249</link>
      <description>Hi rizwan,

I did took out those 2 lines you've mentioned. And also regarding vlan1, all of my ethernet ports are on vlan1 except for e0/0 which belongs to outside vlan2. Please see attached file for modified conf. Still can't think of the things I missed out. Still can't ping the internet using outside interface.</description>
      <pubDate>Fri, 29 Aug 2014 03:14:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523070#M235249</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T03:14:22Z</dc:date>
    </item>
    <item>
      <title>You are now missing your NAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523071#M235250</link>
      <description>&lt;P&gt;You are now missing your NAT statements. add the following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So you are able to ping the ISP (203.127.68.1) from the ASA, ? I would agree with John in that this seems a lot like an ISP problem rather than a problem with your ASA.&amp;nbsp; I suggest contacting your ISP and have them check out you connection.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 05:57:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523071#M235250</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-08-29T05:57:22Z</dc:date>
    </item>
    <item>
      <title>Hi marius,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523072#M235252</link>
      <description>Hi marius,

Thanks! I added the 2 lines you've mentioned. However, still I am not able to ping 8.8.8.8 from outside interface.

ISP is out of the question because I am using pfsense with ip address on the same range as my outside ip on this cisco and same default route. Internet is fine with pfsense. Sorry for the inconvenience guys.. =(</description>
      <pubDate>Fri, 29 Aug 2014 06:07:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523072#M235252</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T06:07:33Z</dc:date>
    </item>
    <item>
      <title>I did not expect to solve the</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523073#M235253</link>
      <description>&lt;P&gt;I did not expect to solve the issue, but they are needed there so that the inside clients are able to reach the internet....once that is up and running.&lt;/P&gt;&lt;P&gt;If you have both CLI and ASDM open (open the realtime log viewer in ASDM) and ping 8.8.8.8 from the ASA do you see anything that might indicate that the ASA is dropping the return packets?&lt;/P&gt;&lt;P&gt;Another thing you could try is to do a packet capture between the inside and outside interfaces, and then ping 8.8.8.8 from a PC on the inside network.&amp;nbsp; Do you see return traffick coming in the outside interface?&lt;/P&gt;&lt;P&gt;&lt;A href="http://ipfield.net/2013/06/asa-packet-capture-using-cli-and-asdm-config-example/"&gt;http://ipfield.net/2013/06/asa-packet-capture-using-cli-and-asdm-config-example/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:29:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523073#M235253</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-08-29T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Also, for the sake of trying</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523074#M235256</link>
      <description>&lt;P&gt;Also, for the sake of trying and if you are in a position to do so, save you ASA configuration and then restart the ASA.&lt;/P&gt;&lt;P&gt;If that does not work, and you see traffic leaving the outside interface but see no return traffic in the packet capture, and you see no log relating to the traffic being dropped in the the realtime log viewer, I would ask your ISP to do a clear ARP for your IP (though I would not suspect you to be able to ping your ISP if this was an ARP issue).&amp;nbsp; You might also want to ask them to flap the interface that goes to your ASA on their side (shut, no shut).&lt;/P&gt;&lt;P&gt;When pinging from the box there should be nothing preventing the ASA from receiving a reply, or nothing configured on the ASA that will prevent the reply with your current configuration.&amp;nbsp; Meaning you have a default route configured and interface configurations seem to be correct.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:50:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523074#M235256</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-08-29T06:50:53Z</dc:date>
    </item>
    <item>
      <title>Hi Marius,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523075#M235259</link>
      <description>Hi Marius,

Thanks a lot on the pointers..
I was able to ping now 8.8.8.8 but what I did was I created a new vlan on port 0/1 of the asa and configured it identically to the outside vlan. Will try to reconfigure outside vlan to see what I missed.</description>
      <pubDate>Fri, 29 Aug 2014 06:56:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523075#M235259</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T06:56:37Z</dc:date>
    </item>
    <item>
      <title>hi johnlloyd,</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523076#M235261</link>
      <description>hi johnlloyd,

i was able to ping 8.8.8.8 but on a newly configured vlan, identical to the outside vlan. Will now reconfigure outside vlan to see what i missed.

Thanks! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523076#M235261</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-29T06:58:58Z</dc:date>
    </item>
    <item>
      <title>  add ：access-list outside</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523077#M235263</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add ：&lt;SPAN style="font-size: 14px; "&gt;access-list outside_access_in extended permit icmp any any&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:54:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523077#M235263</guid>
      <dc:creator>weijun.duan</dc:creator>
      <dc:date>2014-08-29T07:54:12Z</dc:date>
    </item>
    <item>
      <title>Interesting...what would be</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523078#M235265</link>
      <description>&lt;P&gt;Interesting...what would be interesting to see is if you moved VLAN 2 to Eth0/1...it could be that Eth0/0 is faulty.&lt;/P&gt;&lt;P&gt;If you are able to do so, set up Eth0/0 in the new outside VLAN and connect it to the ISP if it still doesn't work then that port is faulty&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Sat, 30 Aug 2014 06:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523078#M235265</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-08-30T06:31:13Z</dc:date>
    </item>
    <item>
      <title>I'll check it later to see if</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523079#M235267</link>
      <description>&lt;P&gt;I'll check it later to see if it is. Thanks!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2014 23:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523079#M235267</guid>
      <dc:creator>badingdong</dc:creator>
      <dc:date>2014-08-31T23:46:36Z</dc:date>
    </item>
    <item>
      <title>Can you apply the following</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523080#M235269</link>
      <description>&lt;P&gt;Can you apply the following and see if it will work.&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;&amp;nbsp; inspect icmp error&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2015 23:15:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-can-ping-gateway-but-can-t-ping-internet/m-p/2523080#M235269</guid>
      <dc:creator>anassor1121</dc:creator>
      <dc:date>2015-03-29T23:15:22Z</dc:date>
    </item>
  </channel>
</rss>

