linux在什么地方查看路由表
发布时间:2023-09-14 13:02:58 所属栏目:Linux 来源:
导读:路由表内容说明:查看路由# 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
路由表内容说明: 查看路由 # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.57.66.200 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0 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 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 Destination:目标网络或主机。 Gateway:网关地址。 Genmask:目标网络的网络掩码。"255.255.255.255"表示一个主机。"0.0.0.0"表示网关。 Flags:标记。 U、路由被启用。 H、目标是一个主机 G、使用网关。 (编辑:银川站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐