Re[8]: [LARTC] CBQ Traffic control not working

2003-03-16 Thread Mugur TOMITA
it to the right tc class. In this case how should I mark the packets in order to be able to aply filters by handle? Mugur On Thursday 13 March 2003 22:01, Mugur TOMITA wrote: > The filters are there... if you take a closer look you'll that my > copy/paste was falty... > > But I can

Re[6]: [LARTC] CBQ Traffic control not working

2003-03-13 Thread Mugur TOMITA
The filters are there... if you take a closer look you'll that my copy/paste was falty... But I can tell you I solved the problem. I attched my solution below. Stef, you are right, my filters are not working... In fact I don't konow what I did wrong: for marking packets depending on their source

Re[6]: [LARTC] CBQ Traffic control not working

2003-03-13 Thread Mugur TOMITA
> > tc class add dev eth0 parent 1:1 classid 1:8 cbq bandwidth 10Mbit rate > > 64Kbit allot 1514 cell 8 weight 6.4Kbit prio 1 maxburst 20 avpkt 1000 split > > 1:0 tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 4 fw > > classid 1:8 > Euh. You don't have any filters? How do you re

Re[4]: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
Here is my output... no prio 7... # # OUTPUT # linux:~ # tc -s -d class show dev eth0 class cbq 1: root rate 10Mbit cell 8b mpu 64b (bounded,isolated) prio no-transmit/8 weight 10Mbit allot 1514b level 2 ewma 5 avpkt 1000b maxidle 23us Sent 59862492 bytes 453121 pkts (dropped 0,

Re[2]: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
872.0 b/s (0.0%) Any opinion on 'Traffic Shaper'? I'm considering changing the shaping tool... MT On Wednesday 12 March 2003 16:49, Mugur TOMITA wrote: > Hi everybody, > > I'm new to this list, so I appologize if a similar case has been covered > already... I have

[LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
Hi everybody, I'm new to this list, so I appologize if a similar case has been covered already... I have the configuration attached below... The problem is that my traffic control doesn't work at all... Clients from any of the private networks manage to download even with 256Kbits from the Interne