linux下修改MAC地址方法

在/etc/rc.d/rc.local里加上这三句(也可以在/etc/init.d/network里加下面三行)
 
  ifconfig eth0 down
 
  ifconfig eth0 hw ether 1234567890ab
 
  ifconfig eht0 up
 
posted @ 2016-03-09 15:17  大块头  阅读(607)  评论(0编辑  收藏  举报