linux如何查看路由表

linux如何查看路由表


有只小跳蛙
浏览 974回答 1
1回答

慕的地8271018

路由表内容说明:查看路由# route -nKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface192.57.66.200 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth00.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0Destination:目标网络或主机。Gateway:网关地址。Genmask:目标网络的网络掩码。"255.255.255.255"表示一个主机。"0.0.0.0"表示网关。Flags:标记。U、路由被启用。H、目标是一个主机G、使用网关。
打开App,查看更多内容
随时随地看视频慕课网APP