某Linux DHCP服务器dhcpd.conf的配置文件如下: ddns-up

免费题库2022-08-02  17

问题 某Linux DHCP服务器dhcpd.conf的配置文件如下: ddns-update-style none;subnet 172.16.0.0 netmask 255.255.255.0 {  range 172.16.0.3 172.16.0.50;  ignore client-updates;  default-lease-time 3600;  max-lease-time 7200;  option routers 172.16.0.1;  option domain-name “test.org”;  option domain-name-servers 172.16.0.2;}host test1 {hardware ethernet 00:01:5F:96:26:13; fixed-address 172.16.0.3;} 客户端dns服务器地址是  ( ) ,Mac地址为00:01:5F:96:26:13的主机获得的地址是(请作答此空)A.172.16.0.1B.172.16.0.2C.172.16.0.3D.172.16.0.4

选项 A.172.16.0.1
B.172.16.0.2
C.172.16.0.3
D.172.16.0.4

答案 C

解析 从host test1 {hardware ethernet 00:01:5F:96:26:13; fixed-address 172.16.0.3;}可知,这个172.16.0.3的地址一定分配给了00:01:5F:96:26:13
转载请注明原文地址:https://tihaiku.com/congyezige/2404475.html

最新回复(0)