Je suis en train d'apprendre la commande "route" pour l'examen LPIC-1. Je n'arrive pas à comprendre le fonctionnement du routage à partir de l'exemple suivant :
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
Supposons qu'un utilisateur tape :
ping 169.254.1.1
Vers quelle Destination/Gateway/Iface le paquet ICMP est-il acheminé ?