Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dhcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
dhcp
Commits
fb0c25b2
Commit
fb0c25b2
authored
Jan 25, 2000
by
Ted Lemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull up changes from 3.0 branch.
parent
301453ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
Makefile.conf
Makefile.conf
+2
-2
README
README
+10
-7
No files found.
Makefile.conf
View file @
fb0c25b2
# 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
...
...
@@ -190,7 +190,7 @@ MINORVERSION=MinorVersion
#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
...
...
README
View file @
fb0c25b2
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
...
...
@@ -135,14 +135,14 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
zcat dhcp-3.0b
1
pl0.tar.gz |tar xvf -
zcat dhcp-3.0b
2
pl0.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.0b
1
pl0 subdirectory that you've just
Now, cd to the dhcp-3.0b
2
pl0 subdirectory that you've just
created and configure the source tree by typing:
./configure
...
...
@@ -160,13 +160,14 @@ release. This implementation is not built by default. To use this
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
...
...
@@ -264,6 +265,8 @@ Linux 2.2.x kernels.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment