I have a rule
Note the 1133 packets out blocked in the IPv4 column. It also seems to increase when doing a ping for example.
What am I missing? I thought the above rule was supposed to pass all traffic? And why is passed 0?
FWIW, everything seems to work as it should otherwise.
pass out quick
which presumably allows all outgoing traffic. However when I look at the output of pfctl -si
I get this:
Code:
Interface Stats for em0 IPv4 IPv6
Bytes In 140634 4896420
Bytes Out 2274296 60214
Packets In
Passed 1731 808
Blocked 420 0
Packets Out
Passed 0 0
Blocked 1133 0
Note the 1133 packets out blocked in the IPv4 column. It also seems to increase when doing a ping for example.
What am I missing? I thought the above rule was supposed to pass all traffic? And why is passed 0?
FWIW, everything seems to work as it should otherwise.