Install net-tools. It is needed for netstat, route, ifconfig etc
sudo apt-get install net-toolsInstall dnsutils for commands like nslookup and dig
sudo apt-get install dnsutilsTo install traceroute on Ubuntu:
sudo apt-get install inetutils-traceroute