Template ......... ISC DHCP Config [iscdhcp]
DHCP Config File . /etc/dhcp3/dhcpd.conf
Restrict to one class . on
Host class ....... Server
Reload command ... /etc/init.d/dhcpd restart
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.10;
option broadcast-address 192.168.1.255;
option nis-servers 192.168.1.1, 192.168.1.2;
range 192.168.1.200 192.168.1.230;
}
##BEGIN director maintained section
# This section will be replaced by the Director
##END director maintained section
The Director will insert host information into the marked section (#BEGIN ... #END).
1.4.5