Skip to content

Instantly share code, notes, and snippets.

sudo pkg install isc-dhcp43-server atftp
sudo sh -c 'cat >/usr/local/etc/dhcpd.conf' <<EOF
default-lease-time 600;
max-lease-time 7200;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;