DHCP is down - C-Crawford/connor-tj-sys GitHub Wiki
How to configure a new DHCP server:
- Set up linux box
- sudo dnf install dhcp-server -y
- sudo dnf install vim -y
- vi /etc/dhcp/dhcpd.conf
- Add following text (Not exactly, change addresses as necessary):
- ZZ to save and quit
- systemctl start dhcpd
- Configure firewall as follows:
- Go to client, configure IP to "Obtain IP address automatically" and "Obtain DNS server address automatically"
- Wahoo