Editing the DHCPD Config File - wAlber47/Tech-Journal GitHub Wiki

  1. From an elevated role, edit the file using the command nano /etc/dhcp/dhcpd.conf
  2. Then edit the file to match this, make sure each block matches the corresponding line:

DHCP Server Configuration file. see /usr/share/doc/dhcp*/dhcpd.conf.example see dhcpd.conf(5) man page

subnet 10.0.5.0 netmask 255.255.255.0 { option routers 10.0.5.2; option subnet-mask 255.255.255.0; option domain-name "william.local"; option domain-name-servers 10.0.5.5; range 10.0.5.100 10.0.5.150;