Revision 79226d4f
Added by Chris Buechler almost 14 years ago
usr/local/www/firewall_virtual_ip_edit.php | ||
---|---|---|
169 | 169 |
break; |
170 | 170 |
default: |
171 | 171 |
if (substr($_POST['interface'], 0, 3) == "vip") |
172 |
$input_errors[] = gettext("For this type of vip a carp parent is not allowed.");
|
|
172 |
$input_errors[] = gettext("For this type of VIP, a CARP parent is not allowed.");
|
|
173 | 173 |
break; |
174 | 174 |
} |
175 | 175 |
|
... | ... | |
515 | 515 |
<?php endfor; ?> |
516 | 516 |
</select> |
517 | 517 |
<br/><br/> |
518 |
<?=gettext("The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster detrmines the master.");?> |
|
518 |
<?=gettext("The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster determines the master.");?>
|
|
519 | 519 |
</td> |
520 | 520 |
</tr> |
521 | 521 |
<tr> |
... | ... | |
540 | 540 |
<span class="red"> |
541 | 541 |
<b><?=gettext("Note:");?><br></b> |
542 | 542 |
</span> |
543 |
<?=gettext("ProxyARP type IP addresses *DO NOT* work with add on packages such as Squid. Use a CARP or IP Alias type address for these cases.");?>
|
|
543 |
<?=gettext("Proxy ARP and Other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these cases.");?>
|
|
544 | 544 |
<p> <?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><a href='http://www.openbsd.org/faq/pf/carp.html'> <?=gettext("CARP FAQ"); ?></A>. |
545 | 545 |
</span> |
546 | 546 |
</p> |
Also available in: Unified diff
fix text