|
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0
{
option routers 192.168.1.254;
option
subnet-mask 255.255.255.0;
option broadcast-address
192.168.1.255;
option
domain-name-servers 192.168.1.3;
option
domain-name "www.cao.com"; #DNS名称#
option
domain-name-servers 192.168.1.3;
option
time-offset -18000;
range
dynamic-bootp 192.168.1.128 192.168.1.255;
default-lease-time
21600;
max-lease-time
43200;
host
ns {
hardware
ethernet 52:54:AB:34:5B:09;#运行DHCP的网络接口的MAC地址#
fixed-address 192.168.1.9;
}
}
|