# # dhcpd.pxe.minimum.conf # # pxeboot requires: booting and bootp # # # Original Files # --------------- # http://www.Linux-Boot.net/Boot/Network/DHCP # # # 14-Mar-05 amo Date-of-Birth # # option domain-name "magrathea.universe"; # option subnet-mask 255.255.255.0; option domain-name-servers 10.0.2.6; option routers 10.0.2.6; # ddns-update-style ad-hoc; # # default-lease-time 600; max-lease-time 7200; # # # pxeboot requires: booting and bootp # ---------------- # allow booting; allow bootp; # # authoritative; # subnet 10.0.2.0 netmask 255.255.255.0 { } # group { # next-server 10.0.2.6; filename "pxelinux.0"; # host xterm1 { hardware ethernet 00:40:63:CB:B8:1E; fixed-address 10.0.2.200; } # } # group # # End of file