From 8f262ce2fdffc09ff180447f7b285f8ab75ae94d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 4 Jun 2007 22:47:11 +0000 Subject: [PATCH] Restore previous PPTP changes. --- etc/inc/filter.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index b757e57d56..f33be4a753 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2472,10 +2472,10 @@ EOD; # allow PPTP client anchor "pptpclient" -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" +pass in quick on \$wan proto gre from any to any modulate state label "allow PPTP client" +pass in 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 in quick on \$wan proto tcp from any to any port = 1723 flags S/SA modulate state label "allow PPTP client" EOD; } @@ -2629,7 +2629,7 @@ EOD; # PPTPd rules anchor "pptp" -pass quick proto gre from any to $pptpdtarget keep state label "allow gre pptpd" +pass in quick on \$wan proto gre from any to $pptpdtarget keep 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;