summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-29 21:49:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-29 21:49:34 +0000
commitea089c29ddf30b2f4179306c2e0cd77d77ec549d (patch)
tree5fbee95aab66589b4b0bf7a111ac43b7dd2d0640
parent331aa57bd2911f420b9a9bf212bff0e12bcd44cd (diff)
downloadpfsense-ea089c29ddf30b2f4179306c2e0cd77d77ec549d.zip
pfsense-ea089c29ddf30b2f4179306c2e0cd77d77ec549d.tar.gz
Pass gre in any direction.
-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 119b58a..b1b138d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2455,10 +2455,10 @@ EOD;
# allow PPTP client
anchor "pptpclient"
-pass in quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
-pass out 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 out quick on \$wan proto tcp from any to any port = 1723 flags S/SA 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 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"
EOD;
}
@@ -2612,7 +2612,7 @@ EOD;
# PPTPd rules
anchor "pptp"
-pass in quick on \$wan proto gre from any to $pptpdtarget modulate state label "allow gre pptpd"
+pass quick proto gre from any to $pptpdtarget modulate 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