What is the command to view ip address configuration settings?
ifconfig
ip addr show
ip a
What is the command to get the default gateway?
route
ip route show
netstat -r
Where are DNS servers listed?
/etc/resolv.conf
What is a simple way to test network connection to a node?
ping
i.e ping google.com
Where are local name resolutions stored?
/etc/hosts
What is the command to resolve a hostname to an ip address?
dig
host
i.e dig google.com