Re: [LARTC] Problem with HTB and ceil

2005-07-20 Thread nik-da-39
Quoting Andreas Klauer [EMAIL PROTECTED]: I might've misunderstood you here, but just in case: The HTB prio parameter affects borrowing priority, not packet priority. You mean priority after the guaranteed bitrates have been fullfilled. Which basically means that the proportions which you'd

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread nik39_nospam
Zitat von richard lucassen [EMAIL PROTECTED]: I am trying to setup a shaper for my linux box and I am experiencing some problems. What I am trying to do is priorizing packets on the egress link, therefore I have setup some prio classes etc. The priorizing seem to work but the problem is

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread Carl-Daniel Hailfinger
Hi, [EMAIL PROTECTED] schrieb: the problem is that the ceil parameter doesnt seem to work on non leafs. IIRC that is by design. Some time ago, it was explained on this list in a much better way than I could do it now. Regards, Carl-Daniel -- http://www.hailfinger.org/

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread nik39_nospam
Carl-Daniel Hailfinger [EMAIL PROTECTED]: the problem is that the ceil parameter doesnt seem to work on non leafs. IIRC that is by design. Some time ago, it was explained on this list in a much better way than I could do it now. Yes, thanks I found something but I am not sure how to

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread Andreas Klauer
On Tuesday 19 July 2005 12:54, [EMAIL PROTECTED] wrote: /sbin/tc class add dev $EXTIF parent 1:002 classid 1:101 htb rate 364kbit ceil 364 prio 1 ## ACK /sbin/tc class add dev $EXTIF parent 1:101 classid 1:200 htb rate 140kbit ceil 364kbit prio 1 ## SSH /sbin/tc class add dev $EXTIF parent

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread nik39_nospam
Andreas Klauer [EMAIL PROTECTED]: On Tuesday 19 July 2005 12:54, [EMAIL PROTECTED] wrote: /sbin/tc class add dev $EXTIF parent 1:002 classid 1:101 htb rate 364kbit ceil 364 prio 1 ## ACK /sbin/tc class add dev $EXTIF parent 1:101 classid 1:200 htb rate 140kbit ceil 364kbit prio 1

Re: [LARTC] Problem with HTB and ceil

2005-07-19 Thread Andreas Klauer
On Tuesday 19 July 2005 22:41, nik-da-39 wrote: Thanks for your comment. From my understanding, I dont rely too much on the exact minimum bitrate, as long as the prios are obeyed by the packets. ... Thats why I also dont need the sum of the min bitrates to be exactly the parental bitrate,

[LARTC] Problem with HTB and ceil

2005-07-18 Thread nik39_nospam
Hi, I am trying to setup a shaper for my linux box and I am experiencing some problems. What I am trying to do is priorizing packets on the egress link, therefore I have setup some prio classes etc. The priorizing seem to work but the problem is that the ceil parameter doesnt seem to work on non