Chinaunix首页 | 论坛 | 博客

  • 博客访问: 913638
  • 博文数量: 226
  • 博客积分: 10077
  • 博客等级: 上将
  • 技术积分: 2708
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-25 14:36
文章分类

全部博文(226)

文章存档

2010年(15)

2009年(82)

2008年(129)

我的朋友

分类: LINUX

2008-06-13 14:28:37

    一、在Linux下修改MAC地址方法如下:

    方法1:在文件“/etc/rc.local”中加入

    ifconfig eth0 hw ether 00:11:22:33:44:55

    方法2:在文件“/etc/rc.d/rc.sysinit”加入

    ifconfig eth0 down

    ifconfig eth0 hw ether 00:11:22:33:44:55

    ifconfig eth0 up

    方法3:

    /sbin/ifconfig eth0 down

    /sbin/ifconfig eth0 hw ether 00:11:22:33:44:55

    /sbin/ifconfig eth0 up

    其中,00:11:22:33:44:55是新的MAC地址。

阅读(742) | 评论(0) | 转发(0) |
0

上一篇:分手经典对白(转)

下一篇:Vsftp安装配置

给主人留下些什么吧!~~