All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] tc does'nt limit the bandwidth!
@ 2004-04-13 20:13 segun adesina
  2004-04-13 20:38 ` Jason Boxman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: segun adesina @ 2004-04-13 20:13 UTC (permalink / raw)
  To: lartc


Hi, good people!

I wanted to limit my 4 customers to 144, 16, 32, and
32kbps.
I used the following tc commands BUT IT FAILED TO
LIMIT each and everyone of them to its bandwidth.
 What am I doing wrong:

My tc scripts are:

tc qdisc add dev eth1 root handle 1: htb default 1
                       #Classes#
tc class add dev eth1 parent 1:    classid 1:1    htb
rate     9bps ceil    9bps  #Default
tc class add dev eth1 parent 1:    classid 1:100  htb
rate     9bps ceil    9bps  #ICMP


tc class add dev eth1 parent 1:    classid 1:5    htb
rate  144kbps ceil 256kbps  #customer A
tc class add dev eth1 parent 1:    classid 1:101  htb
rate   16kbps ceil  16kbps  #customer B
tc class add dev eth1 parent 1:    classid 1:111  htb
rate   32kbps ceil  32kbps  #customer C
tc class add dev eth1 parent 1:    classid 1:121  htb
rate   32kbps ceil  32kbps  #customer D

Can anyone help me on how to limit the the bandwidth
to these customers.
Regards.

Digihall7.



	
		
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
_______________________________________________
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-14 17:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-13 20:13 [LARTC] tc does'nt limit the bandwidth! segun adesina
2004-04-13 20:38 ` Jason Boxman
2004-04-13 21:26 ` Corey Hickey
2004-04-13 22:28 ` Roy
2004-04-14 17:12 ` segun adesina

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.