From c55b323d6100c3ca8ef32c7b857d12e5bca2dd80 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 20 Nov 2004 22:03:56 +0000 Subject: Add Outgoing load balancing --- usr/local/www/firewall_nat.php | 5 ++++- usr/local/www/firewall_nat_1to1.php | 1 + usr/local/www/firewall_nat_out.php | 6 ++++-- usr/local/www/firewall_nat_server.php | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php index 806327f..386f3b8 100755 --- a/usr/local/www/firewall_nat.php +++ b/usr/local/www/firewall_nat.php @@ -2,8 +2,10 @@ . All rights reserved. @@ -96,6 +98,7 @@ if ($_GET['act'] == "del") {
  • Server NAT
  • 1:1
  • Outbound
  • +
  • Outbound Load Balancing
  • diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php index c303734..b12ae65 100755 --- a/usr/local/www/firewall_nat_1to1.php +++ b/usr/local/www/firewall_nat_1to1.php @@ -92,6 +92,7 @@ if ($_GET['act'] == "del") {
  • Server NAT
  • 1:1
  • Outbound
  • +
  • Outbound Load Balancing
  • diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 1f43278..a24caa8 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -2,8 +2,10 @@ . All rights reserved. @@ -42,7 +44,6 @@ if ($_POST) { $pconfig = $_POST; $config['nat']['advancedoutbound']['enable'] = ($_POST['enable']) ? true : false; - $config['nat']['enableoutboundloadbalancing'] = $_POST['enableoutboundloadbalancing'] ? true : false; write_config(); $retval = 0; @@ -95,6 +96,7 @@ if ($_GET['act'] == "del") {
  • Server NAT
  • 1:1
  • Outbound
  • +
  • Outbound Load Balancing
  • diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php index 584e0ad..4878c63 100755 --- a/usr/local/www/firewall_nat_server.php +++ b/usr/local/www/firewall_nat_server.php @@ -105,6 +105,7 @@ if ($_GET['act'] == "del") {
  • Server NAT
  • 1:1
  • Outbound
  • +
  • Outbound Load Balancing
  • -- cgit v1.1