首页 > 代码库 > linux下ip和mac绑定

linux下ip和mac绑定

centos 5.4下默认ip和mac配置文件是/etc/ethers

vim /etc/ethers

ip mac

例如

192.168.1.100 1C:1C:1C:1C:1C:1C


arp -f 使配置生效,后期生效,需添加开机启动项

本文出自 “红色石头” 博客,请务必保留此出处http://heishi317.blog.51cto.com/4301036/1572185

linux下ip和mac绑定