summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-16 00:09:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-16 00:09:16 +0000
commit341972f201043207e661a28efb29ceedd7d818b0 (patch)
tree4678c0cf536efb72deb55b1ea6e1d0e5ad1af644 /etc
parentffab667b401af39cc4e05ced1772216d2caa82c4 (diff)
downloadpfsense-341972f201043207e661a28efb29ceedd7d818b0.zip
pfsense-341972f201043207e661a28efb29ceedd7d818b0.tar.gz
Don't forget LAN rule for PFTPX lo0
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 2fc8b0b..4a8f9a8 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1400,6 +1400,7 @@ EOD;
anchor "ftpproxy"
anchor "pftpx/*"
+pass in quick on $lanif inet proto tcp from any to (lo0) port 21 keep state label "FTP PROXY: Allow traffic to localhost"
pass in quick on $wanif inet proto tcp from port 20 to ($wanif) port > 49000 user proxy flags S/SA keep state label "FTP PROXY: PASV mode data connection"
EOD;
OpenPOWER on IntegriCloud