summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-05-21 17:32:33 +0000
committerErmal Luçi <eri@pfsense.org>2008-05-21 17:32:33 +0000
commit633d6e3fa2ea546e1ae79de0abbab08929448fec (patch)
tree45aca61fded188ba478aafe28448f796e8a57bda /etc/inc/filter.inc
parent697a51eba42eeb1f1de7fad6092747a978356884 (diff)
downloadpfsense-633d6e3fa2ea546e1ae79de0abbab08929448fec.zip
pfsense-633d6e3fa2ea546e1ae79de0abbab08929448fec.tar.gz
Now that we have a solution for PPTP passthrough unbreak other GRE traffic passing
through pfSense when PPTP redirecting is active.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 79ab062..62bb518 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1345,10 +1345,16 @@ function filter_nat_rules_generate() {
if ($pptpdcfg['mode'] == "redir") {
+/*
+ * NB: ermal -- the rdr rule below is commented out now that we have a solution
+ * for PPTP passthrough. This unbreaks other GRE traffic passing
+ * through pfSense.
+ * After some more testing this will be removed compeletely.
+ */
$natrules .= <<<EOD
# PPTP
-rdr on \$wan proto gre from any to any -> $pptpdtarget
+#rdr on \$wan proto gre from any to any -> $pptpdtarget
rdr on \$wan proto tcp from any to any port 1723 -> $pptpdtarget
EOD;
OpenPOWER on IntegriCloud