永久修改MAC地址方法:
sudo gedit /etc/network/interfaces
然后在文当中编辑,在对应位置加上
pre-up ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
例如:
iface eth0 inet static
pre-up ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
address 211.69.194.9
netmask 255.255.255.0
gateway 211.69.194.254
保存关闭重启即可。
Arthur1989 于 2008-08-13 13:23:02发表:
强。。我只在WIN下面修,呵呵
yucunlin0811 于 2008-08-11 14:44:22发表:
这样并非永久修改.