Revision 83a9a1d2
Added by framer99 over 12 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
891 | 891 |
<td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP:");?></td> |
892 | 892 |
<td width="78%" class="vtable"> |
893 | 893 |
<input name="failover_peerip" type="text" class="formfld host" id="failover_peerip" size="20" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br> |
894 |
<?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.");?> |
|
894 |
<?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP. Interface's advskew determines whether the DHCPd process is Primary or Secondary. Ensure one machine's advskew<20 (and the other is >20).");?>
|
|
895 | 895 |
</td> |
896 | 896 |
</tr> |
897 | 897 |
<?php endif; ?> |
Also available in: Unified diff
Update usr/local/www/services_dhcp.php
Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they think will be the DHCP primary.