[LARTC] ip aliasing and tc ?

2002-07-07 Thread Julián Muñoz
How does traffic control behaves with respect of ip aliasing ? I am using IMQ for ingress shapping. How behaves IMQ with an interface eth0:0 ?? (linux ip aliasing, kernel 2.4) iptables -A PREROUTING -t mangel -i eth0:0 -j IMQ doesn't work, so I think it is useless ?? (The queue is before the

Re: [LARTC] IMQ not working :-(

2002-05-29 Thread Julián Muñoz
Solved, I had to install a more modern iptable :-) Now ingress traffic shapping seem to work, just testing it with ksnuffle (in order to see the graph of the traffic) :-) On Wed, 29 May 2002, Julián Muñoz wrote: On Tue, 28 May 2002, Patrick McHardy wrote: make sure imq0 is up and you

[LARTC] IMQ losing marks ??

2002-05-29 Thread Julián Muñoz
I am marking incoming packets this way: iptables -A PREROUTING -t mangle -i eth0 -j IMQ iptables -A PREROUTING -t mangle --protocol tcp --destination 443 \ -j MARK --set-mark 0x10020 On the IMQ device I have a htb queue. But all the traffic is put in the *default* htb queue, and not in

Re: [LARTC] tc man page

2002-05-29 Thread Julián Muñoz
And a good manual for tc filter ?? On Wed, 29 May 2002, Alexey Talikov wrote: http://lartc.org/manpages/ 29.05.2002 13:52:46, Andreani Luca [EMAIL PROTECTED] wrote: Hi, Does a tc man page exist? Where can I find it? Thanks Luca Andreani

Re: [LARTC] IMQ losing marks ??

2002-05-29 Thread Julián Muñoz
Yes, but will we understand ?? :-) On Wed, 29 May 2002, Martin Devera wrote: So, the --set-mark 0x10020 trick is not working in this case ?? Yes, it is the conclusion. With tc filter the packets go to the desired queue, Devik's trick doesn't work in this case :-) I'm

Re: [LARTC] htb faq

2002-05-27 Thread Julián Muñoz
On Sun, 26 May 2002, Martin Devera wrote: cburst is for ceil rate and burst is for normal rate. or rate has burst ceil has cburst probably it is not clear from the manual ? No :-) So it means that when traffic is borrowed cburst is used, else burst ? -- Saludos de Julián EA4ACL -.-

About burst and cburst in htb (Re: [LARTC] htb faq)

2002-05-27 Thread Julián Muñoz
On Mon, 27 May 2002, Martin Devera wrote: rate has burst ceil has cburst So it means that when traffic is borrowed cburst is used, else burst ? Hmm .. do you understand the difference between ceil rate ? Yes, rate is the guaranteed bandwitdh, ceil is the maximum bandwidth.

Re: About burst and cburst in htb (Re: [LARTC] htb faq)

2002-05-27 Thread Julián Muñoz
On Mon, 27 May 2002, Martin Devera wrote: I don't think so. The burst values are used by htb to answer question is the class over rate and is the class over ceil. The rate and ceil estimator is coupled by pairs rate/burst and ceil/cburst. It is by definition of leaky bucket. So is it the

[LARTC] OT: Looking for IPTABLE for potato

2002-05-24 Thread Julián Muñoz
Hello, Adrian Bunk site (2.4 kernel packages for Debian potato) seem of-line from 3 days ago I am trying to connect at. I am looking for the iptables source package (in order to patch them and use imq). Does someone have it ? Google reports me that the last Adrian's version was iptables

Re: [LARTC] OT: Looking for IPTABLE for potato

2002-05-24 Thread Julián Muñoz
The site has gone on-line again, problem solved. On Fri, 24 May 2002, Julián Muñoz wrote: Hello, Adrian Bunk site (2.4 kernel packages for Debian potato) seem of-line from 3 days ago I am trying to connect at. I am looking for the iptables source package (in order to patch them and use

Re: [LARTC] imq+htb does no traffic controll

2002-03-26 Thread Julián Muñoz
PS: is it possible, that the hole QoS-Part of my 2.2.17 Kernel is bugy? On an other kernel-tree i applyed the ds-patch to get ingress qdisc support. It commpiles fine and the module loads with no errors, but a tc qdisc add dev ppp0 ingress ... gives no such device error! This is

Re: [LARTC] htb+tc (protocol priority)

2002-03-26 Thread Julián Muñoz
Hi George, I am a newbie, but not an inexpert :-) The fact is that reading your message, I don't understand anything, you put technical datas, while I think you ask for some help a the concept level. :-) On Tue, 26 Mar 2002, George Tsuladze wrote: It is my tc script. I want to priorize

Re: [LARTC] Can't start ingress

2002-03-20 Thread Julián Muñoz
Thank you again Steff, You have to switch over to a 2.4.x kernel and enable INGRESS. I think there is a patch for the 2.2.X kernel, but the network part of the kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x kernel. Is my life in real danger with this patch ? Is

[LARTC] Can't start ingress

2002-03-19 Thread Julián Muñoz
#tc qdisc add dev eth0 handle : ingress RTNETLINK answers: No such file or directory Need I something more from my kernel (debian, 2.2.19+HTB patch). ? My kernel .config is at: http://www.etsit.upm.es/~rclub/socios/julian/CONFIG Thank you, -- __o _ \_ (_)/(_) Saludos