郁闷,装完了1.2pre4b 竟然无法上网?
IP都正常设置了,网卡也识别,并开机加载了,居然无法PING通网关:
# 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一查看,就显示出这些:
# 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
一个字,烦!
谁给看看?
Re: 郁闷,装完了1.2pre4b 竟然无法上网?
IP都正常设置了,网卡也识别,并开机加载了,居然无法PING通网关:
# 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一查看,就显示出这些:
# 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
一个字,烦!
谁给看看?
注意到你的网关的掩码了吗?这里有问题。 啊?!
看到了,应该是255.255.255.0,但是,怎么改呢?
SETUP里我设置了掩码啊…… 你自己的IP多少?不会不和网关在一个子网里面的吧?
如果掩码是255.255.255.0的话,你的IP应该是172.16.52.xxx 你说的没错,我的IP就是你说的那样
但是为什么网关后面的掩码会是0 0 0 呢?
我SETUP的时候写了掩码啊,IFCONFIG看,我IP的掩码也正确啊。
装这么多系统,都没出现过这样的问题…… 为什么我每次都需要用modprobe ne2k-pci
然后ifconfig eth0 up这样网卡才能用? 为什么我每次都需要用modprobe ne2k-pci
然后ifconfig eth0 up这样网卡才能用?
你在modules.conf
里加一行
alias eth0 ne2k-pci
打开networks服务
重启。 多谢winme,搞定了
:) 啊,谁来帮帮我的问题啊? 你再强调route add default dev ppp0试一下。 是啊!
安装的时候没有要求配置网卡和声卡
结果安装完后既没有声音,也不能上网
超级郁闷呀!
不过速度和界面真是“爽”就一个字
请问怎么安装声卡和网卡驱动? 是啊!
安装的时候没有要求配置网卡和声卡
结果安装完后既没有声音,也不能上网
超级郁闷呀!
不过速度和界面真是“爽”就一个字
请问怎么安装声卡和网卡驱动?
是有的。不过被启动画面隐藏了。启动时按F2,就看到了。 不能上网,好郁闷呀!救救我吧! 真的是太郁闷了
用setup
重新配置网卡
还是不能上网 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:EthernetHWaddr 00:D0:09:E3:B1:52
inet addr:192.168.1.3Bcast:192.168.1.255Mask:255.255.255.0
UP BROADCAST RUNNING MULTICASTMTU:1500Metric: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.1Mask:255.0.0.0
UP LOOPBACK RUNNINGMTU:16436Metric: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)