某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:11主机获得地址是( )
从配置项option domain-name-servers 172.16.0.2可知dns服务器地址是B。









