From dda5c8d90d86de39777df2ed6455e18083b496d1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 2 Sep 2008 18:03:40 +0000 Subject: [PATCH] Start proxy at 8020 --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 2f370b2a9c..320e5f4e85 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -882,7 +882,7 @@ function filter_nat_rules_generate() $natrules .= "no rdr on $realif proto udp from to any port tftp\n"; } } - $tmp_port = 8021 + $interface_counter; + $tmp_port = 8020 + $interface_counter; $temp_array_holder_pftpx = array(); $temp_array_holder_pftpx['port'] = $tmp_port; $temp_array_holder_pftpx['interface'] = "\${$ifcfg['descr']}";