5.1 Network Configuration
Networking Concepts
Section titled “Networking Concepts”- IP Address: Identity (e.g.,
192.168.1.10). - Netmask: Size of network (e.g.,
/24or255.255.255.0). - Gateway: The exit to the internet (Router).
- DNS: Phonebook (Domain to IP).
View Configuration
Section titled “View Configuration”Legacy command ifconfig is deprecated. Use ip.
Persistent Configuration
Section titled “Persistent Configuration”Setting a Static IP changes depending on the OS.
Ubuntu (Netplan)
Section titled “Ubuntu (Netplan)”Edit file in /etc/netplan/00-installer-config.yaml (name varies).
Apply with sudo netplan apply.
Rocky Linux (NetworkManager)
Section titled “Rocky Linux (NetworkManager)”Use nmcli (Network Manager Command Line Interface).