ISC DHCP » History » Version 8
Ohad Levy, 03/31/2011 10:12 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 | 8 | Ohad Levy | If everything works, you could browse your dhcp server data if you goto http://proxy:8443/dhcp |
18 | 6 | Dis Connect | |
19 | 7 | Ohad Levy | The next step is to set up appropriate Subnets in Foreman from the settings menu. |