mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
Update documentation
This commit is contained in:
parent
a40f0e9058
commit
f76ebbfdcf
28
README
28
README
@ -1,7 +1,7 @@
|
||||
Internet Software Consortium
|
||||
Dynamic Host Configuration Protocol Server
|
||||
Beta Release 0
|
||||
March 6, 1996
|
||||
Beta Release 1
|
||||
March 16, 1996
|
||||
|
||||
This is the first Beta release of the Internet Software Consortium
|
||||
DHCP Server (ISC dhcpd). In this Beta release, support for the core
|
||||
@ -22,11 +22,11 @@ is by no means self-explanatory at this point - it will get better as
|
||||
dhcpd matures. If you are building on BSD/os or NetBSD, just type
|
||||
make - it should build with no problem.
|
||||
|
||||
Last week (February 26-28), I brought ISC dhcpd to Connectathon and
|
||||
worked out many bugs. ISC dhcpd was able to boot all of the DHCP
|
||||
clients at Connectathon by the time I left. Many thanks to Audrey Van
|
||||
Belleghem for getting me in to Connectathon even though we weren't
|
||||
able to budget for it, to Mike Carney for running the DHCP testing in
|
||||
In February, I brought ISC dhcpd to Connectathon and worked out
|
||||
many bugs. ISC dhcpd was able to boot all of the DHCP clients at
|
||||
Connectathon by the time I left. Many thanks to Audrey Van Belleghem
|
||||
for getting me in to Connectathon even though we weren't able to
|
||||
budget for it, to Mike Carney for running the DHCP testing in
|
||||
general and helping me out in particular, and to all the other DHCP
|
||||
Bakeoff participants at Connectathon who tried their clients against
|
||||
dhcpd and told me where it was busted, or, later on, that it wasn't
|
||||
@ -52,6 +52,20 @@ do this, dhcpd will run in the foreground rather than as a daemon, and
|
||||
will print its log messages to standard error. It will also dump the
|
||||
contents of all packets it receives and sends.
|
||||
|
||||
SUPPORT
|
||||
|
||||
ISC DHCPD is not a commercial product, and is not supported in that sense.
|
||||
However, I am continuing to work on this server with the support of the
|
||||
Internet Software Consortium, so if you have trouble or want help, please
|
||||
free free to contact me, Ted Lemon <mellon@fugue.com>.
|
||||
|
||||
In addition, there are two mailing lists for dhcpd - dhcpd-announce and
|
||||
dhcpd-users. To subscribe, see http://www.fugue.com/dhcp/lists. If you
|
||||
don't have WWW access, you can send mail to dhcpd-request@fugue.com and
|
||||
tell me which lists you want to subscribe to, but please use the web interface
|
||||
if you can, since I have to handle the -request mailing list manually.
|
||||
|
||||
|
||||
BUGS
|
||||
|
||||
Currently, ISC dhcpd supports the DHCP protocol strictly the standard
|
||||
|
2
dhcpd.8
2
dhcpd.8
@ -122,7 +122,7 @@ file,
|
||||
.Nm dhcpd
|
||||
must be restarted. To restart
|
||||
.Nm dhcpd ,
|
||||
send signal 15 to the process ID contained in
|
||||
send a SIGTERM (signal 15) to the process ID contained in
|
||||
.Nm /var/run/dhcpd.pid ,
|
||||
and then re-invoke
|
||||
.Nm dhcpd .
|
||||
|
@ -55,8 +55,8 @@ OOPPEERRAATTIIOONN
|
||||
into the ddhhccppdd..ccoonnff file.
|
||||
|
||||
Whenever changes are made to the ddhhccppdd..ccoonnff file, ddhhccppdd must be restart-
|
||||
ed. To restart ddhhccppdd, send signal 15 to the process ID contained in
|
||||
//vvaarr//rruunn//ddhhccppdd..ppiidd, and then re-invoke ddhhccppdd.
|
||||
ed. To restart ddhhccppdd, send a SIGTERM (signal 15) to the process ID con-
|
||||
tained in //vvaarr//rruunn//ddhhccppdd..ppiidd, and then re-invoke ddhhccppdd.
|
||||
|
||||
|
||||
CCOONNFFIIGGUURRAATTIIOONN
|
||||
@ -179,4 +179,4 @@ AAUUTTHHOORR
|
||||
ware Corporation. Information about the Internet Software Consortium can
|
||||
be found at hhttttpp::////wwwwww..iisscc..oorrgg//iisscc.
|
||||
|
||||
March 6, 1996 3
|
||||
March 16, 1996 3
|
||||
|
@ -122,7 +122,7 @@ file,
|
||||
.Nm dhcpd
|
||||
must be restarted. To restart
|
||||
.Nm dhcpd ,
|
||||
send signal 15 to the process ID contained in
|
||||
send a SIGTERM (signal 15) to the process ID contained in
|
||||
.Nm /var/run/dhcpd.pid ,
|
||||
and then re-invoke
|
||||
.Nm dhcpd .
|
||||
|
@ -55,8 +55,8 @@ OOPPEERRAATTIIOONN
|
||||
into the ddhhccppdd..ccoonnff file.
|
||||
|
||||
Whenever changes are made to the ddhhccppdd..ccoonnff file, ddhhccppdd must be restart-
|
||||
ed. To restart ddhhccppdd, send signal 15 to the process ID contained in
|
||||
//vvaarr//rruunn//ddhhccppdd..ppiidd, and then re-invoke ddhhccppdd.
|
||||
ed. To restart ddhhccppdd, send a SIGTERM (signal 15) to the process ID con-
|
||||
tained in //vvaarr//rruunn//ddhhccppdd..ppiidd, and then re-invoke ddhhccppdd.
|
||||
|
||||
|
||||
CCOONNFFIIGGUURRAATTIIOONN
|
||||
@ -179,4 +179,4 @@ AAUUTTHHOORR
|
||||
ware Corporation. Information about the Internet Software Consortium can
|
||||
be found at hhttttpp::////wwwwww..iisscc..oorrgg//iisscc.
|
||||
|
||||
March 6, 1996 3
|
||||
March 16, 1996 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user