由 icho 于 星期六, 01/17/2009 - 00:07 发表
我因为学校网络原因,需要更改本机网卡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的方法。
谢谢!
在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的方法。
谢谢!
- 17686 次点击
/etc/rc.d/rc.local
。ifconfig eth0 down hw ether 00:00:00:00:00:00
ifconfig eth0 up
重启搞定!哈哈谢谢版主
发表新评论