diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 22:25:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-13 22:25:53 +0000 |
commit | 33d83b9f55207715b3590ee40c65938a2c27668a (patch) | |
tree | 7198c8baf81ab9dc0b4af17b44c7547602147d0a /etc/inc | |
parent | d957c1fbca33ecdf1a770fb29e6e4f9d701daf0b (diff) | |
download | pfsense-33d83b9f55207715b3590ee40c65938a2c27668a.zip pfsense-33d83b9f55207715b3590ee40c65938a2c27668a.tar.gz |
Uncomment the redirect pptp rule.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 7f5656f..b6e4b84 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1012,8 +1012,8 @@ function filter_nat_rules_generate() { $natrules .= <<<EOD # PPTP -#rdr on $wanif proto gre from any to any -> $pptpdtarget -#rdr on $wanif proto tcp from any to any port 1723 -> $pptpdtarget +rdr on $wanif proto gre from any to any -> $pptpdtarget +rdr on $wanif proto tcp from any to any port 1723 -> $pptpdtarget EOD; } |