# dhcpd.conf # # Configuration file for ISC dhcpd (see 'man dhcpd.conf') # ddns-update-style none; subnet 192.168.200.0 netmask 255.255.255.0 { range 192.168.200.2 192.168.200.2; ## # If 192.168.200.1 is also an internet gateway and you # want your PXE booted device to be able to route to it on # boot, uncomment these lines. ## # option routers 192.168.200.1; # option domain-name "metrix.net"; # option domain-name-servers 192.168.200.1; allow booting; allow bootp; next-server 192.168.200.1; filename "/tftpboot/pxelinux.0"; max-lease-time 60; default-lease-time 60; }