/etc/dhcp3/dhcpd.conf for dhcp3-server that runs on odyssey to allow netbooting together with atftpd and di-netboot-assitant.
ddns-update-style none;
not authoritative;
default-lease-time 604800;
max-lease-time 604800;
option domain-name "quintessenz.net";
option domain-name-servers 192.168.100.1;
next-server 192.168.100.1;
server-name "192.168.100.1";
filename "pxelinux.0";
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.100 192.168.100.200;
option routers 192.168.100.1;
}