Install net-tools. It is needed for netstat, route, ifconfig etc

sudo apt-get install net-tools

Install dnsutils for commands like nslookup and dig

sudo apt-get install dnsutils

To install traceroute on Ubuntu:

sudo apt-get install inetutils-traceroute