On Thu, 2001-12-13 at 10:51, Glenn Meyer wrote:
> How can I set up my dhcpd.conf file to....
> 1.) Pass more than one DNS server IP to the clients - and -
comma separate dns:
option domain-name-servers x.x.x.x, x.x.x.x;
> 2.) Pass the WINS server IP (in this case my Samba server running
WINS) to
> the windows clients?
Add:
option netbios-name-servers x.x.x.x;
Matt
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:13:28 EDT