Skip to content

Category Archives: FreeBSD

View Packets Logged by PF

28-Dec-08

Use tcpdump and the pflog0 device to view packets in real time: # tcpdump -n -e -ttt -i pflog0 To examine the log file, do the following instead: # tcpdump -n -e -ttt -r /var/log/pflog See PF: Logging for more information.