]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version.
authorTed Lemon <source@isc.org>
Thu, 10 Jun 1999 01:37:28 +0000 (01:37 +0000)
committerTed Lemon <source@isc.org>
Thu, 10 Jun 1999 01:37:28 +0000 (01:37 +0000)
README
includes/version.h

diff --git a/README b/README
index 1609cccb0e9c96e129ebd16eb13320662971464c..a243412cab1a109264c6b8336a0ce6545dc9c147 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 28
-                           April 23, 1999
+                  Version 2, Beta 1, Patchlevel 29
+                           June 8, 1999
 
 Documentation for this software includes this README file, the
 RELNOTES file, and the manual pages, which are in the server, common,
@@ -86,12 +86,12 @@ 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-2.0b1pl28.tar.gz |tar xvf -
+       zcat dhcp-2.0b1pl29.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.
 
-Now, cd to the dhcp-2.0b1pl28 subdirectory that you've just created and
+Now, cd to the dhcp-2.0b1pl29 subdirectory that you've just created and
 configure the source tree by typing:
 
                ./configure
@@ -196,6 +196,21 @@ Another route that has worked for some users is:
 If you are not using eth0 as your network interface, you should
 specify the network interface you *are* using in your route command.
 
+                       LINUX: FIREWALL RULES
+
+If you are running the DHCP server or client on a Linux system that's
+also acting as a firewall, you must be sure to allow DHCP packets
+through the firewall - Linux firewalls make filtering decisions before
+they make the forwarding decision, so they will filter packets that
+are intended for the firewall itself, as well as packets intended to
+be forwarded.   In particular, your firewall rules _must_ allow
+packets from IP address 0.0.0.0 to IP address 255.255.255.255 from UDP
+port 68 to UDP port 67 through.   They must also allow packets from
+your local firewall's IP address and UDP port 67 through to any
+address your DHCP server might serve on UDP port 68.   Finally,
+packets from relay agents on port 67 to the DHCP server on port 67,
+and vice versa, must be permitted.
+
                        LINUX: IP BOOTP AGENT
 
 Some versions of the Linux 2.1 kernel apparently prevent dhcpd from
index 49fc4c4613eabe6e03ff59694c7d76da4de6705d..aceda5dbd27fb74f0a3678bc4b8c31808ce443c1 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "2.0b1pl28"
+#define DHCP_VERSION   "2.0b1pl29"