The daily digest of my local server has started to report some blocked traffic:
In my `/etc/rc.conf` I have:
ifconfig shows three interfaces: em0, lo0, and pflog0. For pflog0:
In
Code:
myserver pf denied packets:
+block return in all [ Evaluations: 5994 Packets: 546 Bytes: 55249 States: 0 ]
In my `/etc/rc.conf` I have:
Code:
pf_enable="YES"
pflog_enable="YES"
ifconfig shows three interfaces: em0, lo0, and pflog0. For pflog0:
Code:
pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu 33160
groups: pflog
In
/var/log/pflog
I do not find anything: it's a 24 byte file. I have run tcpdump -n -e -tttt -i pflog0
for a day, but no packets were captured. What am I missing? Where do I find a log of the denied packets, so that I can inspect them?