当前位置: 技术问答>linux和unix
在RedHat7.3下怎么修改网卡Mac地址
来源: 互联网 发布时间:2014-11-28
本文导语: 有人说用如下命令即可,但不知还缺少那个环节,我这里就是不行。 ifconfig eth0 down ifconfig eth0 hw ether 00:00:00:00:00:00 1.2.3.4 ifconfig eth0 up 哪位大侠能告知一二吗?谢谢。 | 先ifconfig看你的...
有人说用如下命令即可,但不知还缺少那个环节,我这里就是不行。
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00 1.2.3.4
ifconfig eth0 up
哪位大侠能告知一二吗?谢谢。
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00 1.2.3.4
ifconfig eth0 up
哪位大侠能告知一二吗?谢谢。
|
先ifconfig看你的网卡是eth? ,再用如下命令:(将eth0换成你的实际)
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:21:E8:74:C9
ifconfig eth0 up
/etc/init.d/network restart
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:21:E8:74:C9
ifconfig eth0 up
/etc/init.d/network restart
|
在/etc/rc.d/init.d/中的network中
加入ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
加入ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
|
ifconfig是可以修改MAC的,一点是你那里搞错了
注:ifconfig修改MAC是临时的,重起机器就不行了
注:ifconfig修改MAC是临时的,重起机器就不行了