CertGrid CertGrid
Hands-on Lab·Linux Foundation Certified System Administrator

Addresses, links, and where the configuration lives

Networking is a quarter of the LFCS exam and it starts here: reading the addresses a machine has, then finding the file that will still say so after a reboot. Ubuntu and RHEL disagree completely about that second part, so this guide shows both.

Networking Guide 22 of 38 Beginner

Ubuntu 26.04 with netplan rendering to systemd-networkd; RHEL 10 with NetworkManager and no netplan installed at all. ip is iproute2 and identical on both. ifconfig, route and netstat are deprecated and absent from a minimal install of either - do not learn them for this exam.

Ubuntu leads every step because it is what LFCS is most likely to hand you; RHEL follows so the difference is visible rather than described.
Server NameIP AddressOSRolesCPURAMHDD
LFCS-A01192.168.0.70Ubuntu 26.04 LTSPrimary host - most guides run only here2 Core4 GB50 GB
LFCS-C01192.168.0.72AlmaLinux 10.2The other distribution - dnf, firewalld and NetworkManager2 Core4 GB50 GB

This guide includes

Use this to open the networking quarter of the exam. This matters because reading the current address is not the same as knowing what comes back after a reboot - each family writes that down somewhere different.

Before you start

  1. What this machine has right now

  2. Where Ubuntu writes it down

  3. Which renderer is doing the work

  4. RHEL's side of the same question

  5. Changing an address without risking the host

  6. Taking it down, and proving nothing changed

Official sources