发布网友
共2个回答
热心网友
即时修改操作方法是:用#ifconfig eth0 down 先把网卡禁用,否则会报告系统忙,无法更改;然后再用ifconfig eth0 hw ether 新MAC地址即可。如果你想永久修改系统中的MAC地址:在/etc/rc.d/rc.local中加入以下三行(也可在/etc/init.d/network中添加以下三行) ifconfig eth0 down ifconfig eth0 hw ether 0004a2d2e212ifconfig eth0 up 查看一下了解linux请关注《linux就该这么学》这本书。
热心网友
ifconfig