mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Restore previous PPTP changes.
This commit is contained in:
parent
50db0bd767
commit
8f262ce2fd
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user