W CentOS 7 może zdarzyć się sytuacja w której nie będzie zainstalowanych narzędzi sieciowych tj. ifconfig, arp, netstat, rarp czy route:
-bash: ifconfig: command not found
-bash: arp: command not found
-bash: netstat: command not found
-bash: rarp: command not found
-bash: route: command not found
Instalujemy paczkę net-tools:
yum install net-tools