Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.org.cn/
[问题]绑定了MAC地址,还是不能上网
http://forum.ubuntu.org.cn/viewtopic.php?t=91911
分页:
1
/
1
[问题]绑定了MAC地址,还是不能上网
发表于 :
2007-11-27 23:59
由
jimmyqwy
学校校园网需要绑定MAC才能上网,
但是绑定了MAC还是不能上网,网关ping不通。
Windows下可以上网。
高手帮忙啊!不胜感激!
发表于 :
2007-12-02 11:03
由
moto126
修改 /etc/network/interfaces 文件,这样一劳永逸
代码:
iface eth0 inet dhcp
pre-up ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
把这一段加进去就行了然后
代码:
sudo /etc/init.d/networking restart