Project

General

Profile

Actions

ISC DHCP » History » Revision 1

Revision 1/12 | Next »
Ohad Levy, 12/19/2010 05:31 AM


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.

Configuration

  • dhcpd configuration file:
    ensure you have the following line in your dhcpd.conf file (somewhere in the top first lines):
    omapi-port 7911;
  • configure the settings file to point to your dhcpd.conf and dhcpd.leases files

Updated by Ohad Levy over 13 years ago · 1 revisions