ddns-updates off; ddns-update-style none; allow bootp; ignore unknown-clients; shared-network foo { subnet 10.0.3.0 netmask 255.255.255.0 { } subnet 195.238.197.160 netmask 255.255.255.240 { } } # This is important; TFTP can fail without it if the # servers has multiple IP addresses. server-identifier 10.0.3.1; host physical { hardware ethernet 00:01:29:24:59:2a; fixed-address 10.0.3.2; option host-name "test-2008-08-19-10-41-10"; next-server 10.0.3.1; option root-path "/bracket/2008.08.19.10.41.10/mnt"; filename "nfs:netbsd"; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "pxeboot_ia32.bin"; } }