|
|
在WIN2003中,我用netstat -r查看路由表,表如下,一直没弄明白两个问题:
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.252 2
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.5 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.252 192.168.1.252 2
192.168.1.252 255.255.255.255 127.0.0.1 127.0.0.1 2
192.168.1.255 255.255.255.255 192.168.1.252 192.168.1.252 2
192.168.2.0 255.255.255.0 192.168.2.5 192.168.2.5 20
192.168.2.5 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.2.255 255.255.255.255 192.168.2.5 192.168.2.5 20
224.0.0.0 240.0.0.0 192.168.1.252 192.168.1.252 2
224.0.0.0 240.0.0.0 192.168.2.5 192.168.2.5 20
255.255.255.255 255.255.255.255 192.168.1.252 192.168.1.252 1
255.255.255.255 255.255.255.255 192.168.2.5 192.168.2.5 1
Default Gateway: 192.168.2.1
===========================================================================
Persistent Routes:
None
?1、两条默认路由,一个Metric为2,一个为1,这样是不是就解决了当192.168.2.1的线路故障的时候,192.168.1.1就作为了备用线路了呢?
?2、Persistent Routes:为何为NONE呢,哪要怎样才能让其变为有呢 |
|