MAC地址是网卡的物理地址,在Windows系统下,我们可以通过修改注册表的方法,骗过系统,修改MAC地址。其实在Linux下也可更改MAC地址:
1.关闭网卡设备
/sbin/ifconfig eth0 down
2.修改MAC地址
/sbin/ifconfig eth0 hw ether MAC地址
3.重启网卡
/sbin/ifconfig eth0 up
[@more@]MAC地址是网卡的物理地址,在Windows系统下,我们可以通过修改注册表的方法,骗过系统,修改MAC地址。其实在Linux下也可更改MAC地址:
1.关闭网卡设备
/sbin/ifconfig eth0 down
2.修改MAC地址
/sbin/ifconfig eth0 hw ether MAC地址
3.重启网卡
/sbin/ifconfig eth0 up
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/1724534/viewspace-884812/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/1724534/viewspace-884812/