在Windows或者Ubuntu中显示路由表
时间:2020-01-09 10:44:46 来源:igfitidea点击:
在命令提示符或者终端窗口中,运行以下命令:
netstat -rn
我们应该看到类似于以下内容的输出:
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0