|
用 route 命令查看路由表,响应很慢,要过两分钟才会显示结果。为什么?
系统是debian sarge。以下是显示
-------------------------
localhost:/etc/rcS.d# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.23.0 * 255.255.255.0 U 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 eth0
default 159.11.11.11 0.0.0.0 UG 0 0 0 eth0
----------------------------
解决了,有位兄台回答了。
route -n
偶笨了 |
|