IT猫扑网文章教程

分类分类

理解Windows中的路由表和默认网关

2015-06-28 00:00作者:网管联盟

  很多朋友对路由概念不明确,看不懂路由表,之前看到有篇关于路由表和网关的文章写的很不错,现转载过来。

  理解路由表

  你可以运行 route print 或 netstat -r 显示本地计算机上的路由表,如下图所示:

  C:Documents and Settingsadministrator>route print

  ===========================================================================

  Interface List

  0x1 ........................... MS TCP Loopback interface

  0x10003 ...00 50 8d 4f 5f c5 ...... Realtek RTL8139/810x Family Fast Ethernet NIC

  ===========================================================================

  ===========================================================================

  Active Routes:

 
Network Destination
Netmask
Gateway
Interface
Metric
1
0.0.0.0
0.0.0.0
192.168.1.1
192.168.1.6
30
2
127.0.0.0
255.0.0.0
127.0.0.1
127.0.0.1
展开全部

相关文章

说两句网友评论
    我要跟贴
    取消