ddns-update-style ad-hoc; subnet 10.0.0.0 netmask 255.255.255.0 { option routers 10.0.0.1; } allow booting; allow bootp; # Standard configuration directives... option domain-name "plop"; option subnet-mask 255.255.255.0; option broadcast-address 10.0.0.255; option domain-name-servers 10.0.0.1; option routers 10.0.0.1; # Group the PXE bootable hosts together group { # PXE-specific configuration directives... next-server 10.0.0.1; filename "/ploplinux-netboot/pxelinux.0"; # You need an entry like this for every host # unless you're using dynamic addresses host testpc { hardware ethernet 00:0C:6E:A6:1A:E6; fixed-address 10.0.0.250; } }