[LARTC] New Traffic Control GUI

2003-02-18 Thread Stasi
Hi all,   I have made a small interface for Traffic Control with HTB and SFQ.   http://polip.sourceforge.net   The system is very simple to use, and the only parm you need is ip and bandwith. It is very convinient for NAT user sharing internet in a local network. You can create single clients

Re: [LARTC] Graphical interface to tc

2003-01-15 Thread Stasi
what do you want to do? try polip.sourceforge.net - Original Message - From: "Wouter Coppens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 2:03 PM Subject: [LARTC] Graphical interface to tc Hey guys, Is there any graphical interface ( I prefer webbased)

Re: [LARTC] cbq error

2002-06-03 Thread Leandro Stasi
I know it is not broken but, Do you know how to fix it? How come I have this message now and not berfore since I haven't change my configuration. Alexey Talikov wrote: > See source code linux/net/sched/sch_cbq.c line 1109 (2.4.18) > Hence in src code developer protect of arithmetic overflows

[LARTC] cbq error

2002-06-02 Thread Leandro Stasi
What is the meaning of this? CBQ: class 00010002 has bad quantum==0, repaired ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] configuring traffic control without tc (struct tcmsg)]

2002-06-02 Thread Leandro Stasi
Hi I need some help/doc with the rtnetlink struct tcmsg prameters. I'm trying to configure traffic control kernel fuctions from inside a program, and I don't want to use tc. I try to make a function to del the root qdisc from a device but I couldn't complete it. So far I know this: I have to

[LARTC] configuring traffic control without tc (struct tcmsg)

2002-05-31 Thread Leandro Stasi
Hi I need some help/doc with the rtnetlink struct tcmsg prameters. I'm trying to configure traffic control kernel fuctions from inside a program, and I don't want to use tc. I try to make a function to del the root qdisc from a device but I couldn't complete it. So far I know this: I have to

[LARTC] route filter?

2002-05-31 Thread Leandro Stasi
Can I make a tc filter for a class base on masquerade route tables? ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] cbq parameters

2002-05-30 Thread Leandro Stasi
If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is the same of the root cbq qdisc or the rate of the cbq class? Does exist the parameter rate on the "tc qdisc add" for cbq command? tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000 cell 8 tc class add

Re: [LARTC] cbq (root class) rate problem]

2002-05-07 Thread Leandro Stasi
Stef Coene wrote: >>I did a workaround by creating an extra class with root class as parent >>and isolated,bounded >> >> >>But I don't like to have extra classes just becuse I can control root >>class. >> >>tc qdisc add dev eth0 root handle 10:0 cbq bandwidth 10mbit avpkt 1000 >>cell

Re: [LARTC] How to get statictis

2002-05-07 Thread Leandro Stasi
ch > will compute them. > What are you missing ? > devik > Sorry, you mean I have to compute them? > On Tue, 7 May 2002, Leandro Stasi wrote: > > >>How do you do to get stictis from classes or qdics? >> >>Like actual speed, borrow speed, etc. >> >&

[LARTC] How to get statictis

2002-05-06 Thread Leandro Stasi
How do you do to get stictis from classes or qdics? Like actual speed, borrow speed, etc. Beside the tc -s command that don't give you too much information. ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO

[LARTC] cbq (root class) rate problem

2002-05-06 Thread Leandro Stasi
From where the cbq classes borrow bandwith? (parent or sibling) If the parent is rate at 50kbit the leaf classes should not get more bandwith than the parent? Why does the classes (with root class as parent) borrow bandwith beyond the rate set when cqb is created? CBQ on 10Mbit Ethernet 2 cl

[LARTC] SFQ for all classes

2002-04-25 Thread Stasi
Can I use the same SFQ queue dicipline for all the classe in a CBQ or HBT system? ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] SFQ after TBF

2002-04-10 Thread Leandro Stasi
Can I attach a SFQ qdisc after a TBF qdisc? ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] Flow direction?

2002-03-24 Thread Leandro Stasi
I don't understand how the flow goes in the traffic control. Please helpme to understand, this is what I know. I made this example: tc qdisc add dev eth0 root handle 10: cbq bandwidth 10mbit avpkt 1000 tc class add dev eth0 parent 10: classid 10:1 cbq bandwidth 10mbit rate 25kbit allot 1514 ma