Re: [LARTC] converging the flow

2004-06-28 Thread Francesco Del Degan
Hideaki Nemoto wrote: Hi everyone, I had a question about linux qos using the tc command. I'm sorry if I'm mailing to the wrong list. I'd appreciate any redirection to the right one. What I want to do is to converge several flows. Is this possible with Linux ?I only found examples that fan out, lik

[LARTC] Dual home gateway problem with redirect page

2004-06-28 Thread Mohammad Reza
Dear Lists,   I have problem regarding multipath connection to internet behind NAT. I use 2.4.26 kernel in RH-9.0 with Julian Anastasov patch, and   version iproute2-ss020116 (Fedora RPM package). Dual homing and dead gateway detection work fine as we expected, the problem is , everytim

[LARTC] Dual Home Gateway Problem with non absolute URL

2004-06-28 Thread Mohammad Reza
Dear Lists,   I have problem regarding multipath connection to internet behind NAT. I use 2.4.26 kernel in RH-9.0 with Julian Anastasov patch, and   version iproute2-ss020116 (Fedora RPM package). Dual homing and dead gateway detection work fine as we expected, the problem is , everytim

Re: [LARTC] Re: htb filter

2004-06-28 Thread Stef Coene
On Thursday 24 June 2004 06:37, [EMAIL PROTECTED] wrote: > Jason Boxman writes: > > On Wednesday 23 June 2004 01:57, Svetozar Mihailov wrote: > >> > Shouldn't this: > >> > > tc class add dev eth0 parent 2:0 classid 2:200 htb rate 100Mbit prio > >> > > 10 > >> > > >> > be "parent 2:"? > >> > > >> >

Re: [LARTC] IMQ htb question

2004-06-28 Thread Andre Correa
Mihai, there is no need to make it like that: qdisc->class->qdisc->client_classes ... this is just an example, not something that have to be followed. A possible use for a setup like that would be to have another qdisc child from 1:1 using CBQ for example, not HTB, and then child classes to at

[LARTC] fairnat with squid + Squid with ZPH

2004-06-28 Thread ThE LinuX_KiD
Hi, I'm trying to share internet on a LAN I've a linux router with SQUID (with ZPH support) + FAIRNAT The idea is: - fairness sharing internet - priorize interactive traffic - if a web object is on squid-cache (HIT), user can download it, with a rate = LAN rate I've: - Last Fairnat Script: w

[LARTC] IMQ htb question

2004-06-28 Thread Mihai Tanasescu
Hello, I've just recently started to use IMQ and I got puzzled after seeing the imq usage example on the linuximq.net site: It was something like this: tc qdisc add dev imq0 handle 1: root htb default 1 tc class add dev imq0 parent 1: classid 1:1 htb rate 1mbit tc qdisc add dev imq0 parent 1:1 ha

[LARTC] Multiple police rates

2004-06-28 Thread Luciano Lima
Hi all, I'd like to have multiple polices in an interface with different src address, like that: tc qdisc add dev eth4 handle : ingress tc filter add dev eth4 parent : protocol ip prio 5 u32 match ip src \ 192.168.18.0/24 police rate 128kbit burst 10k drop flowid :1 tc filter add dev e

[LARTC] converging the flow

2004-06-28 Thread Hideaki Nemoto
Hi everyone, I had a question about linux qos using the tc command. I'm sorry if I'm mailing to the wrong list. I'd appreciate any redirection to the right one. What I want to do is to converge several flows. Is this possible with Linux ?I only found examples that fan out, like the tree structure

[LARTC] Prioritizing interactive traffic does not work

2004-06-28 Thread Alexander Kotelnikov
Hello. In short Linux Advanced Routing & Traffic Control HOWTO's chapter 15.4. Prioritizing interactive traffic does not help me at all. I have an asymmetric ADSL connection nominal 64Kbit in / 16Kbit out, real (based on bulk transfers measures) 256Kbit/26Kbit. First thing I would like to improve