Project

General

Profile

ISC DHCP » History » Version 6

Dis Connect, 03/10/2011 08:49 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 6 Dis Connect
If everything works, you could browse your dhcp server data if you goto http://proxy:4567/dhcp
18
19
The next step is to set up appropriate Subnets in Foreman from the extras menu.