标签:
dns-update-style interim;
ignore client-updates;
allow booting;
allow bootp;
class "pxeclients" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 172.16.54.128;
filename "Boot/pxelinux.0";
}
subnet 172.16.54.0 netmask 255.255.255.0 {
option routers 172.16.54.2;
range dynamic-bootp 172.16.54.10 172.16.54.15;
default-lease-time 600;
max-lease-time 7200;
}
标签:
原文地址:http://www.cnblogs.com/linuxbo/p/4280306.html