how to use pflog with lagg device

Gary Palmer gpalmer at freebsd.org
Sat Aug 21 01:03:15 UTC 2010


On Fri, Aug 20, 2010 at 10:41:55PM +0100, Free BSD wrote:
> However, if I try to view the log, it says
> 
> tcpdump -n -e ttt -i pflog0
> tcpdump: WARNING: em0: no IPv4 address assigned
> tcpdump: syntax error

Your command syntax is incorrect.  You are missing a '-' from the 'ttt'
option.  Try:

tcpdump -n -e -ttt -i pflog0

The pflog command I personally use is:

tcpdump -s 0 -i pflog0 -n -tttte

Regards,

Gary



More information about the freebsd-pf mailing list