Destination port range rules are not saved
-
hi to all!
I'm trying to specify a specific destination port on firewall rules, without success.
I write for example "from : any - to : DNS", i save and after apply the rule, but rule don't change and continue to apply "to any".
I tried to control pf rules from shell, and this confirmed that does not apply the change:
pfctl -sa | grep -i DNS
pass in quick on rl0 inet proto udp from 192.168.0.0/24 to 192.168.0.254 keep state label "USER_RULE: DNS resolution"
Someone has noticed the same problem?