authoritative; max-lease-time 172800; default-lease-time 86400; ddns-update-style ad-hoc; option domain-name-servers 192.168.0.1, 192.168.0.2; option tftp-server-name "192.168.0.12"; subnet 192.168.0.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option routers 192.168.0.1; option domain-name-servers 192.168.0.1, 192.168.0.2; range 192.168.0.200 192.168.0.0.254; } host host0 { hardware ethernet 00:11:22:33:44:55; fixed-address 192.168.0.40; } group { allow bootp; next-server 192.168.0.12; use-host-decl-names on; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/dc/pxelinux.0"; } # Hosts that will be able to access the pxe boot image host dc0 { hardware ethernet 00:22:33:44:55:66; fixed-address 192.168.0.50; } host dc1 { hardware ethernet 00:33:44:55:66:77; fixed-address 192.168.0.51; } host dc2 { hardware ethernet 00:44:55:66:77:88; fixed-address 192.168.0.52; } }