CertGrid CertGrid
Configuration·LPIC-2

DHCP, and when not to start a service

Objective 210.1 is DHCP configuration. This guide reads how the client currently gets its address, writes a subnet declaration with a range and options, validates it with the syntax checker - and then explains why the service is left stopped on a network that already has a DHCP server.

202: Network Client Management Guide 17 of 29 Intermediate

The client at .80 and the service host at .78. The DHCP package is installed on the server, validated, and removed - it is never started.
Server NameIP AddressOSRolesCPURAMHDD
LPIC2-A01192.168.0.78Ubuntu 26.04 LTSPrimary service host - BIND, Apache, Samba, Postfix. Topic 204 RAID runs on loop devices; this machine has no spare disk2 Core4 GB50 GB
LPIC2-C01192.168.0.80Ubuntu 26.04 LTSClient - resolves, mounts and connects, so every service is proven from a machine that is not running it2 Core4 GB50 GB

This guide includes

Use this for the DHCP objective, and for knowing when not to start something. This matters because a second DHCP server on a shared network breaks it for everyone - so this one is configured, validated and deliberately left stopped.

Before you start

  1. How the client gets its address now

  2. A subnet declaration, and the checker that validates it

  3. Why this one stays stopped

Official sources