2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Document broadcast addr hack for HP-UX 9.x

This commit is contained in:
Ted Lemon
1997-12-11 22:33:35 +00:00
parent 8c135c147f
commit f0f07e5d9a

13
README
View File

@@ -166,6 +166,19 @@ BROADCAST_ADDRESS[0]="255.255.255.255"
LANCONFIG_ARGS[0]="ether" LANCONFIG_ARGS[0]="ether"
DHCP_ENABLE[0]=0 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 ULTRIX
Now that we have Ultrix packet filter support, the DHCP Distribution Now that we have Ultrix packet filter support, the DHCP Distribution