14.3 自动管理IP 地址
参数名称
值
主机类型
操作系统
IP地址
# vim /usr/share/doc/dhcp-4.2.5/dhcpd.conf.examplesubnet 10.5.5.0 netmask 255.255.255.224 {
range 10.5.5.26 10.5.5.30;
option domain-name-servers ns1.internal.example.org;
option domain-name "internal.example.org";
option routers 10.5.5.1;
option broadcast-address 10.5.5.31;
default-lease-time 600;
max-lease-time 7200;
}
最后更新于