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