DHCP configuration file
时间:2007-04-25 来源:lalf
dhcpd.conf
allow bootp;
allow booting;
ddns-update-style none; default-lease-time 43200;
max-lease-time 43200; subnet 192.3.0.0 netmask 255.255.0.0 { # --- default gateway
option routers 192.3.149.5;
option domain-name-servers 192.3.149.5; range 192.3.149.10 192.3.149.250;
range 192.3.150.1 192.3.150.250; class "pxeclients" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 192.3.149.5;
filename "linux-install/pxelinux.0";
} }
allow bootp;
allow booting;
ddns-update-style none; default-lease-time 43200;
max-lease-time 43200; subnet 192.3.0.0 netmask 255.255.0.0 { # --- default gateway
option routers 192.3.149.5;
option domain-name-servers 192.3.149.5; range 192.3.149.10 192.3.149.250;
range 192.3.150.1 192.3.150.250; class "pxeclients" {
match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 192.3.149.5;
filename "linux-install/pxelinux.0";
} }
相关阅读 更多 +