Date: Tue, 11 Jun 2002 10:15:45 +0300 (EEST) From: Alexander V Zubchenko <stalker@hermes-comp.zp.ua> To: Ilia Chipitsine <ilia@cgu.chel.su> Cc: <questions@FreeBSD.ORG> Subject: Re: ipfw: catching data ? Message-ID: <20020611101327.B87612-100000@server.hermes-comp.zp.ua> In-Reply-To: <Pine.BSF.4.10.10206111253280.315-100000@jane.poka.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Greetings! (Приветствую) On Tue, 11 Jun 2002, 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 Stop! You say they were sent. But this rule, afaic, must deny them. And log must say, that packets was denied. > > which rule should I apply in order to catch what was transmitted during > that tcp session ? afaiu, that tcp session is lost for You. By default packet data is not stored anywhere. You can turn on tcpdump with same rule and try to catch next session. Hope, this help. > > Regards, (Наилучшие пожелания) > Ilia Chipitsine (Илья Шипицин) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > With best wishes to all fbsd community, Alexander 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?20020611101327.B87612-100000>