pflog_enable="YES"
pflog_flags="-d 10"
# service pflog start
# tcpdump -n -tttt -e -r /var/log/pflog
# pfctl -sr -gv
# pfctl -ss -v
bbzz said:It would've been more helpful if you explained what exactly are you trying to do, and how so far you tried to do it. PF's pflog interface allows you to monitor trough logging, among other things.
block out quick log on $em3_if from $em3_if to $em0_if
block in quick log on $em3_if from $em3_if:network to $em0_if:network
mariourk said:Code:block out quick log on $em3_if from $em3_if to $em0_if
The syntax is correct and it should work.