ip addr ip route ip link ping netstat traceroute What is a network namespace? What is it used for? How to check if a certain port is being used? One of the following would work: netstat -tnlp | grep <port_number> lsof -i -n -P | grep <port_number> How can you turn your ...