summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-10 22:40:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-10 22:40:48 +0000
commitf64460ef4162925dec76077fc05e43f85a37c60e (patch)
tree8c224e03e6ced28c59d5620dc3782fcf48eaf85d
parenta15a15e7dc503d4b83cfb30db0f37122c7085ee7 (diff)
downloadpfsense-f64460ef4162925dec76077fc05e43f85a37c60e.zip
pfsense-f64460ef4162925dec76077fc05e43f85a37c60e.tar.gz
Enable ftp-proxy rule
-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 d5a5e75..c644832 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -515,6 +515,7 @@ pass out quick on lo0 all
# enable ftp-proxy
rdr on $lanif proto tcp from any to any port 21 -> 127.0.0.1 port 8021
+pass in on $wanif inet proto tcp from port 20 to ($wanif) user proxy flags S/SA keep state
# allow access to DHCP server on LAN
pass in quick on $lanif proto udp from any port = 68 to 255.255.255.255 port = 67
OpenPOWER on IntegriCloud