# Makefile.conf
#
-# Copyright (c) 1996-1999 Internet Software Consortium.
+# Copyright (c) 1996-2000 Internet Software Consortium.
# Use is subject to license terms which appear in the file named
# ISC-LICENSE that should have accompanied this file when you
# received it. If a file named ISC-LICENSE did not accompany this
#CF = cf/rhapsody.h
#COPTS = -Wall -Wno-unused -Wno-implicit -Wno-comment \
# -Wno-uninitialized -Wno-switch -Werror -pipe $(BINDDEF)
-#SCRIPT=rhapsody
+##SCRIPT=rhapsody
##--rhapsody--
## NetBSD
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 0
- July 7, 1999
+ Version 3, Beta 2, Patchlevel 0
+ January 21, 2000
README FILE
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- zcat dhcp-3.0b1pl0.tar.gz |tar xvf -
+ zcat dhcp-3.0b2pl0.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
CONFIGURING IT
-Now, cd to the dhcp-3.0b1pl0 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl0 subdirectory that you've just
created and configure the source tree by typing:
./configure
implementation, you must have installed the latest version of bind 8.2
(see http://www.isc.org for more information about BIND). The
configuration utility assumes that the BIND 8.2 distribution libraries
-and includes are under the /usr/local/bind directory, so if you have
+and includes are under the /usr/local/bind directory, except on
+FreeBSD, where it assumes they are in /usr/local. If you have
installed them elsewhere, you should set the BINDLIB and BINDINC
variables in site.conf to override the values that will be set by the
configure script from Makefile.conf.
-Assuming that you have BIND 8.2 installed, you can build dynamic DNS
-update support using:
+Assuming that you have BIND 8.2.2-P3 or later installed, you can build
+dynamic DNS update support using:
./configure --with-nsupdate
LINUX: BROADCAST
+On older versions of Linux (versions prior to 2.2), there is a
+potential problem with the broadcast address being sent incorrectly.
In order for dhcpd to work correctly with picky DHCP clients (e.g.,
Windows 95), it must be able to send packets with an IP destination
address of 255.255.255.255. Unfortunately, Linux changes an IP