QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2661|回复: 57

郁闷,装完了1.2pre4b 竟然无法上网?

[复制链接]
发表于 2003-10-19 09:37:12 | 显示全部楼层 |阅读模式
IP都正常设置了,网卡也识别,并开机加载了,
居然无法PING通网关:
[root@Linux root]# ping 172.16.52.1
PING 172.16.52.1 (172.16.52.1) 56(84) bytes of data.
From 172.16.52.127 icmp_seq=1 Destination Host Unreachable
From 172.16.52.127 icmp_seq=2 Destination Host Unreachable
用route一查看,就显示出这些:
[root@Linux root]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use                      Iface
172.16.52.0     *               255.255.255.0   U     0      0        0                      eth0
169.254.0.0     *               255.255.0.0     U     0      0        0                      eth0
127.0.0.0       *               255.0.0.0       U     0      0        0                      lo

过了很久,才接着显示出我的网关来:
default         172.16.52.1     0.0.0.0         UG    0      0        0 eth0

一个字,烦!
谁给看看?
发表于 2003-10-19 11:15:57 | 显示全部楼层

Re: 郁闷,装完了1.2pre4b 竟然无法上网?

[quote:0eb0065387="winme"]IP都正常设置了,网卡也识别,并开机加载了,
居然无法PING通网关:
[root@Linux root]# ping 172.16.52.1
PING 172.16.52.1 (172.16.52.1) 56(84) bytes of data.
From 172.16.52.127 icmp_seq=1 Destination Host Unreachable
From 172.16.52.127 icmp_seq=2 Destination Host Unreachable
用route一查看,就显示出这些:
[root@Linux root]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use                      Iface
172.16.52.0     *               255.255.255.0   U     0      0        0                      eth0
169.254.0.0     *               255.255.0.0     U     0      0        0                      eth0
127.0.0.0       *               255.0.0.0       U     0      0        0                      lo

过了很久,才接着显示出我的网关来:
default         172.16.52.1     0.0.0.0         UG    0      0        0 eth0

一个字,烦!
谁给看看?[/quote]
注意到你的网关的掩码了吗?这里有问题。
回复

使用道具 举报

 楼主| 发表于 2003-10-19 11:24:18 | 显示全部楼层
啊?!
看到了,应该是255.255.255.0,但是,怎么改呢?
SETUP里我设置了掩码啊……
回复

使用道具 举报

发表于 2003-10-19 11:37:37 | 显示全部楼层
你自己的IP多少?不会不和网关在一个子网里面的吧?
如果掩码是255.255.255.0的话,你的IP应该是172.16.52.xxx
回复

使用道具 举报

 楼主| 发表于 2003-10-19 11:43:03 | 显示全部楼层
你说的没错,我的IP就是你说的那样
但是为什么网关后面的掩码会是0 0 0 呢?
我SETUP的时候写了掩码啊,IFCONFIG看,我IP的掩码也正确啊。

装这么多系统,都没出现过这样的问题……
回复

使用道具 举报

发表于 2003-10-19 12:15:05 | 显示全部楼层
为什么我每次都需要用modprobe ne2k-pci
然后ifconfig eth0 up这样网卡才能用?
回复

使用道具 举报

 楼主| 发表于 2003-10-19 12:24:00 | 显示全部楼层
[quote:f815eaec7f="board"]为什么我每次都需要用modprobe ne2k-pci
然后ifconfig eth0 up这样网卡才能用?[/quote]

你在modules.conf
里加一行
alias eth0 ne2k-pci
打开networks服务
重启。
回复

使用道具 举报

发表于 2003-10-19 12:33:24 | 显示全部楼层
多谢winme,搞定了
回复

使用道具 举报

 楼主| 发表于 2003-10-19 14:02:32 | 显示全部楼层
啊,谁来帮帮我的问题啊?
回复

使用道具 举报

发表于 2003-10-19 20:44:03 | 显示全部楼层
你再强调route add default dev ppp0试一下。
回复

使用道具 举报

发表于 2003-10-19 21:04:22 | 显示全部楼层
是啊!
安装的时候没有要求配置网卡和声卡
结果安装完后既没有声音,也不能上网
超级郁闷呀!
不过速度和界面真是“爽”就一个字

请问怎么安装声卡和网卡驱动?
回复

使用道具 举报

发表于 2003-10-19 21:37:43 | 显示全部楼层
[quote:f706ce3d42="yoti"]是啊!
安装的时候没有要求配置网卡和声卡
结果安装完后既没有声音,也不能上网
超级郁闷呀!
不过速度和界面真是“爽”就一个字

请问怎么安装声卡和网卡驱动?[/quote]

是有的。不过被启动画面隐藏了。启动时按F2,就看到了。
回复

使用道具 举报

发表于 2003-10-19 21:57:18 | 显示全部楼层
不能上网,好郁闷呀!救救我吧!
回复

使用道具 举报

发表于 2003-10-19 22:53:01 | 显示全部楼层
真的是太郁闷了
用setup
重新配置网卡
还是不能上网
回复

使用道具 举报

发表于 2003-10-20 11:27:50 | 显示全部楼层
route显示:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
169.254.0.0     *               255.255.0.0     U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo

ifconfig显示:
eth0      Link encap:Ethernet  HWaddr 00:D0:09:E3:B1:52  
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:22 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:10 Base address:0xd400

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2916 (2.8 Kb)  TX bytes:2916 (2.8 Kb)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-30 23:08 , Processed in 0.086156 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表