Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2010 21:03:13 -0400
From:      Gary Palmer <gpalmer@freebsd.org>
To:        Free BSD <freebsd@vfemail.net>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: how to use pflog with lagg device
Message-ID:  <20100821010313.GC86366@in-addr.com>
In-Reply-To: <4C6EF6A3.1060204@vfemail.net>
References:  <4C6EF6A3.1060204@vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100821010313.GC86366>