DHCP Administration
DHCP provides IP addresses to most of our client machines. Keep in mind that this only applies to internal machines, not machines connected via wifi.
Configuration
The main configuration file is /usr/local/etc/dhcpd.conf. General network settings that are passed to the machines are kept here.
Leases
To view the current leases you can check out /var/db/dhcpd/dhcpd.leases
Process Control
You can start, stop, restart with the /usr/local/etc/rc.d/isc-dhcpd.sh init script.
CategoryITMisc