当前位置: 技术问答>linux和unix
怎样修改linux下网卡的MAC地址?
来源: 互联网 发布时间:2015-02-06
本文导语: 怎样修改linux下网卡的MAC地址,而restart后,mac地址不会又变回来? By the way,怎样改linux下的gateway和DNS服务器的配置? | 修改MAC 地址: ifconfig eth0 down ifconfig eth0 hw ether NEW-MAC-ADDRESS ifcon...
怎样修改linux下网卡的MAC地址,而restart后,mac地址不会又变回来?
By the way,怎样改linux下的gateway和DNS服务器的配置?
By the way,怎样改linux下的gateway和DNS服务器的配置?
|
修改MAC 地址:
ifconfig eth0 down
ifconfig eth0 hw ether NEW-MAC-ADDRESS
ifconfig eth0 up
你可以把以上几行加入启动脚本中.
修改linux的gateway和dns
netconfig
ifconfig eth0 down
ifconfig eth0 hw ether NEW-MAC-ADDRESS
ifconfig eth0 up
你可以把以上几行加入启动脚本中.
修改linux的gateway和dns
netconfig
|
如果你装的是Red Hat Linux ,你可以实用root登录,然后红帽菜单------系统设置------网络----选中你要修改的网卡--------点击编辑--------硬件设备----关联到MAC号--------
这样就可以修改了
这样就可以修改了