09-05-2008 12:27 PM - edited 03-11-2019 06:40 AM
I setup an interface on my ASA5520 to be a guest network so visitors of our company would have access to the internet. However, I'm not able to get DHCP working properly. If I hardcode the settings, everything works fine. Can someone look at this config and let me know if I'm missing something? Thanks.
interface GigabitEthernet0/2
nameif guest
security-level 50
ip address 10.1.1.254 255.255.255.0
dns domain-lookup guest
dns server-group DefaultDNS
name-server 68.6.16.25
name-server 68.6.16.30
nat (guest) 10 0.0.0.0 0.0.0.0
dhcpd address 10.1.1.1-10.1.1.10 guest
dhcpd dns 68.6.16.25 68.6.16.30 interface guest
dhcpd update dns both override interface guest
dhcpd enable guest
09-05-2008 01:01 PM
The config for basic dhcp is fine, I have seen scenarios where dhcpd get stuck by disabling and re-enabling it activates ..
try
no dhcpd enable gues, then re-enable it
dhcpd enable guest
if not then
debug dhcpd event
debug dhcpd packet
Rgds
Jorge
09-05-2008 01:11 PM
Thanks!! Disabling and Enabling fixed the issue.
I hate when that's the problem.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide