subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.2 192.168.1.99; option routers 192.168.1.230; next-server 192.168.1.207; option root-path "nfs://192.168.1.207/var/www/html"; if exists user-class and option user-class = "FreeBSD" { option root-path "192.168.1.230:/stranger/diskless_bsd"; } if exists user-class and option user-class = "iPXE" { filename "boot.ipxe"; } elsif option client-architecture = 00:00 { filename "undionly.kpxe"; } else { filename "ipxe.efi"; } }