summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-29 08:19:50 +0000
committerErmal <eri@pfsense.org>2011-03-29 08:19:50 +0000
commitad6df0b3cae1b4bc57e63560750e4e358f5416ad (patch)
tree4b860ad8c2204f936f6d9a926dcdb184dcbe58ad /etc
parent75c8044aa92930b8fac64874da9cd1a4457f07a5 (diff)
downloadpfsense-ad6df0b3cae1b4bc57e63560750e4e358f5416ad.zip
pfsense-ad6df0b3cae1b4bc57e63560750e4e358f5416ad.tar.gz
Add back gre allowing rules since they are needed.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 709d1f6..a1c74cc 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2158,6 +2158,7 @@ EOD;
$ipfrules .= <<<EOD
# allow PPTP client
pass in on \${$oc['descr']} proto tcp from any to any port = 1723 flags S/SA modulate state label "allow PPTP client on {$oc['descr']}"
+pass in on \${$oc['descr']} proto gre from any to any keep state label "allow PPTP client on {$oc['descr']}"
EOD;
break;
@@ -2275,6 +2276,7 @@ EOD;
$ipfrules .= <<<EOD
# PPTPd rules
pass in on \${$FilterIflist['wan']['descr']} proto tcp from any to $pptpdtarget port = 1723 modulate state label "allow pptpd {$pptpdtarget}"
+pass in on \${$FilterIflist['wan']['descr']} proto gre from any to any keep state label "allow gre pptpd"
EOD;
OpenPOWER on IntegriCloud