]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document broadcast addr hack for HP-UX 9.x
authorTed Lemon <source@isc.org>
Thu, 11 Dec 1997 22:33:35 +0000 (22:33 +0000)
committerTed Lemon <source@isc.org>
Thu, 11 Dec 1997 22:33:35 +0000 (22:33 +0000)
README

diff --git a/README b/README
index 8abf3c68e7d904f70454f0bf9f8206e979788ac2..003f78456988d13a19d9ec8d0f8789b928a9dce7 100644 (file)
--- a/README
+++ b/README
@@ -166,6 +166,19 @@ BROADCAST_ADDRESS[0]="255.255.255.255"
 LANCONFIG_ARGS[0]="ether"
 DHCP_ENABLE[0]=0
 
+The above hack supposedly does not work on HP-UX version 9.x.
+However, another hack which supposedly _does_ work on 9.x is to add
+the following entry to your /etc/hosts or DNS database:
+
+255.255.255.255 all-ones
+
+Then modify the broadcast as follows (change to suit your
+configuration, of course):
+
+ifconfig lan0 [your ip addr] netmask [your netmask]  broadcast all-ones
+
+I would appreciate any reports as to how well this works for you.
+
                                ULTRIX
 
 Now that we have Ultrix packet filter support, the DHCP Distribution