summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-09 22:19:37 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-09 22:19:37 +0000
commit7fc82535cb82194e071bd2127b62f37f7da90e76 (patch)
treeb635c15203bc2164e9f13ca96544228a14b3f291 /etc/inc/filter.inc
parent3aa3cee26176dae43797c43c9b806441e211b4e0 (diff)
downloadpfsense-7fc82535cb82194e071bd2127b62f37f7da90e76.zip
pfsense-7fc82535cb82194e071bd2127b62f37f7da90e76.tar.gz
Reactivate the rdr so the pptp server works normally now that pptp workaround is disabled.
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 0e2b0a8..ebf445d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1429,7 +1429,7 @@ function filter_nat_rules_generate() {
$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