我正在学习 LPIC-1 考试的“route”命令。我无法根据以下示例弄清楚路由的工作原理:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 303 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 207 0 0 veth609b6e7
169.254.0.0 0.0.0.0 255.255.0.0 U 209 0 0 veth68250aa
169.254.0.0 0.0.0.0 255.255.0.0 U 211 0 0 veth97da831
169.254.0.0 0.0.0.0 255.255.0.0 U 213 0 0 vethaef1d51
[...]
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
172.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-acc7c3b7b431
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
假设用户输入:
ping 169.254.1.1
ICMP 数据包被路由到哪个目标 / 网关 / Iface?
答案1
它会出去veth609b6e7
,因为该路由到 169.254.0.0/16 子网的度量最低。