All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Most general filter rule?
@ 2004-04-14  9:04 Kabelweb
  2004-04-15  9:22 ` Kabelweb
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kabelweb @ 2004-04-14  9:04 UTC (permalink / raw)
  To: lartc

Hello!

I recently noticed that the default class of my htb setup gets too much 
traffic (the setup otherwise runs fine for about 2 years now). Therefore I 
tried to track this traffic down and attached filter rules to the end of my 
filter chain which would IMHO match all the traffic which could possibly 
occur. The most general I could come up with is:

tc filter add dev eth2 pref 300 protocol all parent 1: u32 match ip dst 
0.0.0.0/0 flowid 1:5000

And still - the default class gets allmost the same amount of traffic as 
before (except for a few bps which seemed to slip through all my other 
filters based on src/dst ip but got matched by the filter above).

Is there anything I'm missing? (probably :o)
Can anyone tell me why the above filter does not match _all_ my traffic not 
matched by my other (lower pref) filters and why the default class still runs 
at many kbps?

Thank you for your help!

Andreas
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2004-04-16 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-14  9:04 [LARTC] Most general filter rule? Kabelweb
2004-04-15  9:22 ` Kabelweb
2004-04-15  9:40 ` Catalin BOIE
2004-04-15 10:20 ` Kabelweb
2004-04-16 21:57 ` Kabelweb

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.