亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Linux與win2003下修改mac地址方法

  發(fā)布時間:2008-09-08 17:01:02   作者:佚名   我要評論
一、在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 &nb
一、在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地址方法:    網(wǎng)上鄰居屬性----本地連接屬性----配置----高級---network address----在值中輸入要修改的MAC地址就可以了!

相關(guān)文章

最新評論