summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-09-05 22:47:32 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-09-05 22:47:32 +0000
commit91663045080c56f34d88cc19390b6c3911ac046e (patch)
tree6451da4f6c84c052ebf6f497ab110fb6e142020c /etc
parent0770c295d1d43034da9949058e429b99cffb3031 (diff)
downloadpfsense-91663045080c56f34d88cc19390b6c3911ac046e.zip
pfsense-91663045080c56f34d88cc19390b6c3911ac046e.tar.gz
Make the ftp proxy work again.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 3162d05..61ba590 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -861,7 +861,7 @@ function filter_nat_rules_generate()
$natrules .= "no rdr on $realif proto udp from <onetoonelist> to any port tftp\n";
}
}
- $tmp_port = 8020 + $interface_counter;
+ $tmp_port = 8021 + $interface_counter;
$temp_array_holder_pftpx = array();
$temp_array_holder_pftpx['port'] = $tmp_port;
$temp_array_holder_pftpx['interface'] = "\${$ifcfg['descr']}";
OpenPOWER on IntegriCloud