Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 09:54:00 +1030
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        freebsd-hackers@freebsd.org
Cc:        KES <kes-kes@yandex.ru>, hackers@freebsd.org, Eugene Grosbein <eugen@kuzbass.ru>
Subject:   Re: tcpdump filter for out/in traffic
Message-ID:  <200901050954.02759.doconnor@gsoft.com.au>
In-Reply-To: <20090104155638.GA76773@svzserv.kemerovo.su>
References:  <179479624.20090104160500@yandex.ru> <20090104155638.GA76773@svzserv.kemerovo.su>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart7560732.2q0FUUBk8o
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday 05 January 2009 02:26:38 Eugene Grosbein wrote:
> On Sun, Jan 04, 2009 at 04:05:00PM +0200, KES wrote:
> > There will be very usefull to have options for tcpdump to monitor
> > incomint or outgoing traffic regardless of src/dst IPs or ports or
> > protocol
> >
> > For example:
> >
> > kes# tcpdump -n -i rl4 out
> > EXPECTED: show traffic outgoing on rl4
> > ACTUAL: tcpdump: syntax error
> >
> > kes# tcpdump -n -i rl4 in
> > EXPECTED: show traffic incoming on rl4
> > ACTUAL: tcpdump: syntax error
>
> Hi!
>
> I use following trick for that:
>
> tcpdump -n -p -i rl4 ether src me-rl4     # for outgoing
> tcpdump -n -p -i tl4 not ether src me-rl4 # for incoming
>
> And add MAC-address of rl4 to /etc/ethers with name 'me-rl4'
> or just 'me' if you need not watch other interfaces this way.

I think it's more a question for the tcpdump maintainers.

Also, in & out don't necessarily mean traffic from your MAC address or the=
=20
inverse. eg if you are running a bridge then in & out will mean something=20
different.

=2D-=20
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

--nextPart7560732.2q0FUUBk8o
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBJYUUS5ZPcIHs/zowRAn1pAJ9zj2/jSuRjWMQqV/UbsZovqF9DCQCcC9yi
WdSZL4c4WbeZGZRTc+7kP6s=
=7vUT
-----END PGP SIGNATURE-----

--nextPart7560732.2q0FUUBk8o--



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