Skip to Content

请教永久修改网卡MAC的问题

我因为学校网络原因,需要更改本机网卡MAC才能上网

在ubuntu下我通过修改/etc/network/interfaces
auto eth0
iface eth0 inet static
pre-up ifconfig eth0 hw ether 00:00:00:00:00:00
address 00.00.00.00
netmask 255.255.255.0
gateway 00.00.00.00
修改一次即可。

在puppylinux下我只知道
# ifconfig eth0 down hw ether 00:00:00:00:00:00
# ifconfig eth0 up
只能在当此开机使用,重启就变回原来的了。
我找不到修改/etc/network/interfaces的途径,请教可以一次性修改puppy系统中MAC的方法。
谢谢!
#3006
labrador 的头像
可以把那两句放在/etc/rc.d/rc.local
#3007
哦,试试,谢谢!
#3008
mousepad /etc/rc.d/rc.local

ifconfig eth0 down hw ether 00:00:00:00:00:00
ifconfig eth0 up

重启搞定!哈哈谢谢版主

发表新评论

  • 你可以在文本中使用BBCode标记语言。 URL会自动被转为链接。

更多关於格式化选项的信息

CAPTCHA
请验证您是否是机器人。
Image CAPTCHA
Enter the characters shown in the image.