Linux系统与win2003系统下修改MAC地址方法
2008-04-29 12:02:29 来源:WEB开发网核心提示: 一、在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 et
一、在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地址就可以了!
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Windows 8.1教你如何清理电脑c盘
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››Win8设置自动调整其他音量大小方法
- ››Windows 8中将开始菜单(metro界面)创建关机及重启...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
更多精彩
赞助商链接