All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Multiple classes
@ 2002-12-03  5:49 Homer Parker
  2002-12-03 10:29 ` Stef Coene
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Homer Parker @ 2002-12-03  5:49 UTC (permalink / raw)
  To: lartc

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

	I'm trying to implement something similar the the diagram in section
9.5.2.1 in the LARTC HOWTO, but must have missed something somewhere :(
I'm trying to hack up wondershaper, as it looked like a good place to
start.. Here's where I currently at, but I've tried alot of different
things, all failing, some worse than others. The end result is to throttle
back 126 IP's individually. I've read so much over the last few days, I've
almost confused myself, and probably have ;) Thanks for any and all help!

tc qdisc add dev $DEV0 root handle 1: htb default 20

tc class add dev $DEV0 parent 1: classid 1:1 htb rate 128kbit \
  burst 6k

tc class add dev $DEV0 parent 1:1 classid 2: htb rate 128kbit \
  burst 6k                                                     


--- 
Homer Parker

http://www.homershut.net
telnet://bbs.homershut.net


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2002-12-04 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-03  5:49 [LARTC] Multiple classes Homer Parker
2002-12-03 10:29 ` Stef Coene
2002-12-03 17:39 ` Homer Parker
2002-12-03 21:03 ` Stef Coene
2002-12-04 10:08 ` Homer Parker

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.