# /etc/dhcpd.conf - DHCP daemon configuration file for dhcpd 2.0 deny unknown-clients; #use-host-decl-names on; option domain-name "nikhef.nl"; subnet 192.16.186.224 netmask 255.255.255.224 { option routers 192.16.186.254; option domain-name-servers 192.16.186.225, 192.16.199.1, 192.16.199.4; host tbn01 { hardware ethernet 00:04:76:1B:89:00; fixed-address tbn01.nikhef.nl; option root-path "/ir62"; option option-151 "http://booder"; } host tbn02 { hardware ethernet 00:04:76:1B:88:1B; fixed-address tbn02.nikhef.nl; option root-path "/ir62"; option option-151 "http://booder"; } host tbn03 { hardware ethernet 00:04:76:1B:88:19; fixed-address tbn03.nikhef.nl; # filename "/tftpboot/pxelinux.0"; #hostip C010BAE4 option root-path "/ir62"; option option-151 "http://booder"; } } # end subnet 192.16.186.224