[SLUG] dhcpd.conf

From: Glenn Meyer (me@glennmeyer.com)
Date: Thu Dec 13 2001 - 10:51:54 EST


How can I set up my dhcpd.conf file to....
1.) Pass more than one DNS server IP to the clients - and -
2.) Pass the WINS server IP (in this case my Samba server running WINS) to
the windows clients?

I don't see either of these in the man pages.

I am using RedHat 7.1 with DHCP server 2.0p15

Here is my current dhcpd.conf file....
option routers 192.168.0.1; # local gateway
option subnet-mask 255.255.255.0; # local subnet mask
option domain-name "meyer.yi.org"; # domain name given to clients
option domain-name-servers 65.32.2.130;
default-lease-time 43200; # seconds till expire
max-lease-time 86400; # maximum lease time
subnet 192.168.0.0 netmask 255.255.255.0
{
range 192.168.0.3 192.168.0.20;
}

Thanks for your help!! Glenn.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:12:56 EDT