为指定MAC地址分配固定IP地址.note

noteId: 9D4EC24E5E0A408BB9A7BD46153C2E9E · 原始路径:/ALL/Linux - A模块/服务配置/DHCP、DHCPv6、SLAAC/isc-dhcp-server(1)(11-02-16)/为指定MAC地址分配固定IP地址.note · 图片:2 · 附件待处理:0

 
vim /etc/dhcp/dhcpd.conf
systemctl restart isc-dhcp-server
 
 
ifconfig ens33 down 
ifconfig ens33 hw ether 12:34:56:78:AB:CD
Ifconfig ens33 up
systemclt restart networking