' . gettext('You must apply the changes in order for them to take effect.') . '
'); } $tab_array = array(); $tab_array[] = array(gettext("Port Forward"), false, "firewall_nat.php"); $tab_array[] = array(gettext("1:1"), true, "firewall_nat_1to1.php"); $tab_array[] = array(gettext("Outbound"), false, "firewall_nat_out.php"); $tab_array[] = array(gettext("NPt"), false, "firewall_nat_npt.php"); display_top_tabs($tab_array); ?>
"; $i = 0; foreach ($a_1to1 as $natent): if (isset($natent['disabled'])) { $textss = ""; $iconfn = "pass_d"; } else { $textss = ""; $iconfn = "pass"; } ?>
" title=""> " href="firewall_nat_1to1_edit.php?id="> " href="firewall_nat_1to1_edit.php?dup="> " href="firewall_nat_1to1.php?act=del&id=" onclick="return confirm('')">
' . gettext("Virtual IP.") . '' . '
' . gettext('If you add a 1:1 NAT entry for any of the interface IPs on this system, ' . 'it will make this system inaccessible on that IP address. i.e. if ' . 'you use your WAN IP address, any services on this system (IPsec, OpenVPN server, etc.) ' . 'using the WAN IP address will no longer function.'), info)?>