Being able to locate the IP address, netmask, gateway, DNS nameserver, and domain is critical to understanding Linux networking. In this Learning Activity, you will populate a text file with this information.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Add the IP Address to `Network.txt`
You may use NetworkManager (
nmcli
) to locate the information you need.- Add the Netmask to `Network.txt`
You may use NetworkManager (
nmcli
) to locate the information you need.- Add the Gateway IP to `Network.txt`
You may use NetworkManager (
nmcli
) to locate the information you need.- Add the DNS Domain to `Network.txt`
You may use NetworkManager (
nmcli
) to locate the information you need.