Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2002 17:22:34 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Ilia Chipitsine <ilia@cgu.chel.su>
Cc:        questions@FreeBSD.ORG
Subject:   Re: ipfw: catching data ?
Message-ID:  <20020611172234.K552@k7.mavetju>
In-Reply-To: <Pine.BSF.4.10.10206111253280.315-100000@jane.poka.net>; from ilia@cgu.chel.su on Tue, Jun 11, 2002 at 12:55:00PM %2B0600
References:  <Pine.BSF.4.10.10206111253280.315-100000@jane.poka.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 11, 2002 at 12:55:00PM +0600, Ilia Chipitsine wrote:
> Dear Sirs,
> 
> the following rule says that some packets were sent:
> 
> /sbin/ipfw deny log tcp from any to me 3000 in recv tun1
> 
> which rule should I apply in order to catch what was transmitted during
> that tcp session ?

You could do it with tcpdump: tcpdump -i tun1 -X -len -s 1500 port 3000

Edwin

-- 
Edwin Groothuis      |           Personal website: http://www.MavEtJu.org
edwin@mavetju.org    |        Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};:   |                    http://www.FatalDimensions.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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