2 /etc/dhcp3/dhcpd.conf for dhcp3-server that runs on odyssey to allow netbooting together with atftpd and di-netboot-assitant.
6 ddns-update-style none;
9 default-lease-time 604800;
10 max-lease-time 604800;
12 option domain-name "quintessenz.net";
13 option domain-name-servers 192.168.100.1;
15 next-server 192.168.100.1;
16 server-name "192.168.100.1";
17 filename "pxelinux.0";
19 subnet 192.168.100.0 netmask 255.255.255.0 {
20 range 192.168.100.100 192.168.100.200;
21 option routers 192.168.100.1;