|
发表于 2004-7-11 08:21:25
|
显示全部楼层
我都不好意思再问了:我的问题是这样,ping DNS的地址就是这个反应:NG 61.128.128.68 (61.128.128.6 56(84) bytes of data.
From 10.0.0.2 icmp_seq=0 Destination Host Unreachable
From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
From 10.0.0.2 icmp_seq=2 Destination Host Unreachable
From 10.0.0.2 icmp_seq=3 Destination Host Unreachable
From 10.0.0.2 icmp_seq=4 Destination Host Unreachable
From 10.0.0.2 icmp_seq=5 Destination Host Unreachable
From 10.0.0.2 icmp_seq=6 Destination Host Unreachable
From 10.0.0.2 icmp_seq=7 Destination Host Unreachable
From 10.0.0.2 icmp_seq=8 Destination Host Unreachable
From 10.0.0.2 icmp_seq=9 Destination Host Unreachable
From 10.0.0.2 icmp_seq=10 Destination Host Unreachable
From 10.0.0.2 icmp_seq=11 Destination Host Unreachable
--- 61.128.128.68 ping statistics ---
12 packets transmitted, 0 received, +12 errors, 100% packet loss, time 11177ms
, pipe 2
我的MODEM 地址是10.0.0.2
执行ROUTE后是这个结果:
ot@localhost root]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.17.1.1 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.2 0.0.0.0 UG 0 0 0 eth0
[root@localhost root]# vim
然后IFCONFIG看到的是这样:
ot@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:4C:DD:F1:4A
inet addr:10.0.0.6 Bcast:255.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:58 errors:0 dropped:0 overruns:0 frame:0
TX packets:53 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4605 (4.4 Kb) TX bytes:4252 (4.1 Kb)
Interrupt:11 Base address:0xd000
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:650 errors:0 dropped:0 overruns:0 frame:0
TX packets:650 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:63248 (61.7 Kb) TX bytes:63248 (61.7 Kb)
ppp0 Link encapoint-to-Point Protocol
inet addr:222.182.95.215 P-t-P:172.17.1.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1086 (1.0 Kb) TX bytes:702 (702.0 b)
[root@localhost root]#
我试过上面的方法,打ETH0停用了,可是一停了就无法进行拔号了,哈哈,我郁闷死了 |
|