关于添加路由路径
在WINDOWS下用route print命令:
Microsoft Windows [版本 5.2.3790]
(C) 版权所有 1985-2003 Microsoft Corp.
C:\Documents and Settings\Administrator>route print
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 e0 4d 1b 35 ce ...... Realtek RTL8139 Family PCI Fast Ethernet NIC
- AMGuard MPDriver
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.156 20
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.156 192.168.1.156 20
192.168.1.156 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.156 192.168.1.156 20
224.0.0.0 240.0.0.0 192.168.1.156 192.168.1.156 20
255.255.255.255 255.255.255.255 192.168.1.156 192.168.1.156 1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None
为什么默认网关的METRIC会是20呢, 请高手帮下。那个不是跳点吗,这么说的话得20下才能到默认网关
|