P U R E B S D 
OpenBSD and FreeBSD resources 
  /root | OpenBSD | FreeBSD
   >>  Main | System | Network | Daemons | Security | Software | Various

Sections  

Firewall  
NAT  
PFlog  

ADSL  
Cablemodem  
PFlog

PF, by means of the /etc/pf.conf file, indicates which packets should be logged. pflogd handles those logging requests.

Normally, the pflog file used is /var/log/pflog. It's in tcpdump readable format. It is synced every minute with the pflog0 interface.

To view the pflog file:

  tcpdump -n -e -ttt -r /var/log/pflog

To view packets being logged in realtime:

  tcpdump -n -e -ttt pflog0

 

Contact | Feedback | License | Copyright © 2000,2001,2002,2003,2004,2005,2006 PureBSD.com
All rights reserved.
simonpam@purebsd.com