日期:2015-06-28 00:00:00 来源: IT猫扑网
很多朋友对路由概念不明确,看不懂路由表,之前看到有篇关于路由表和网关的文章写的很不错,现转载过来。
理解路由表
你可以运行 route print 或 netstat -r 显示本地计算机上的路由表,如下图所示:
C:\Documents and Settings\administrator>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 | 相关文章 相关下载 网友评论 |