分页: 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