diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index e86e4627ea..90e87b48b8 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2617,7 +2617,7 @@ EOD; # PPTPd rules anchor "pptp" -pass quick proto gre from any to $pptpdtarget modulate state label "allow gre pptpd" +pass quick 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;