diff --git a/src/www/firewall_virtual_ip_edit.php b/src/www/firewall_virtual_ip_edit.php index 573116aaa..3275e25ab 100644 --- a/src/www/firewall_virtual_ip_edit.php +++ b/src/www/firewall_virtual_ip_edit.php @@ -192,7 +192,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { // noexpand, only used for proxyarp $vipent['noexpand'] = true; } - if (empty($pconfig['bind'])) { + if (empty($pconfig['bind']) && ($pconfig['mode'] == 'ipalias' || $pconfig['mode'] == 'carp')) { // nobind, only used for ipalias/carp $vipent['nobind'] = true; }