Restore previous PPTP changes.

This commit is contained in:
Scott Ullrich 2007-06-04 22:47:11 +00:00
parent 50db0bd767
commit 8f262ce2fd

View File

@ -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;