在Linux系统中,修改网卡MAC地址的方法如下
1
2
3
4
5
6
# 关闭网卡
/sbin/ifconfig eth0 down
# 修改网卡MAC地址
/sbin/ifconfig eth0 hw ether 00:0C:29:36:97:20
# 开启网卡
/sbin/ifconfig eth0 up
在Linux系统中,修改网卡MAC地址的方法如下
1
2
3
4
5
6
# 关闭网卡
/sbin/ifconfig eth0 down
# 修改网卡MAC地址
/sbin/ifconfig eth0 hw ether 00:0C:29:36:97:20
# 开启网卡
/sbin/ifconfig eth0 up
发现新版本的内容。