Find answers to your technical questions and learn how to use our products
Search suggestions:
hostname -f: To obtain the Fully Qualified Domain Name (FQDN).
ifconfig -a | grep inet | grep -v 127.0.0.1: To obtain the IP address and network mask.
netstat -nrv | grep '^0.0.0.0': To obtain the IP address of the default gateway.
cat /etc/resolv.conf: To obtain the Domain Name System (DNS) search list and DNS server IP address.
Previous Topic
Next Topic