RE: [LARTC] HTB? (NEWBIE)

2007-01-22 Thread Flechsenhaar, Jon J
questions? Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7 -Original Message- From: Simone84bo [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 3:05 PM To: lartc@mailman.ds9a.nl Subject: [LARTC] HTB? (NEWBIE) Hi to all I am studying HTB on LARTC how to. I r

Re: [LARTC] HTB? (NEWBIE)

2007-01-20 Thread Bartek Krawczyk
On Jan 20, 2007, at 12:05 AM, Simone84bo wrote: Hi to all I am studying HTB on LARTC how to. I realize a simple configuration on router: tc qdisc add dev eth0 root handle 1: htb default 30 tc class add dev eth0 parent 1: classid 1:1 htb rate 3mbit burst 15k tc class add dev eth0 parent 1:1 clas

Re: [LARTC] HTB? (NEWBIE)

2007-01-19 Thread Jordi Segues
You should propably try: tc qdisc add dev eth0 root handle 1: htb default 20 and not 30 cause your default class is 20 no? On 1/20/07, Simone84bo <[EMAIL PROTECTED]> wrote: Hi to all I am studying HTB on LARTC how to. I realize a simple configuration on router: tc qdisc add dev eth0 root handle

[LARTC] HTB? (NEWBIE)

2007-01-19 Thread Simone84bo
Hi to all I am studying HTB on LARTC how to. I realize a simple configuration on router: tc qdisc add dev eth0 root handle 1: htb default 30 tc class add dev eth0 parent 1: classid 1:1 htb rate 3mbit burst 15k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 2mbit burst 15k tc class add dev e