summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-04 22:47:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-04 22:47:11 +0000
commit8f262ce2fdffc09ff180447f7b285f8ab75ae94d (patch)
treeb91df392b3fe357922d50f0077dd9d69b9164f97 /etc
parent50db0bd767b29fcab269a9d939bef3f549b04c32 (diff)
downloadpfsense-8f262ce2fdffc09ff180447f7b285f8ab75ae94d.zip
pfsense-8f262ce2fdffc09ff180447f7b285f8ab75ae94d.tar.gz
Restore previous PPTP changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b757e57..f33be4a 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2472,10 +2472,10 @@ EOD;
# allow PPTP client
anchor "pptpclient"
-pass quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
-pass quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
-pass quick on \$wan proto tcp from any port = 1723 to any flags S/SA modulate state label "allow PPTP client"
-pass quick on \$wan proto tcp from any to any port = 1723 flags S/SA modulate state label "allow PPTP client"
+pass in quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
+pass in quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
+pass in quick on \$wan proto tcp from any port = 1723 to any flags S/SA modulate state label "allow PPTP client"
+pass in quick on \$wan proto tcp from any to any port = 1723 flags S/SA modulate state label "allow PPTP client"
EOD;
}
@@ -2629,7 +2629,7 @@ EOD;
# PPTPd rules
anchor "pptp"
-pass quick proto gre from any to $pptpdtarget keep state label "allow gre pptpd"
+pass in quick on \$wan proto gre from any to $pptpdtarget keep state label "allow gre pptpd"
pass in quick on \$wan proto tcp from any to $pptpdtarget port = 1723 modulate state label "allow pptpd {$pptpdtarget}"
EOD;
OpenPOWER on IntegriCloud