$input_errors[]=sprintf(gettext("VHID %s is already in use on interface %s. Pick a unique number on this interface."),$pconfig['vhid'],convert_friendly_interface_to_friendly_descr($pconfig['interface']));
}
}
if(empty($pconfig['password'])){
$input_errors[]=gettext("You must specify a CARP password that is shared between the two VHID members.");
$input_errors[]=sprintf(gettext("Sorry, we could not locate an interface with a matching subnet for %s. Please add an IP alias in this subnet on this interface."),$cannot_find);
}
if($pconfig['interface']=="lo0"){
$input_errors[]=gettext("For this type of vip localhost is not allowed.");
$input_errors[]=sprintf(gettext("VHID %s is already in use on interface %s. Pick a unique number on this interface."),$_POST['vhid'],convert_friendly_interface_to_friendly_descr($_POST['interface']));
$idtracker++;
}
if(empty($_POST['password']))
$input_errors[]=gettext("You must specify a CARP password that is shared between the two VHID members.");
$input_errors[]=sprintf(gettext("Sorry, we could not locate an interface with a matching subnet for %s. Please add an IP alias in this subnet on this interface."),$cannot_find);
}
if($_POST['interface']=="lo0")
$input_errors[]=gettext("For this type of vip localhost is not allowed.");
<!-- XXX: Billm, don't let anyone choose this until NAT configuration screens are ready for it <option value="range" <?phpif($pconfig['range'])echo"selected=\"selected\"";?>>
<?=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.");?>
<?=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.");?>
<br/><br/><?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><ahref='http://www.openbsd.org/faq/pf/carp.html'><?=gettext("CARP FAQ");?></a>.
<?=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.");?>
<?=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.");?>
<br/><br/>
<?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><ahref='http://www.openbsd.org/faq/pf/carp.html'><?=gettext("CARP FAQ");?></a>.