那我该怎么做呢???kdxu11 写了:LZ要加油啊!
我用UU也是困难重重啊!
我遇到的也是上网问题,我琢磨了快一年了!
现在问题缩小在DHCP上了!
明天做最终验证!
[讨论][已解决][问题]校园网IP和Mac绑定上网问题 过路的帮忙看下 有图 !!!! 谢谢了!!
-
- 帖子: 111
- 注册时间: 2008-06-11 12:30
-
- 帖子: 10
- 注册时间: 2008-06-06 12:48
-
- 帖子: 74
- 注册时间: 2007-04-18 2:57
修改/etc/network/interface如下:
////////////////////
auto lo
iface lo inet loopback
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
hwaddress ether xx:xx:xx:xx:xx:xx
auto eth0
////////////////////
重启电脑
或 sudo /etc/X11/init.d/networking restart
然后ping 你的gateway ip试试。如果可以的话,网络应该就没有问题了。这是第一步。
接下来,很重要,需要设置你的DNS。
先ping一上你的DNS,如果能用的话,修改/etc/resolv.conf,加入:
////////////////////
nameserver xxx.xxx.xxx.xxx
////////////////////
然后ping www.ubuntu.org.cn试试吧。不行的话再sudo /etc/X11/init.d/networking restart一下
希望你能成功。
////////////////////
auto lo
iface lo inet loopback
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
hwaddress ether xx:xx:xx:xx:xx:xx
auto eth0
////////////////////
重启电脑
或 sudo /etc/X11/init.d/networking restart
然后ping 你的gateway ip试试。如果可以的话,网络应该就没有问题了。这是第一步。
接下来,很重要,需要设置你的DNS。
先ping一上你的DNS,如果能用的话,修改/etc/resolv.conf,加入:
////////////////////
nameserver xxx.xxx.xxx.xxx
////////////////////
然后ping www.ubuntu.org.cn试试吧。不行的话再sudo /etc/X11/init.d/networking restart一下
希望你能成功。
-
- 帖子: 111
- 注册时间: 2008-06-11 12:30
谢谢 回答,我现在能上网了,不过前提是重做了xp系统,然后wubi安装ub 然后 按照我的帖子方法 成功上网 !!证明此方法没有任何问题,但是为什么卸载以后重新安装同样的方法却不能上网了呢??hymiracle 写了:修改/etc/network/interface如下:
////////////////////
auto lo
iface lo inet loopback
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask 255.255.255.0
gateway xxx.xxx.xxx.xxx
hwaddress ether xx:xx:xx:xx:xx:xx
auto eth0
////////////////////
重启电脑
或 sudo /etc/X11/init.d/networking restart
然后ping 你的gateway ip试试。如果可以的话,网络应该就没有问题了。这是第一步。
接下来,很重要,需要设置你的DNS。
先ping一上你的DNS,如果能用的话,修改/etc/resolv.conf,加入:
////////////////////
nameserver xxx.xxx.xxx.xxx
////////////////////
然后ping www.ubuntu.org.cn试试吧。不行的话再sudo /etc/X11/init.d/networking restart一下
希望你能成功。
-
- 帖子: 2
- 注册时间: 2008-06-13 13:41
-
- 帖子: 111
- 注册时间: 2008-06-11 12:30
-
- 帖子: 111
- 注册时间: 2008-06-11 12:30
-
- 帖子: 74
- 注册时间: 2007-04-18 2:57
-
- 帖子: 2
- 注册时间: 2008-06-13 13:41
-
- 帖子: 111
- 注册时间: 2008-06-11 12:30