summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorframer99 <framer.ninety.nine@gmail.com>2012-12-28 13:49:12 -0500
committerframer99 <framer.ninety.nine@gmail.com>2012-12-28 13:49:12 -0500
commit83a9a1d2eec1e7b6c9c54cca8dfa35705a2bf7c0 (patch)
treef5a90854a405b8aba8d0cfc6dc26fb648901f583 /usr/local/www/services_dhcp.php
parent43affef2c1bb3728b5df3687f3ea8074d88292cc (diff)
downloadpfsense-83a9a1d2eec1e7b6c9c54cca8dfa35705a2bf7c0.zip
pfsense-83a9a1d2eec1e7b6c9c54cca8dfa35705a2bf7c0.tar.gz
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.
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index ebdf024..2c2bbe2 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -891,7 +891,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP:");?></td>
<td width="78%" class="vtable">
<input name="failover_peerip" type="text" class="formfld host" id="failover_peerip" size="20" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
- <?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.");?>
+ <?=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).");?>
</td>
</tr>
<?php endif; ?>
OpenPOWER on IntegriCloud