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.
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.
Post a Comment