发新话题
打印

关于以太网卡mac地址

Linux下如何实现IP与Mac地址的捆绑?
arp -i eth0 -s xxx.xxx.xxx.xxx(IP) xx.xx.xx.xx.xx(MAC)
man arp查看具体参数.

redhat下如何改网卡物理地址?
在/etc/rc.d/init.d/中的network中
加入ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
然后重新启动就会发现你的网卡地址已经是xxxxxxx了      
曾因醉酒杀名马,犹恐多情误美人

TOP

发新话题