All of lore.kernel.org
 help / color / mirror / Atom feed
* gnutella
@ 2004-10-21 14:23 Michel Bellemare
  2004-10-21 14:31 ` gnutella Jason Opperisano
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michel Bellemare @ 2004-10-21 14:23 UTC (permalink / raw)
  To: Netfilter Group

is there any way to log all the traffic that uses the gnutella protocol?
i searched in the mailing list and google and found nothing.

I looked to at a tcpdump capture and it never uses the same port...

basically i want to control the number of bytes that goes out using
this protocol.

thank you very much!


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnutella
  2004-10-21 14:23 gnutella Michel Bellemare
@ 2004-10-21 14:31 ` Jason Opperisano
  2004-10-21 14:33 ` gnutella Eric Leblond
  2004-10-21 15:12 ` gnutella Deepak Seshadri
  2 siblings, 0 replies; 6+ messages in thread
From: Jason Opperisano @ 2004-10-21 14:31 UTC (permalink / raw)
  To: Netfilter Group

On Thu, Oct 21, 2004 at 10:23:45AM -0400, Michel Bellemare wrote:
> is there any way to log all the traffic that uses the gnutella protocol?
> i searched in the mailing list and google and found nothing.
> 
> I looked to at a tcpdump capture and it never uses the same port...
> 
> basically i want to control the number of bytes that goes out using
> this protocol.
> 
> thank you very much!

you need a layer-7 classifier to magically figure out whether traffic on
port X is gnutella traffic.

you can try looking at:

  http://l7-filter.sourceforge.net/

-j

-- 
Jason Opperisano <opie@817west.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnutella
  2004-10-21 14:23 gnutella Michel Bellemare
  2004-10-21 14:31 ` gnutella Jason Opperisano
@ 2004-10-21 14:33 ` Eric Leblond
  2004-10-21 21:17   ` gnutella Michel Bellemare
  2004-10-21 15:12 ` gnutella Deepak Seshadri
  2 siblings, 1 reply; 6+ messages in thread
From: Eric Leblond @ 2004-10-21 14:33 UTC (permalink / raw)
  To: Michel Bellemare; +Cc: Netfilter Group

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

You can do this for local traffic by using the owner module and :
	--cmd-owner
For a whole network I see any solutions but slightly modify the NuFW
system to be able to mark packet with an uid corresponding to the
application (same way it can mark with userid).

On Thu, 2004-10-21 at 10:23 -0400, Michel Bellemare wrote:
> is there any way to log all the traffic that uses the gnutella protocol?
> i searched in the mailing list and google and found nothing.
> 
> I looked to at a tcpdump capture and it never uses the same port...
> 
> basically i want to control the number of bytes that goes out using
> this protocol.
> 
> thank you very much!
> 
-- 
Eric Leblond <eric@regit.org>
NuFW, Now User Filtering Works : http://www.nufw.org

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: gnutella
  2004-10-21 14:23 gnutella Michel Bellemare
  2004-10-21 14:31 ` gnutella Jason Opperisano
  2004-10-21 14:33 ` gnutella Eric Leblond
@ 2004-10-21 15:12 ` Deepak Seshadri
  2 siblings, 0 replies; 6+ messages in thread
From: Deepak Seshadri @ 2004-10-21 15:12 UTC (permalink / raw)
  To: 'Michel Bellemare', 'Netfilter Group'

Hello Michel,

You need layer7 functionality in iptables. There is a good pattern available
for matching gnutella packets with layer7 module. Using the MARK option and
traffic control (tc) you will be able to restrict the bandwidth consumed by
the application.

Here is the documentation on this module:
http://l7-filter.sourceforge.net/


Hope this helps!
Regards,

Deepak Seshadri


> -----Original Message-----
> From: netfilter-bounces@lists.netfilter.org [mailto:netfilter-
> bounces@lists.netfilter.org] On Behalf Of Michel Bellemare
> Sent: Thursday, October 21, 2004 10:24 AM
> To: Netfilter Group
> Subject: gnutella
> 
> is there any way to log all the traffic that uses the gnutella protocol?
> i searched in the mailing list and google and found nothing.
> 
> I looked to at a tcpdump capture and it never uses the same port...
> 
> basically i want to control the number of bytes that goes out using
> this protocol.
> 
> thank you very much!




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnutella
  2004-10-21 14:33 ` gnutella Eric Leblond
@ 2004-10-21 21:17   ` Michel Bellemare
  0 siblings, 0 replies; 6+ messages in thread
From: Michel Bellemare @ 2004-10-21 21:17 UTC (permalink / raw)
  To: Netfilter Group

And is there any way to log how many bytes the application is using
with each packet?


On Thu, 21 Oct 2004 16:33:27 +0200, Eric Leblond <eric@inl.fr> wrote:
> You can do this for local traffic by using the owner module and :
>         --cmd-owner
> For a whole network I see any solutions but slightly modify the NuFW
> system to be able to mark packet with an uid corresponding to the
> application (same way it can mark with userid).
> 
> 
> 
> On Thu, 2004-10-21 at 10:23 -0400, Michel Bellemare wrote:
> > is there any way to log all the traffic that uses the gnutella protocol?
> > i searched in the mailing list and google and found nothing.
> >
> > I looked to at a tcpdump capture and it never uses the same port...
> >
> > basically i want to control the number of bytes that goes out using
> > this protocol.
> >
> > thank you very much!
> > 
> --
> Eric Leblond <eric@regit.org>
> NuFW, Now User Filtering Works : http://www.nufw.org
> 
> 
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Gnutella
@ 2007-01-09 11:36 Vehicles DriverPDF
  0 siblings, 0 replies; 6+ messages in thread
From: Vehicles DriverPDF @ 2007-01-09 11:36 UTC (permalink / raw)
  To: kernel-janitors


[-- Attachment #1.1.1: Type: text/plain, Size: 974 bytes --]


Nebraska, nevada new hampshire jersey. Danny gregory paperback items browse booksnew save. Agreed million, four sony bmg emi warner musicand. Zennstrm janus friis known inventors skype near end generation. Provider uses peertopeer, technology.
Chance next few years.
Browsing display, hijacker redirects, url typing errors instead standard.
Now left using owned. Conducted highly qualified with, that your.
Law management portions, are written.
Pure joyfind teacher popular study bampnbulk government libraries.
Allow, keep, working, unclosable must! Unpatched, execute removes features authors.
Perform well side nothing perfect arent actually, ideal? Lake valley, northwest serve. Navigation release but now left using owned. Terms violated such as lite see below track, down.
Gnu details registered trademark.
Avoid guidekazaa faq together updates chm supernode. Primarily networks australia vanuatu late march, appeal reversed. September filed, civil several.

[-- Attachment #1.1.2: Type: text/html, Size: 1861 bytes --]

[-- Attachment #1.2: item.gif --]
[-- Type: image/gif, Size: 5702 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 197 bytes --]

_______________________________________________
Kernel-janitor-discuss mailing list
Kernel-janitor-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kernel-janitor-discuss

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-09 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21 14:23 gnutella Michel Bellemare
2004-10-21 14:31 ` gnutella Jason Opperisano
2004-10-21 14:33 ` gnutella Eric Leblond
2004-10-21 21:17   ` gnutella Michel Bellemare
2004-10-21 15:12 ` gnutella Deepak Seshadri
  -- strict thread matches above, loose matches on Subject: below --
2007-01-09 11:36 Gnutella Vehicles DriverPDF

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.