mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Pass gre in any direction.
This commit is contained in:
parent
8912e40548
commit
676d63fc89
@ -2457,10 +2457,10 @@ EOD;
|
||||
|
||||
# allow PPTP client
|
||||
anchor "pptpclient"
|
||||
pass in quick on \$wan proto gre from any to any modulate state label "allow PPTP client"
|
||||
pass out 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 out quick on \$wan proto tcp from any to any port = 1723 flags S/SA 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 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"
|
||||
|
||||
EOD;
|
||||
}
|
||||
@ -2614,7 +2614,7 @@ EOD;
|
||||
|
||||
# PPTPd rules
|
||||
anchor "pptp"
|
||||
pass in quick on \$wan proto gre from any to $pptpdtarget modulate state label "allow gre pptpd"
|
||||
pass quick proto gre from any to $pptpdtarget modulate 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;
|
||||
@ -3281,4 +3281,4 @@ function return_vpn_subnet($adr) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user