分页: 1 / 4

求助!网络无法连接!

发表于 : 2005-09-07 21:21
bbq_cn
刚装的系统,IP已经设置,可以访问局域网,但是无法上网,用PPPOECONF可以探测到1个网卡,却是NOT CONNECTED!怎么办啊,大家帮帮忙啊!

发表于 : 2005-09-07 21:25
yongyi
多数是DNS没设置吧。
直接修改/etc/network/interfaces 吧,可参考这里:
viewtopic.php?t=264&postdays=0&postorder=asc&start=30

发表于 : 2005-09-07 21:37
bbq_cn
多谢
不过不是在网络设置里可以添加吗,我已经做了啊!
对了,我的是校园网

发表于 : 2005-09-07 21:41
yongyi
能搞定就行。

发表于 : 2005-09-07 21:45
bbq_cn
没有解决啊,我是说我已经设置了,但是连不上不啊,有没有其他需要设置的啊

发表于 : 2005-09-07 21:51
yongyi
这问题是,我不知道你要怎么设置才能上得了网的啊。

发表于 : 2005-09-07 21:57
bbq_cn
我是校园网,就是要设置网关和dns ip就可以了,有没有办法?

发表于 : 2005-09-07 22:10
yongyi
在系统菜单的“联网”中设置。
直接修改/etc/network/interfaces

发表于 : 2005-09-07 22:17
bbq_cn
按照http://forum.ubuntu.org.cn/viewtopic.php?t=264&postdays=0&postorder=asc&start=30上的吗,
我试试把,谢谢你的耐心解答

发表于 : 2005-09-07 22:24
yongyi
再不行的话,请帖出你的 /etc/network/interfaces

发表于 : 2005-09-07 23:24
yongyi
啊?!会不会网卡都没认出?或没配置?

发表于 : 2005-09-08 9:51
bbq_cn
安装时网卡没有认出,但是现在显示有ETH0啊,网卡应该怎么配置啊,

代码: 全选

# This file describes the network interfaces available on your system 
# and how to activate them. For more information, see interfaces(5). 

# The loopback network interface 
auto lo 
iface lo inet loopback 

# This is a list of hotpluggable network interfaces. 
# They will be activated automatically by the hotplug subsystem. 
mapping hotplug 
   script grep 
   map eth0 

# The primary network interface 
iface eth0 inet static 
   address 211.87.219.26 
   netmask 255.255.255.128 
   network 211.87.219.0 
   broadcast 211.87.219.255 
   gateway 211.87.216.254
   # dns-* options are implemented by the resolvconf package, if installed 
   dns-nameservers 202.194.15.12 202.194.15.13 

救命啊,还是不能上网,老是在俩个系统间换好烦啊

发表于 : 2005-09-08 10:13
eexpress
系统-系统设置-联网:dns
可以先ifconfig看一下eth0正常不,就是起码有点数据在跑。
eth0 。。。。。。
TX packets:24968 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:39073133 (37.2 MiB) TX bytes:4397238 (4.1 MiB)
Interrupt:11 Base address:0xe800
RX TX有点数据

发表于 : 2005-09-08 10:24
bbq_cn
DNS设置了啊,数据只有收到的

发表于 : 2005-09-08 11:01
eexpress
collisions:0 txqueuelen:1000
RX bytes:39073133 (37.2 MiB) TX bytes:4397238 (4.1 MiB)
中TX没有??collisions有吗??学校开了防火墙??