From 0d5c9be16093c451c8ccce07a62742065e6dad6a Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 1 Aug 2010 02:20:04 -0400 Subject: NAT is useful with single interface systems too, both rdr and outbound --- usr/local/www/fbegin.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 488a313..9bcc8b5 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -105,8 +105,7 @@ $interfaces_menu = msort(array_merge($interfaces_menu, return_ext_menu("Interfac // Firewall $firewall_menu = array(); $firewall_menu[] = array("Aliases", "/firewall_aliases.php"); -if(count($config['interfaces']) > 1) - $firewall_menu[] = array("NAT", "/firewall_nat.php"); +$firewall_menu[] = array("NAT", "/firewall_nat.php"); $firewall_menu[] = array("Rules", "/firewall_rules.php"); $firewall_menu[] = array("Schedules", "/firewall_schedule.php"); $firewall_menu[] = array("Traffic Shaper", "/firewall_shaper.php"); -- cgit v1.1