从网上找到最多的方法是:
ifconfig eth0 down
ifconfig eth0 hw ether 00:34:56:78:90:12
ifconfig eht0 up
其实,这个只能临时改变MAC地址,重起系统后又变回去。
ifconfig存放在sbin里,单独使用可以查看mac地址。
后来找到一法:在 /etc/rc.d/init.d 文件夹下的 network 文件中加入一行:
ifconfig eth0 hw ether 00:34:56:78:90:12
就可以永久地改变MAC地址。