|
|

楼主 |
发表于 2006-12-14 11:00:01
|
显示全部楼层
测试了以下
DongQ_Lap # lsmod | grep e1000
e1000 98752 0
DongQ_Lap # ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:41:A9:60:69
inet addr:192.168.1.99 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3435 errors:0 dropped:0 overruns:0 frame:0
TX packets:1569 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:808111 (789.1 Kb) TX bytes:111244 (108.6 Kb)
Base address:0x3000 Memory:ee000000-ee020000
lo Link encap ocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:737 errors:0 dropped:0 overruns:0 frame:0
TX packets:737 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1393379 (1.3 Mb) TX bytes:1393379 (1.3 Mb)
DongQ_Lap # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.68 255.255.255.255 UGH 0 0 0 eth0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
DongQ_Lap # cat /etc/resolv.conf
nameserver 202.216.228.18
nameserver 202.12.27.33
nameserver 202.106.0.20
DongQ_Lap # ping 192.168.1.68
PING 192.168.1.68 (192.168.1.68) 56(84) bytes of data.
64 bytes from 192.168.1.68: icmp_seq=1 ttl=128 time=1.44 ms
64 bytes from 192.168.1.68: icmp_seq=2 ttl=128 time=0.480 ms
64 bytes from 192.168.1.68: icmp_seq=3 ttl=128 time=0.400 ms
--- 192.168.1.68 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.400/0.774/1.443/0.474 ms
DongQ_Lap # ping 202.12.27.33
connect: Network is unreachable
DongQ_Lap # ping www.csdn.net
ping: unknown host www.csdn.net
DongQ_Lap # tracepath www.csdn.net
gethostbyname: Host name lookup failure
DongQ_Lap # tracepath 202.12.27.33
1: send failed
Resume: pmtu 65535
DongQ_Lap # tracepath 192.168.1.68
1: dongq.laptop (192.168.1.99) 0.128ms pmtu 1500
1: no reply
2: no reply
DongQ_Lap # tracepath 219.155.46.131
1: send failed
Resume: pmtu 65535
DongQ_Lap dongq # |
|