[wuug-list] [wuug-forum] ezod: Re: local dns server setup
Windsor UNIX Users Group
mavrinac at gmail.com
Wed Jun 20 11:08:44 EDT 2007
Author: ezod
Username: ezod (d38-232-186.home1.cgocable.net)
Subject: Re: local dns server setup
Forum: Software
Link: http://www.wuug.org/read.php?13,24,25#msg-25
Approved: Yes
Your DHCP server needs to send a 'search' entry along with the DNS server information when it configures clients. The result is that your /etc/resolv.conf (or equivalent) looks something like:
search localdomain
nameserver x.x.x.x
nameserver x.x.x.x
This can be achieved by adding something like the following to /etc/dhcpd.conf (or equivalent):
option domain-name "localdomain";
Far as I know, that's all you have to do, other than tell your DNS server what domain it's answering for, which it sounds like you already have.
More information about the wuug-list
mailing list