Date: Tue, 23 Sep 2003 10:16:11 -0700 From: Tim Kientzle <kientzle@acm.org> To: Uwe Klann <u.klann@t-online.de> Cc: freebsd-hackers@freebsd.org Subject: Re: IPFW2 Message-ID: <3F707FDB.4060600@acm.org> In-Reply-To: <20030923122509.S87821@localhost> References: <LIEAKECJDNPINKLJPFODIEPGDHAA.u.klann@t-online.de> <20030922134531.A44366@xorpc.icir.org> <20030923122509.S87821@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
>>On Mon, Sep 22, 2003 at 08:07:13PM +0200, Uwe Klann wrote: >>> >>>>From the Log file IPFW:- >>>"Sep 22 00:24:13 muc /kernel: ipfw: 3300 Accept TCP 217.10.213.30:4418 >>>217.9.121.209:21 in via fxp0" >>> >>>How can I extend on FreeBSD 4.8 (ipfw2) the log contens to see the tranfered >>>data File and the amount of bytes went out? Thank you in advance for your tcpdump can be used to capture the full contents of particular packets. Use -w to write captured packets to a file, -r to read that file and examine the captured packets. Design your tcpdump capture expression carefully unless you have a lot of disk space. Port 21 is FTP, so I presume you're trying to monitor FTP activity. If you're using FreeBSD's ftpd, look at the -l and -S options (which provide fairly detailed logging of FTP activity). In particular, specifying -l twice claims to provide detailed logging of each transfer. Tim Kientzle
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F707FDB.4060600>