Re: [LARTC] kernel configuration and tc commands for traffic shaping

2004-12-19 Thread Jason Boxman
On Thursday 25 November 2004 12:17, ncrfgs wrote: Hi, snip I'd need something in the middle between the rocket science of LARTC and the how and why don't interest you of CBQ.init. You could always check out my Linux traffic control guide[1]. [1]

Re: RES: [LARTC] kernel configuration and tc commands for traffic shaping

2004-11-26 Thread ncrfgs
On Thu, Nov 25, 2004 at 03:46:32PM -0300, Antonio Luiz wrote: You can try this (adapted from http://www.knowplace.org/shaper/examples.html): tc qdisc add dev ppp0 root handle 1: htb default 60 tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 10kbit ceil \

RES: [LARTC] kernel configuration and tc commands for traffic shaping

2004-11-25 Thread Antonio Luiz
2004 14:17 Para: [EMAIL PROTECTED] Assunto: [LARTC] kernel configuration and tc commands for traffic shaping Hi, I wished to shape the traffic that cross my ppp0 interface so I asked around and google'd a bit and I headed in the LARTC HOWTO. As stated in the early in the text

Re: [LARTC] kernel configuration and tc commands for traffic shaping

2004-11-25 Thread Axel aghi Hollanda
Hi, First of all, you have to know what you really want. What discipline will you use, what kind of filtering you'll implement. Such simple and not abstract questions will have the answers in the LARTC document if you read it profusely. CBQ or HTB? (I'd prefer HTB myself). u32 or FWMARK? Then