- 论坛徽章:
- 0
|
今天装了 redhat 9.0
,也配置了pppoe ,能拨号 ,但是不能上网?
ifconfig -a 输出如下
eth0 Link encap:Ethernet HWaddr 00 0:68:00:C5:BD
inet addr:10.0.0.1 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:445 errors:0 dropped:0 overruns:0 frame:0
TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:30366 (29.6 Kb) TX bytes:23734 (23.1 Kb)
Interrupt:11 Base address:0xf000
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:15269 errors:0 dropped:0 overruns:0 frame:0
TX packets:15269 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1043507 (1019.0 Kb) TX bytes:1043507 (1019.0 Kb)
netstat -nr 输出如下,以下用 xx.xx.xx.xx 取代61打头的实际拨号服务IP
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
xx.xx.xx.xx 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.0.0.138 0.0.0.0 UG 0 0 0 eth0
我ping 这个拨号的地址是通的.而且在KDE中的网络中发现XDSL的属性也是活动
,其中DNS也得到了!
请高手指点,是不是要加路由! 用 route add ......?? |
|