DHCP is down - C-Crawford/connor-tj-sys GitHub Wiki

How to configure a new DHCP server:

  1. Set up linux box
  2. sudo dnf install dhcp-server -y
  3. sudo dnf install vim -y
  4. vi /etc/dhcp/dhcpd.conf
  5. Add following text (Not exactly, change addresses as necessary):

image

  1. ZZ to save and quit
  2. systemctl start dhcpd
  3. Configure firewall as follows:

image

  1. Go to client, configure IP to "Obtain IP address automatically" and "Obtain DNS server address automatically"
  2. Wahoo