source : https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/ https://www.computerhope.com/unix/host.htm https://www.computerhope.com/unix/dig.htm -------------------------------------------------------------------------------------------------- arp --> ip neigh(bor) (ip n) afficher le cache arp : ip neigh ajouter une entrée arp : ip neigh add lladdr dev supprimer une entrée arp : ip neigh del dev -------------------------------------------------------------------------------------------------- ifconfig --> ip address (ip a) -------------------------------------------------------------------------------------------------- netstat ==> ss (socket statistics) -------------------------------------------------------------------------------------------------- route ==> ip route (ip r) - ip route (for netstat-r), ip -s link (for netstat -i), ip maddr (for netstat-g) - ajouter une route : ip route add via - supprimer une route : ip route del via - ajouter une route permanente : modifier le fichier interfaces en ajoutant ceci : post-up ip route add via -------------------------------------------------------------------------------------------------- nslookup --> host résolution de nom et résolution inverse : host [-v] # -v mode verbeux afficher les serveurs dns d'un domaine : host interroger un serveur dns précis : host