Project

General

Profile

ISC DHCP » History » Version 5

Ohad Levy, 12/19/2010 05:33 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 3 Ohad Levy
<pre>omapi-port 7911;</pre>
13 4 Ohad Levy
* configure the settings file to point to your dhcpd.conf and dhcpd.leases files (make sure they are readable by the smart-proxy user)
14
* make sure the omshell command (/usr/bin/omshell) can be executed by the smart-proxy user.
15 5 Ohad Levy
16
17
if everything works, you could browse your dhcp server data if you goto http://proxy:4567/dhcp