DHCP服务将主机的MAC地址和IP地址绑定在一起的方法是在( )文件中添加“host主机名{hardware Ethernetxx xx.xx.xx.xx.xx fixed-address 192.168.0.9}”配置项;

2023-09-01

A./etc/dhcpd.conf
B./etc/dhcp.conf
C./networks/dhcpd.conf
D./networks/dhcp.conf

参考答案:A

dhcp配置文件的基本知识。这是给指定主机分配固定IP地址的方法。

相关推荐