Linux与win2003下修改mac地址方法
生活随笔
收集整理的這篇文章主要介紹了
Linux与win2003下修改mac地址方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、在Linux下修改MAC地址方法如下: 方法1:在文件“/etc/rc.local”中加入
???ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
方法2:在文件“/etc/rc.d/rc.sysinit”加入
?? ifconfig eth0 down
?? ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
?? ifconfig eth0 up
方法3:
?? /sbin/ifconfig eth0 down
?? /sbin/ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
?? /sbin/ifconfig eth0 up
其中,00:D0:59:0D:9B:4C是新的MAC地址。 二、在windows下修改mac地址方法: 網上鄰居屬性----本地連接屬性----配置----高級---network address----在值中輸入要修改的MAC地址就可以了!
???ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
方法2:在文件“/etc/rc.d/rc.sysinit”加入
?? ifconfig eth0 down
?? ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
?? ifconfig eth0 up
方法3:
?? /sbin/ifconfig eth0 down
?? /sbin/ifconfig eth0 hw ether 00:D0:59:0D:9B:4C
?? /sbin/ifconfig eth0 up
其中,00:D0:59:0D:9B:4C是新的MAC地址。 二、在windows下修改mac地址方法: 網上鄰居屬性----本地連接屬性----配置----高級---network address----在值中輸入要修改的MAC地址就可以了!
轉載于:https://blog.51cto.com/jankie/11429
總結
以上是生活随笔為你收集整理的Linux与win2003下修改mac地址方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 包含实时功能的ASP.NET系统结构
- 下一篇: Route Flap Dampening