On Sun, 2006-03-26 at 10:43 -0800, Noah wrote: > Hi there, > > Okay I have an FC4 machine running dhcpd now. I have a dhcp.conf that defines > a range for my internal network. The "supersede domain-name" command is on the > client side (found in dhclient.conf) to place domains in the search attribute > and super of /etc/resolv.conf . I am wondering if there is a similar command > that I can place on the server side so it can place some domains in the search > path when respending to dhcp client requests. > > sample command: > supersede domain-name "home.enabled.com enabled.com"; ---- do you mind reading man pages? man dhcpd.conf I think all you need is 'option domain-name ...' you should also find the info you need on ddns-update usagein the man pages too. Craig