Re: [LARTC] Shaping per machine

2005-12-05 Thread Kajetan Staszkiewicz
Dnia poniedziałek, 5 grudnia 2005 13:58, Dave Weis napisał(a): > > That's because you are putting all /24 network into one single HTB. You > > have to make one HTB (SFQ for every user helps a lot too) for each > > computer in the network: > > > > tc qdisc del root dev eth1 > > tc qdisc add root d

Re: [LARTC] Shaping per machine

2005-12-04 Thread Andreas Klauer
On Sunday 04 December 2005 23:11, Dave Weis wrote: > What should I be doing differently here? > > tc qdisc del dev eth0 root > > tc qdisc add dev eth0 root handle 1: htb default 10 > > tc class add dev eth0 parent 1: classid 1:1 htb rate 100MBit ceil > 100MBit > > tc qdisc add dev eth0 parent 1:10

Re: [LARTC] Shaping per machine

2005-12-04 Thread Kajetan Staszkiewicz
Dnia niedziela, 4 grudnia 2005 23:11, Dave Weis napisał(a): > I'm trying to shape each machine on an interface to 256k each, but I'm > getting stuck and only able to shape an entire interface to 256k. What > should I be doing differently here? > > tc qdisc del dev eth0 root > > tc qdisc add dev e

[LARTC] Shaping per machine

2005-12-04 Thread Dave Weis
I'm trying to shape each machine on an interface to 256k each, but I'm getting stuck and only able to shape an entire interface to 256k. What should I be doing differently here? tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1: cl