<?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: ASA no internet connection and no dhcp on added vlan in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961852#M917521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam, glad it worked.. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;-Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 13:59:32 GMT</pubDate>
    <dc:creator>JORGE RODRIGUEZ</dc:creator>
    <dc:date>2008-06-30T13:59:32Z</dc:date>
    <item>
      <title>ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961847#M917516</link>
      <description>&lt;P&gt;Hi all - I was hoping to get a few experienced eyes on my config.  I am having problems connecting to the internet from the internal vlans.  Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I am trying to setup dhcp on both  vlan2 (private) and vlan3 (guest) however only the vlan2 (private) serves addresses.  Any idea what I'm missing to get vlan3 (guest) to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other tips or suggestions are greatly appreciated.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:06:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961847#M917516</guid>
      <dc:creator>adjohnson</dc:creator>
      <dc:date>2019-03-11T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961848#M917517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have dhcp on your outside interface change vlan1 with &lt;B&gt;seroute&lt;/B&gt; in order for firewall to be aware of a default route from isp upstream router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.i&lt;/P&gt;&lt;P&gt;asa(config)#interface Vlan1&lt;/P&gt;&lt;P&gt;asa(config-if)#&lt;B&gt;ip address dhcp setroute&lt;/B&gt;&lt;/P&gt;&lt;P&gt;asa#write mem  &amp;lt;-- save config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try intenet access after above changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the dhcpd for guest interface the config seems fine, what do you see in the logs, do you have the system PC connected to the correct port under right vlan3, is the PC directly connected to the port on the asa5505 switch ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also by which method are you providing your inside clients dns information, are you configuring static DNS on the PCs? if you want to also provide DNS through ASA you would need dns information from your ISP provider and configure ASA to provide this info for your inside and guest clients, you need dns for internet access to work in addition to above setroute on vlan1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.i&lt;/P&gt;&lt;P&gt;dhcpd dns &lt;PRIMARY_DNS_IP_ADDRESS&gt; &lt;SECONDARY_DNS_IP_ADDRESS&gt;&lt;/SECONDARY_DNS_IP_ADDRESS&gt;&lt;/PRIMARY_DNS_IP_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;-Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 01:42:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961848#M917517</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-06-30T01:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961849#M917518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssa(config-if)#ip address dhcp setroute worked great and I am now able to get to the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the dhcp on vlan3 (guest), still no luck.  I double checked that I am using the correct ports.  I have tried disabling dhcp on vlan2 (private) but it didn't make a difference.  I also tried giving the pc a static ip to verify it could reach the internet and that was successful.  With a 192.168.2.50 address, I was able to hit several web pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the log files - I'm new at this but the only thing I could get from the logs that seemed to be during the dhcp attempt was the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;%ASA-6-302010: 7 in use, 80 most used&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;%ASA-7-710005: UDP request discarded from 0.0.0.0/68 to guest:255.255.255.255/67&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your final thought about dhcpd dns &lt;PRIMARY_DNS_IP_ADDRESS&gt;, would using the following command get me the external dns server address?&lt;/PRIMARY_DNS_IP_ADDRESS&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;dhcpd auto_config outside  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 04:12:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961849#M917518</guid>
      <dc:creator>adjohnson</dc:creator>
      <dc:date>2008-06-30T04:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961850#M917519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting ..I tested the configuration in my lab worked perfectly. This was done on same model as yours with Sec Plus license however running 8.0(3) code,  plugged in a system in port 5 and received dhcp fine, so I am not sure whether there could be issue with dhcpd in your current code, I looked at bug database  on your code 7.2.3 but did not find any relevant info on dhcpd problems for this particular scenario, Im not sure what could be the problem or if this is a new issue on 7.2.3, this should be stright forward dhcpd enable config for vlan3 interface... any thoughts anyone? &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for dhcpd auto_config outside  that is correct, this statment auto configures dns and other info from upstream.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa70/command/reference/df.html#wp1651461" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa70/command/reference/df.html#wp1651461&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the test this is the script I have used for the successful dhcp assigment on vlan5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan5&lt;/P&gt;&lt;P&gt;nameif testvlan&lt;/P&gt;&lt;P&gt;security-level 50&lt;/P&gt;&lt;P&gt;ip address 200.10.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 200.10.10.2-200.10.10.253 testvlan&lt;/P&gt;&lt;P&gt;dhcpd enable testvlan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;Description LABTOP &lt;/P&gt;&lt;P&gt;switchport access vlan 5&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;no dhcpd enable guest&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then re-enable it  &lt;/P&gt;&lt;P&gt;dhcpd enable guest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;-Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:08:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961850#M917519</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-06-30T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961851#M917520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it!  I had to do this a couple times but it seems to have fixed the problem.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:26:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961851#M917520</guid>
      <dc:creator>adjohnson</dc:creator>
      <dc:date>2008-06-30T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA no internet connection and no dhcp on added vlan</title>
      <link>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961852#M917521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam, glad it worked.. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;-Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:59:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-no-internet-connection-and-no-dhcp-on-added-vlan/m-p/961852#M917521</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-06-30T13:59:32Z</dc:date>
    </item>
  </channel>
</rss>

