ISC DHCP » History » Revision 3
Revision 2 (Ohad Levy, 12/19/2010 05:31 AM) → Revision 3/12 (Ohad Levy, 12/19/2010 05:31 AM)
h1. ISC DHCP ISC implementation is based on the omapi interface, which means: * No need for root permissions on your DHCP server * No need to restart (or "sync") your dhcp server after every modifications. h3. Configuration * dhcpd configuration file: ensure you have the following line in your dhcpd.conf file (somewhere in the top first lines): <pre>omapi-port 7911;</pre> </pre> omapi-port 7911; </pre> * configure the settings file to point to your dhcpd.conf and dhcpd.leases files