ch07 · operator · 95-130 min
networking and firewall evidence
Separate interface, route, DNS, socket, HTTP, and firewall evidence.
You can walk a network symptom from local host state to application reachability.
shows: The diagnostic ladder for a reachability symptom: address and route, then DNS name resolution, then listening socket, then HTTP response, with firewall audited separately, and each command proving only its own layer.
does not prove: It does not prove the failure is single-layer: more than one layer can be broken at once, and a green check at one step is evidence for that step only, not proof the whole path works.
Lessons in this chapter
-
ch07/l01
Address and route before packets
ip routeCheck local interface and routing state before blaming services. -
ch07/l02
DNS, sockets, and HTTP are separate
curl -IDistinguish name resolution, listening sockets, and application responses. -
ch07/l03
Firewall state without accidental changes
firewall-cmd --list-allAudit zones, services, ports, runtime, and permanent rules before editing.
network diagnostic ladder
Diagnose a sample reachability problem across address, route, DNS, socket, HTTP, and firewall layers.
DeliverableA ladder with one command, observation, and conclusion per layer.
Success criteria
- DNS and HTTP are not conflated.
- Socket state is included.
- Firewall changes are proposed only after audit.
Networking
After you can say which layer failed and which command proved it.