21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
|
Question 1)
|
||
|
La commande ip addr permet d'afficher les interfaces réseau de notre machine
|
||
|
|
||
|
Question 2)
|
||
|
La commande ip addr show lo permet d'afficher l'interface réseau associée au loopback
|
||
|
|
||
|
Question 3)
|
||
|
La commande ip link show
|
||
|
|
||
|
Question 4)
|
||
|
ip link show eno1
|
||
|
|
||
|
Question 5)
|
||
|
ip neigh
|
||
|
|
||
|
Question 6)
|
||
|
ip neigh -r
|
||
|
|
||
|
Question 7)
|
||
|
ip route
|