<?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: No internet access with ASA 5506-x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809383#M6855</link>
    <description>&lt;P&gt;Marc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use these commands to update your config&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;policy-map global_policy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class inspection_default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inspect icmp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need for the access list and access group on your outside interface. And they open your ASA up to all outside traffic. I suggest that you remove them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need to change how your OSPF is operating and no indication that your issue is related to routing. After all your PC is successful in routing to the ASA and the ASA is successful in routing to your PC (that is how your ping was successful). I believe that the fundamental problem is the security posture of the ASA which needs to inspect the icmp traffic to be able to forward it between ASA interfaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2019 20:53:21 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2019-02-25T20:53:21Z</dc:date>
    <item>
      <title>No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809268#M6817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me please...?&lt;/P&gt;&lt;P&gt;I try to get through my new ASA with my pc, but I can't, after some days on the net to try to find a solution, I need your experience...:-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I live in Belgium, thus excuse me for my poor technical English,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is :&lt;/P&gt;&lt;P&gt;I connect the ASA behind a modem from my ISP, this modem is bridged in PPPOE.&lt;/P&gt;&lt;P&gt;Behind the ASA, I have 3 Cisco routers 2811, and 2 Cisco switchs, and in final my pc ( this is a topology for labs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I can't pass through the ASA with my pc, impossible to go out...&lt;/P&gt;&lt;P&gt;I can ping the IP address 192.168.1.1 (ASA Gi1/1) from my pc (10.2.99.1).&lt;/P&gt;&lt;P&gt;I think that I need access-list, but I don't know...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the config :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: ********&lt;BR /&gt;: Hardware: ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.4(1)&lt;BR /&gt;!&lt;BR /&gt;terminal width 350&lt;BR /&gt;hostname LasVegasASA1&lt;BR /&gt;enable password ******* encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;pppoe client vpdn group ISP1-PROXIMUS&lt;BR /&gt;ip address pppoe setroute&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/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 GigabitEthernet1/4&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 GigabitEthernet1/5&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 GigabitEthernet1/6&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 GigabitEthernet1/7&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 GigabitEthernet1/8&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 Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&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;no arp permit-nonconnected&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;nat (any,outside) dynamic interface&lt;BR /&gt;router ospf 1&lt;BR /&gt;network 192.168.1.0 255.255.255.0 area 0&lt;BR /&gt;log-adj-changes&lt;BR /&gt;!&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;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;vpdn group ISP1-PROXIMUS request dialout pppoe&lt;BR /&gt;vpdn group ISP1-PROXIMUS localname ********@PROXIMUS&lt;BR /&gt;vpdn group ISP1-PROXIMUS ppp authentication chap&lt;BR /&gt;vpdn username ********@PROXIMUS password ************ store-local&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&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;dynamic-access-policy-record DfltAccessPolicy&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;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;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:******************&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1# sh int ip brief&lt;BR /&gt;Interface IP-Address OK? Method Status Protocol&lt;BR /&gt;GigabitEthernet1/1 10*.***.***.79 YES manual up up&lt;BR /&gt;GigabitEthernet1/2 192.168.1.1 YES CONFIG up up&lt;BR /&gt;GigabitEthernet1/3 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/4 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/5 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/6 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/7 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/8 unassigned YES unset administratively down down&lt;BR /&gt;Internal-Control1/1 127.0.1.1 YES unset up up&lt;BR /&gt;Internal-Data1/1 unassigned YES unset up down&lt;BR /&gt;Internal-Data1/2 unassigned YES unset up up&lt;BR /&gt;Internal-Data1/3 unassigned YES unset up up&lt;BR /&gt;Management1/1 unassigned YES unset down down&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LasVegasASA1# sh route&lt;/P&gt;&lt;P&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route, + - replicated route&lt;BR /&gt;Gateway of last resort is 109.130.208.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [1/0] via 10*.***.***.1, outside&lt;BR /&gt;O E2 10.2.3.0 255.255.255.0 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;O E2 10.2.7.0 255.255.255.252 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;O E2 10.2.7.4 255.255.255.252 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;O E2 10.2.7.8 255.255.255.252 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;O E2 10.2.99.0 255.255.255.0 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;C 192.168.1.0 255.255.255.252 is directly connected, inside&lt;BR /&gt;L 192.168.1.1 255.255.255.255 is directly connected, inside&lt;BR /&gt;O E2 192.168.2.0 255.255.255.252 [110/1] via 192.168.1.2, 04:21:03, inside&lt;BR /&gt;O E2 192.168.3.0 255.255.255.252 [110/1] via 192.168.1.2, 04:21:03, inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:51:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809268#M6817</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2020-02-21T16:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809287#M6818</link>
      <description>&lt;P&gt;access-list ALLOW_ALL extended permit ip any any&lt;/P&gt;&lt;P&gt;access-group ALLOW_ALL in int outside&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 18:49:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809287#M6818</guid>
      <dc:creator>venkat_n7</dc:creator>
      <dc:date>2019-02-25T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809349#M6853</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;I've added your two commands, but it doesn't work...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 19:54:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809349#M6853</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-25T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809364#M6854</link>
      <description>&lt;P&gt;add default route statement.&lt;/P&gt;&lt;P&gt;and redistribute default and connected routes to ospf. and can you do packet trace from inside and to outside.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:25:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809364#M6854</guid>
      <dc:creator>venkat_n7</dc:creator>
      <dc:date>2019-02-25T20:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809383#M6855</link>
      <description>&lt;P&gt;Marc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use these commands to update your config&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;policy-map global_policy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class inspection_default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inspect icmp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need for the access list and access group on your outside interface. And they open your ASA up to all outside traffic. I suggest that you remove them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need to change how your OSPF is operating and no indication that your issue is related to routing. After all your PC is successful in routing to the ASA and the ASA is successful in routing to your PC (that is how your ping was successful). I believe that the fundamental problem is the security posture of the ASA which needs to inspect the icmp traffic to be able to forward it between ASA interfaces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:53:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809383#M6855</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-25T20:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809433#M6856</link>
      <description>&lt;P&gt;Thank you for this advice Richard, but no access...:-(&lt;/P&gt;&lt;P&gt;You can find screens of ping from ASA to pc and to external DNS, and ipconfig(from pc), then ping from pc to gateway, ping to ASA Gi1/1, all is ok, but nothing from pc to external dns...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've remove the commands for access-list, and add yours&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've no ideas..&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Ipconfig pc, ping from pc to gateway, ping to ASA Gi1-1, and ping to Google DNS.PNG" style="width: 546px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30915i27A3803CB9FCCADB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ipconfig pc, ping from pc to gateway, ping to ASA Gi1-1, and ping to Google DNS.PNG" alt="Ipconfig pc, ping from pc to gateway, ping to ASA Gi1-1, and ping to Google DNS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Ping ASA to pc and to DNS Cisco.PNG" style="width: 381px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30916iAE80FB4DB19DCA3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ping ASA to pc and to DNS Cisco.PNG" alt="Ping ASA to pc and to DNS Cisco.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 22:13:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809433#M6856</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-25T22:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809434#M6857</link>
      <description>I've tried yours commands, but nothing works....&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 25 Feb 2019 22:14:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809434#M6857</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-25T22:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809446#M6858</link>
      <description>&lt;P&gt;i see you can ping from asa to opendns ip address. So,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you check packet trace and see where packet is dropping&lt;/P&gt;&lt;P&gt;command:&lt;/P&gt;&lt;P&gt;" packet-trace input inside icmp 10.2.99.1 1 1 8.8.8.8 detailed " may be this should help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for above comments if they were incorrect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 22:55:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809446#M6858</guid>
      <dc:creator>venkat_n7</dc:creator>
      <dc:date>2019-02-25T22:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809455#M6859</link>
      <description>&lt;P&gt;Can you also add inspection for icmp error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 23:12:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809455#M6859</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-25T23:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809730#M6860</link>
      <description>&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the result of the your command :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1# packet-tracer input inside icmp 10.2.99.1 1 1 8.8.8.8 detailed&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 109.130.208.1 using egress ifc outside&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;Additional Information:&lt;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffdd4d6140, priority=6, domain=nat, deny=false&lt;BR /&gt;hits=6, user_data=0x7fffddd24f40, cs_id=0x0, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=inside, output_ifc=outside&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffdd400b20, priority=0, domain=nat-per-session, deny=true&lt;BR /&gt;hits=1973, user_data=0x0, cs_id=0x0, reverse, use_real_addr, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=any, output_ifc=any&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;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffddb831c0, priority=0, domain=inspect-ip-options, deny=true&lt;BR /&gt;hits=28, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=inside, output_ifc=any&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (nat-xlate-failed) NAT failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a solution ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809730#M6860</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-26T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809732#M6861</link>
      <description>&lt;P&gt;Hello Richard,&lt;/P&gt;&lt;P&gt;I'm novice on ASA, can you give the command to add for icmp inspection error please ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:24:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809732#M6861</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-26T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809896#M6862</link>
      <description>&lt;P&gt;&lt;SPAN&gt;policy-map global_policy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class inspection_default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inspect icmp error&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rick&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 13:23:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809896#M6862</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-26T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809911#M6863</link>
      <description>&lt;P&gt;Marc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In reviewing the config I notice that there are 2 nat statements&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (inside,outside) source dynamic any interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;object network obj_any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure why and suggest removing the second one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 13:41:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809911#M6863</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-26T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809990#M6866</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;I put your inspection command in the configuration, and I've remove the second nat command...&lt;/P&gt;&lt;P&gt;Here is the config now :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1# sh run&lt;BR /&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: ******&lt;BR /&gt;: Hardware: ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.4(1)&lt;BR /&gt;!&lt;BR /&gt;terminal width 350&lt;BR /&gt;hostname LasVegasASA1&lt;BR /&gt;enable password ******* encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;pppoe client vpdn group ISP1-PROXIMUS&lt;BR /&gt;ip address pppoe setroute&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/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 GigabitEthernet1/4&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 GigabitEthernet1/5&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 GigabitEthernet1/6&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 GigabitEthernet1/7&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 GigabitEthernet1/8&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 Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging console debugging&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&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;no arp permit-nonconnected&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 13.13.13.13&lt;BR /&gt;network 192.168.1.0 255.255.255.0 area 0&lt;BR /&gt;log-adj-changes&lt;BR /&gt;redistribute connected metric 1 subnets&lt;BR /&gt;default-information originate always&lt;BR /&gt;!&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;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;vpdn group ISP1-PROXIMUS request dialout pppoe&lt;BR /&gt;vpdn group ISP1-PROXIMUS localname ******@PROXIMUS&lt;BR /&gt;vpdn group ISP1-PROXIMUS ppp authentication chap&lt;BR /&gt;vpdn username ******@PROXIMUS password ****** store-local&lt;BR /&gt;dhcpd dns 208.67.220.220 208.67.222.222&lt;BR /&gt;dhcpd lease 3000&lt;BR /&gt;dhcpd ping_timeout 30&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&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;dynamic-access-policy-record DfltAccessPolicy&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;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect icmp error&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:0f87b8c305a1f1ced72659987b0a6582&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1# packet-tracer input inside icmp 10.2.99.1 1 1 8.8.8.8 detailed&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 109.130.208.1 using egress ifc outside&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;Additional Information:&lt;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffddd28ee0, priority=6, domain=nat, deny=false&lt;BR /&gt;hits=1, user_data=0x7fffddb93a70, cs_id=0x0, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=inside, output_ifc=outside&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffdd400b20, priority=0, domain=nat-per-session, deny=true&lt;BR /&gt;hits=305, user_data=0x0, cs_id=0x0, reverse, use_real_addr, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=any, output_ifc=any&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;BR /&gt;Forward Flow based lookup yields rule:&lt;BR /&gt;in id=0x7fffddb831b0, priority=0, domain=inspect-ip-options, deny=true&lt;BR /&gt;hits=4, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0&lt;BR /&gt;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any&lt;BR /&gt;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt;input_ifc=inside, output_ifc=any&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (nat-xlate-failed) NAT failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LasVegasASA1# sh route&lt;/P&gt;&lt;P&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route, + - replicated route&lt;BR /&gt;Gateway of last resort is 109.130.208.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [1/0] via 109.130.208.1, outside&lt;BR /&gt;O E2 10.2.3.0 255.255.255.0 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;O E2 10.2.7.0 255.255.255.252 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;O E2 10.2.7.4 255.255.255.252 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;O E2 10.2.7.8 255.255.255.252 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;O E2 10.2.99.0 255.255.255.0 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;C 192.168.1.0 255.255.255.252 is directly connected, inside&lt;BR /&gt;L 192.168.1.1 255.255.255.255 is directly connected, inside&lt;BR /&gt;O E2 192.168.2.0 255.255.255.252 [110/1] via 192.168.1.2, 00:21:28, inside&lt;BR /&gt;O E2 192.168.3.0 255.255.255.252 [110/1] via 192.168.1.2, 00:21:28, inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LasVegasASA1# sh int ip brief&lt;BR /&gt;Interface IP-Address OK? Method Status Protocol&lt;BR /&gt;GigabitEthernet1/1 8*.***.***.202 YES CONFIG up up&lt;BR /&gt;GigabitEthernet1/2 192.168.1.1 YES CONFIG up up&lt;BR /&gt;GigabitEthernet1/3 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/4 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/5 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/6 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/7 unassigned YES unset administratively down down&lt;BR /&gt;GigabitEthernet1/8 unassigned YES unset administratively down down&lt;BR /&gt;Internal-Control1/1 127.0.1.1 YES unset up up&lt;BR /&gt;Internal-Data1/1 unassigned YES unset up down&lt;BR /&gt;Internal-Data1/2 unassigned YES unset up up&lt;BR /&gt;Internal-Data1/3 unassigned YES unset up up&lt;BR /&gt;Management1/1 unassigned YES unset down down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LasVegasASA1# ping 10.2.99.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.2.99.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 10/14/20 ms&lt;BR /&gt;LasVegasASA1# ping 8.8.8.8&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 10/18/20 ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ASA2.PNG" style="width: 557px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/30959i63BAF76C17C4DD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="ASA2.PNG" alt="ASA2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 14:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3809990#M6866</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-26T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810005#M6868</link>
      <description>&lt;P&gt;Thank you for the update. I am sorry that the changes I suggested did not change the behavior. I am puzzled why the nat appears to not be working. You have enabled logging to the console. Can you establish a console session, try to access Internet from the PC, and look for any log messages that might help us understand the issue? Or perhaps enable logging to the logging buffer so you can use show log rather than needing a console session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 14:57:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810005#M6868</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-26T14:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810054#M6869</link>
      <description>&lt;P&gt;No problem, thank you for your time...:-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the messages of the console after ping from pc 10.2.99.1 to ASA 192.168.1.1, and from pc to 8.8.8.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LasVegasASA1(config)# logging enable&lt;BR /&gt;LasVegasASA1(config)# %ASA-5-111008: User 'enable_15' executed the 'logging enable' command.&lt;BR /&gt;%ASA-5-111010: User 'enable_15', running 'CLI' from IP 0.0.0.0, executed 'logging enable'&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.2.99.1&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 10.2.99.1/1 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 10.2.99.1/1 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.2.99.1 duration 0:00:00&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 90.31.71.75/64274 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 95.157.198.108/61735 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.91.170/47787 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 90.31.71.75/60985 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 102.97.116.170/60999 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 102.97.116.170/62775 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.27/10806 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.138.98.46/16321 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.197.65.233/55781 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 62.197.65.233/58987 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.2.99.1&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 10.2.99.1/1 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 10.2.99.1/1 gaddr 192.168.1.1/0 laddr 192.168.1.1/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.2.99.1 duration 0:00:00&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 154.125.58.232/27497 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.91.170/47787 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.233.19/29505 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 78.116.231.228/50807 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 78.116.231.228/50859 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 160.154.145.92/16589 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.91.170/47787 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 160.154.145.92/39631 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.77/60881 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.4.132.138/8893 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.131/28903 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 102.97.116.170/60999 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.138.98.46/16321 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 102.97.116.170/62775 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.91.170/47787 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.72.168.219/14393 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 207.180.210.81/23006 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 207.180.210.81/22989 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.233.19/29505 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 207.180.210.81/23006 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 95.157.198.108/61735 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 207.180.210.81/23006 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.197.65.233/55781 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 212.52.154.44/64728 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 62.197.65.233/58987 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.41/50830 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.91.170/47787 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 102.97.116.170/60999 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 92.169.136.72/42303 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 92.169.136.72/59307 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 102.97.116.170/62775 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 212.52.154.44/64728 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.82/64411 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.138.98.46/16321 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.242.231/9857 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.107.207.183/21212 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9227 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.203/24713 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 217.15.239.107/49075 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 217.15.239.107/53441 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.41/50830 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.233.19/29505 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 92.169.136.72/59307 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 89.105.158.246/49021 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.53/24979 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.97/58805 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 92.169.136.72/42303 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.163.78.73/6253 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.163.78.73/1911 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.203.226.36/49241 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.82/64411 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.242.231/9857 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9227 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 217.15.239.107/53441 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 217.15.239.107/49075 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.175/19602 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.203/24713 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 213.136.79.27/51471 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 212.52.154.44/64728 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.53/24979 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.163.78.73/1911 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.163.78.73/6253 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.175/19602 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.41/50830 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 207.180.210.81/12023 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.197.65.233/55884 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 62.197.65.233/58987 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 92.169.136.72/59307 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 213.136.79.27/12281 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 92.169.136.72/42303 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.82/64411 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9227 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.181.98.228/58339 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.181.98.228/50508 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.242.231/9857 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.98.46/64930 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 217.15.239.107/53441 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 217.15.239.107/49075 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.203/24713 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.197.65.233/55884 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.233.19/29826 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 213.136.79.27/12304 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 62.197.65.233/58987 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.163.78.73/1911 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 188.110.123.190/6889 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.53/24979 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.98.46/64930 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.163.78.73/6253 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.181.98.228/50508 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.181.98.228/58339 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 129.0.76.231/45085 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 129.0.76.231/53790 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.175/19602 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 169.159.26.240/1181 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.233.19/29826 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9350 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 62.197.65.233/55884 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: IGMP request discarded from 10.1.1.1 to outside:224.0.0.251&lt;BR /&gt;%ASA-6-110002: Failed to locate egress interface for IGMP from outside:10.1.1.1/0 to 239.255.255.250/0&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 62.197.65.233/58987 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 129.0.76.231/45085 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 129.0.76.231/53790 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 5.189.188.23/46969 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 149.154.225.231/38977 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.181.98.228/50508 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.72.168.219/14630 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.181.98.228/58339 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.138.98.46/64930 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.86.175.164/27555 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9350 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.233.19/29826 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 176.163.7.49/24874 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.86.175.164/52752 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 5.189.188.23/57923 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.68.5.113/32534 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 54.38.178.26/1026 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.86.175.164/27555 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 105.111.60.21/1024 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 169.159.26.240/1181 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.86.175.164/52752 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.89/40166 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.68.5.113/32534 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 176.163.7.49/24874 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 105.111.60.21/51573 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 54.38.178.26/1026 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 41.213.189.7/9350 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.97/58805 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.57/37650 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.68.5.119/37488 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 41.213.189.7/58229 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 154.68.5.119/40110 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;BR /&gt;n%ASA-7-710005: UDP request discarded from 105.111.60.21/1024 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 154.68.5.113/44040 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.20/54268 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 94.109.163.163/17871 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 213.136.79.205/7191 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 94.109.163.163/17871 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 94.109.163.163/17871 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 94.109.163.163/17871 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 105.111.60.21/51573 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;BR /&gt;n%ASA-7-710005: UDP request discarded from 91.86.175.164/27555 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.15/7202 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.68.5.119/37488 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.97/58805 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710006: EIGRP request discarded from 192.168.1.2 to inside:224.0.0.10&lt;BR /&gt;o%ASA-7-710005: UDP request discarded from 154.68.5.119/40110 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 91.86.175.164/52752 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 154.68.5.113/32535 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 154.68.5.113/44040 to outside:109.129.13.224/51034&lt;BR /&gt;l%ASA-7-710005: UDP request discarded from 178.22.170.20/54268 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 176.163.7.49/24874 to outside:109.129.13.224/51034&lt;BR /&gt;o%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 91.182.8.23/47532 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: TCP request discarded from 149.154.242.231/11009 to outside:109.129.13.224/51034&lt;/P&gt;&lt;P&gt;LasVegasASA1(config)# no lo enable %ASA-7-710005: TCP request discarded from 176.163.7.49/54846 to outside:109.129.13.224/51034&lt;BR /&gt;%ASA-7-710005: UDP request discarded from 178.22.170.15/7202 to outside:109.129.13.224/51034&lt;/P&gt;&lt;P&gt;%ASA-5-111008: User 'enable_15' executed the 'no logging enable' command.&lt;BR /&gt;%ASA-5-111010: User 'enable_15', running 'CLI' from IP 0.0.0.0, executed 'no logging enable'&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 15:37:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810054#M6869</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-26T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810152#M6870</link>
      <description>&lt;P&gt;Thank you for the log messages (and there are certainly a lot of them). I do see log messages relating to pc pinging the ASA interface. But I do not see any messages relating to pc pinging 8.8.8.8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you post the output of show nat detail&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:10:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810152#M6870</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-26T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810254#M6871</link>
      <description>&lt;P&gt;Indeed, no 8.8.8.8 ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is sh nat :&lt;/P&gt;&lt;P&gt;LasVegasASA1(config)# sh nat detail&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 0.0.0.0/0, Translated: 109.129.13.224/32&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:02:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810254#M6871</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-26T19:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810286#M6873</link>
      <description>&lt;P&gt;Thank you for the output. It is interesting that the hit count is 0. I am wondering if the ping attempt to outside is getting to the ASA. It looks like the pc is several hops away from the ASA. Is it possible that one of those devices has some security policy that does not allow the ping to external addresses? Or is it possible that one of those devices does not have a default route?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be interesting to compare the results of tracert 192.168.1.1 and tracert 8.8.8.8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 19:42:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810286#M6873</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-02-26T19:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: No internet access with ASA 5506-x</title>
      <link>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810598#M6875</link>
      <description>&lt;P&gt;I will review all my configurations one by one, and I will come back to you if I have found one or more errors, thank you&lt;/P&gt;&lt;P&gt;Have a nice day...:-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 07:47:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-internet-access-with-asa-5506-x/m-p/3810598#M6875</guid>
      <dc:creator>Maximus908</dc:creator>
      <dc:date>2019-02-27T07:47:01Z</dc:date>
    </item>
  </channel>
</rss>

