<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ASA 5510 - Configuration advice - No internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137695#M394313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you that worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2012 10:43:43 GMT</pubDate>
    <dc:creator>unrealone1</dc:creator>
    <dc:date>2012-12-17T10:43:43Z</dc:date>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137688#M394306</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am setting up a ASA 5510 for the first time using the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set 0/0 as the Outside and 0/1 as Inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the Outside with the static WAN address and it has connected to my ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I just cannot get any Internet working on the Inside port. I read somewhere else I need to add static route. Can someone please advise?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137688#M394306</guid>
      <dc:creator>unrealone1</dc:creator>
      <dc:date>2019-03-12T00:35:42Z</dc:date>
    </item>
    <item>
      <title>Re:ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137689#M394307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to place a default route to carry the traffic from inside to outside. Use the gui to place a static route from 0.0.0.0 0.0.0.0 to the ip of your next hop ip of the isp connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 23:39:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137689#M394307</guid>
      <dc:creator>joelgooding</dc:creator>
      <dc:date>2012-12-10T23:39:02Z</dc:date>
    </item>
    <item>
      <title>Re:ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137690#M394308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPs are just made up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added this static route in, but I still cannot ping anything. Under the interface status, both inside and outside report as UP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the outside to pick up address by isp dhcp which it does 87.32.32.160/8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when my ISP gave me the details, they put 87.32.32.160/30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the defaulty gateway address I am using is the next hop ip. 87.32.32.161&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 12:39:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137690#M394308</guid>
      <dc:creator>unrealone1</dc:creator>
      <dc:date>2012-12-14T12:39:17Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137691#M394309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add the ICMP inspection in order to allow ping through, please try the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear config fixup &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure from the ASA itself you can ping out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juan Lombana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 13:22:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137691#M394309</guid>
      <dc:creator>julomban</dc:creator>
      <dc:date>2012-12-14T13:22:35Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137692#M394310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using DHCP for the ASA outside interface IP the DHCP should provide a default route for your ASA and you dont have to configure it yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding this is configured with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"ip address dhcp setroute"&lt;/STRONG&gt; where the "setroute" will enable you to get the default route with DHCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know if this has anything to do with your problem but thought I'd mention it just incase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 14:02:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137692#M394310</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-14T14:02:08Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137693#M394311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the GUI, could you advise of instructions for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can browse to google using one of Google's IP addresses 173.194.66.105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the connection is up and working. DNS is not. google.com doesnt resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a DNS Server, so can I make use of the ISP's dns addresses which I do have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should these be placed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 15:20:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137693#M394311</guid>
      <dc:creator>unrealone1</dc:creator>
      <dc:date>2012-12-14T15:20:42Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137694#M394312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you should use the ISPs DNS servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you configure the DNS staticly on the actual PCs network adapter settings or if your LAN users are using DHCP from the ASA then you need to configure the DNS servers under the ASAs DHCP configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your LAN PCs configured staticly or do they use DHCP? If they use DHCP where is DHCP configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can actual PING/ICMP something behind the ASA (like the mentioned Google) then you dont need to touch your interface configurations as they seem to be working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 15:27:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137694#M394312</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-14T15:27:32Z</dc:date>
    </item>
    <item>
      <title>ASA 5510 - Configuration advice - No internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137695#M394313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you that worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-configuration-advice-no-internet/m-p/2137695#M394313</guid>
      <dc:creator>unrealone1</dc:creator>
      <dc:date>2012-12-17T10:43:43Z</dc:date>
    </item>
  </channel>
</rss>

