QUOTE:原帖由 platinum 于 2007-11-23 22:12 发表

贴 route -n 的结果
#route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.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 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
复制代码
There will be some problem all of the table record:
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
The right one may seem like this:
192.168.0.12 192.168.0.1 255.255.255.0 c 0 0 0 eth0
??
BUT:
the command [big]ping 192.168.0.12[/big] would execute successful.
Why????
There are some problem at rout table??And I don't know how to set it to the right way.
I can't type chanese because I am work in the japanese system.I saiy sorry for it.And my English is so poorful.but I hope
you can understand me.
Thanks a lot.
QUOTE:原帖由 ssffzz1 于 2007-11-24 09:07 发表

先检查线路。
The are no problem at physical connection line.It is the result to run the command in WINDOWS:
route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 03 0d 32 8a 14 ...... SiS 900-Based PCI Fast Ethernet Adapter - パケット スケジューラ ミニポート
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.12 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.12 192.168.0.12 20
192.168.0.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.12 192.168.0.12 20
224.0.0.0 240.0.0.0 192.168.0.12 192.168.0.12 20
255.255.255.255 255.255.255.255 192.168.0.12 192.168.0.12 1
Default Gateway: 192.168.0.1
===========================================================================
Persistent Routes:
None
复制代码