<?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 Can't reach internet through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426047#M269853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that was easy. I haven't configured dns server from dhcp server. Thank you for help:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 12:27:25 GMT</pubDate>
    <dc:creator>lukasmuzik</dc:creator>
    <dc:date>2014-02-18T12:27:25Z</dc:date>
    <item>
      <title>Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426043#M269845</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying set up ASA in test lab and have issue witch internet connectivity. Since it's my first experience with this device I've followed documentation and think everything is configured correctly. I can reach internet from ASA's outside interface, but not from inside interface or client which is connected to inside interface. After some research about access-list rules I'am even able ping trough ASA from client device, but still can't find out where's a catch about other traffic like http. In case of http, similiar acces-list like with ping didn't work. Maybe i'm overlooking something obvious, but don't see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've followed for initial configuration this guide &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.firewall.cx/cisco-technical-knowledgebase/cisco-firewalls/964-cisco-asa5500-startup.html" target="_blank"&gt;http://www.firewall.cx/cisco-technical-knowledgebase/cisco-firewalls/964-cisco-asa5500-startup.html&lt;/A&gt;&lt;SPAN&gt; and everything worked fine with exception I can't reach internet. Bellow is my running-config file and i would be really glad for some help cause I'm stuck at this few days.&lt;/SPAN&gt;&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 8.4(7)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ASA-test&lt;/P&gt;&lt;P&gt;enable password xxx encrypted&lt;/P&gt;&lt;P&gt;passwd xxx encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;description PRIVATE-INT&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.0.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;description PUBLIC-INT&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 10.0.1.250 255.0.0.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa847-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;object network INSIDE-NET&lt;/P&gt;&lt;P&gt;subnet 10.0.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list 10 extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list 10 extended permit icmp any any source-quench&lt;/P&gt;&lt;P&gt;access-list 10 extended permit icmp any any unreachable&lt;/P&gt;&lt;P&gt;access-list 10 extended permit icmp any any time-exceeded&lt;/P&gt;&lt;P&gt;access-list 10 extended permit tcp any any eq www&lt;/P&gt;&lt;P&gt;access-list 10 extended permit tcp any any eq 433&lt;/P&gt;&lt;P&gt;access-list 10 extended permit tcp any any eq ftp&lt;/P&gt;&lt;P&gt;access-list 10 extended permit tcp any any eq ftp-data&lt;/P&gt;&lt;P&gt;access-list in-to-out extended permit ip any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&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;no arp permit-nonconnected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network INSIDE-NET&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;access-group 10 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.0.1.138 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&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 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.0.2.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 10.0.0.0 255.0.0.0 outside&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 10.0.0.0 255.0.0.0 outside&lt;/P&gt;&lt;P&gt;ssh 10.0.2.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 15&lt;/P&gt;&lt;P&gt;ssh key-exchange group dh-group1-sha1&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 10.0.2.11-10.0.2.42 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt;username admin password xxx encrypted privilege 15&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 type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&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;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;no call-home reporting anonymous&lt;/P&gt;&lt;P&gt;call-home&lt;/P&gt;&lt;P&gt;profile CiscoTAC-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no active&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination transport-method http&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;/P&gt;&lt;P&gt;Cryptochecksum:4bf95663b6dfcf18d3972af9864ce138&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:44:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426043#M269845</guid>
      <dc:creator>lukasmuzik</dc:creator>
      <dc:date>2019-03-12T03:44:06Z</dc:date>
    </item>
    <item>
      <title>Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426044#M269846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your outside interface subnet also includes the subnet that is assigned to your inside interface. Since this is a lab I would assume you can change this outside interface subnet mask?&amp;nbsp; since your default route points to 10.0.1.138 I am assuming that this IP also has a subnet of /8?&amp;nbsp; This will cause both the ASA and router connected to the ASA to believe they are directly connected to the 10.0.2.0/24 network on the outside interface and this traffic will never be routed by the ASA.&amp;nbsp; Change it to a /24 and then test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, which interface are you connecting the PC to?&amp;nbsp; As of right now only interface Eth0/1 is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that your PC is getting the correct IP from the DHCP on the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally I would tell you to remove these commands, but since you say this is a lab setup...up to you &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http 10.0.0.0 255.0.0.0 outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh 10.0.0.0 255.0.0.0 outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 20:10:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426044#M269846</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-15T20:10:58Z</dc:date>
    </item>
    <item>
      <title>Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426045#M269848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for response. I tried your advice and changed outside interface subnet to /24 but it doesn´t help. Interface is fine, I keep just that one up and test one PC pluged in. DHCP is corret too. As I mentioned I can ping to internet but can´t reach other services. I assume if it would be problem with routing I couldn´t even ping. I think it must be something with default access-list setting what is denying packets. Any other ideas? I´m already mad with this issue:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426045#M269848</guid>
      <dc:creator>lukasmuzik</dc:creator>
      <dc:date>2014-02-18T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426046#M269850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you issue an nslookup google.com what output do you get?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you issue the command ipconfig /all what values do you see for DNS server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest adding the following command and then test again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 4.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426046#M269850</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-18T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426047#M269853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that was easy. I haven't configured dns server from dhcp server. Thank you for help:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426047#M269853</guid>
      <dc:creator>lukasmuzik</dc:creator>
      <dc:date>2014-02-18T12:27:25Z</dc:date>
    </item>
    <item>
      <title>Can't reach internet through ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426048#M269854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any time &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad I could help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-internet-through-asa/m-p/2426048#M269854</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-02-18T12:31:09Z</dc:date>
    </item>
  </channel>
</rss>

