====== net tools vs iproute2 ====== |Description | net-tools | iproute2 | Alias | |Table ARP | arp -na | ip neighbor | | | Afficher les interfaces | ifconfig | ip link | ip l | | Afficher toutes les interfaces | ifconfig -a | ip addr show | ip a | | Monter une interface | ifconfig eth0 up | ip link set eth0 up | | | Afficher la table de routage | netstat -r | ip route | ip r | | Afficher la table de routage | route -n | ip route show | | | Ajouter une route | route add | ip route add | | Supprimer une route | route del | ip route del | | Afficher l'aide | ifconfig --help | ip help | ip h |