Configuration for the DHCP Service
==================================

$Id: README,v 1.1 2002/01/13 13:55:32 cvs Exp $

Miguel Armas <kuko@optyma.net>

This directory contains the DHCP service configuration files and alarms

NOTE: This group only works with DHCPv3!!! If you want to use an older
version, you can't use the DDNS feature...

Introduction
============

This module generates a simple DHCP configuration. It basically creates a
dynamic range for the given network prefix.

The variables you should configure are:
- domainname: DNS domain name for the clients
- netprefix: IP network prefix (3 bytes). Ex. 192.168.1
- router: the default gateway for this network
- dnsservers: list of DNS servers for this network
- nbservers: NetBIOS name server (Could be Samba or a WINS server)

The following options are needed only if you want the DHCP server to
dynamically update the DNS zone for the given domain. 
- ddns: Do we want ddns?
- dhcpkey: a key allowed to send updates to the server (generate with
  dns-keygen). The server must be configured to allow updates signed with
  this key. The PICA group DNS does this automagically ;)

NOTE: the DHCP server and the DDNS server MUST be the same host. If 
you don't like this restriction change the primary 127.0.0.1 entries in 
dhcpd.conf...

