This is my file dhcpd.conf:
ddns-update-style interim; ignore client-updates;
# Rete casa subnet 192.168.0.0 netmask 255.255.255.0 { # --- default gateway option routers 192.168.0.1; option subnet-mask 255.255.255.0; range dynamic-bootp 192.168.0.128 192.168.0.254; default-lease-time 21600; max-lease-time 43200; }
If I remove DNS from a WinXP machine and say to get automatically in the TCP/IP window (of course IP assigning is o.k.), surfing stops, i.e. no DNS available.Any hint to a brand new user of DHCP???
Read the man page on dhcpd.conf for more detail and to verify syntax, but I think this should do it:
option domain-name-servers 192.168.0.1;
Cheers,
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com