allow booting;
allow bootp;
class "pxeclients" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server <server-ip>
;
filename "linux-install/pxelinux.0"; }
<server-ip>
should be replaced with the IP address of the tftp
server.