Re: [LARTC] Bandwith especification.

2004-05-13 Thread Stef Coene
On Thursday 13 May 2004 16:05, Carles Xavier Munyoz Baldó wrote: Hi, If I have a DSL router with 300kpbs upload bandwith: Linux(eth0) ---(100Mbps)--- DSL ---(300kbps)--- INTERNET Which is the recomended value I must set in my QoS setup for the maximum outbound bandwith of my ethernet

Re: [LARTC] HFSC

2004-05-13 Thread Lawrence MacIntyre
Patrick: I tried that filter line, but it has incorrect syntax. But that isn't the problem. The problem is the HFSC part... The traffic is indeed UDP port 1234, and the HFSC qdisc functions for a short period of time (between 5 and 60 seconds or so, and then stops passing any traffic on

Re: [LARTC] Bandwith thinking error

2004-05-13 Thread Lars Oeschey
Andreas Klauer wrote: The modified wondershaper is here: http://www.metamorpher.de/files/wshaper-over-lan.htb I tested the script now, it works good so far in that LAN traffic isn't slowed down anymore . But when p2p has full Bandwidth, http over the proxy is very slow. I would like that

Re: [LARTC] Bandwith thinking error

2004-05-13 Thread Andreas Klauer
Am Thursday 13 May 2004 20:59 schrieb Lars Oeschey: Andreas Klauer wrote: The modified wondershaper is here: http://www.metamorpher.de/files/wshaper-over-lan.htb I would like that p2p just gets the bandwidth thats left over after http, is that possible? It's hard to get the P2P stuff

Re: [LARTC] wondershaper.htb problem

2004-05-13 Thread Andreas Klauer
Am Thursday 13 May 2004 19:38 schrieb Natxo Asenjo: + tc qdisc add dev ppp0 root handle 1: htb default 30 RTNETLINK answers: Invalid argument Wrong tc. HTB init, kernel part version 3.16 HTB: need tc/htb version 3 (minor is 16), you have 10 And I do not know where I can get another version

Re: [LARTC] help setting up router

2004-05-13 Thread Jason Boxman
On Thursday 13 May 2004 06:34, calin popa wrote: Hi, my name is Calin and I'm new to linux, but I guess its the right place to ask this: what do I set on a linux RH9 box with 2.4.24 kernel to route a 10 machine private network (192.168.x.x) by 3 limited bandwidth, public IPs (193.231.x.x).

Re: [LARTC] Bandwith thinking error

2004-05-13 Thread Jason Boxman
On Thursday 13 May 2004 14:59, Lars Oeschey wrote: Andreas Klauer wrote: The modified wondershaper is here: http://www.metamorpher.de/files/wshaper-over-lan.htb I tested the script now, it works good so far in that LAN traffic isn't slowed down anymore . But when p2p has full Bandwidth,

Re[2]: [LARTC] Multipath Connection problem on RH-8.0

2004-05-13 Thread Julian Anastasov
Hello, On Thu, 13 May 2004, Robert Kurjata wrote: JA To all: do you have some working script(s) that we can JA recommend for setups with 2 or 3 uplinks in multipath route? Then we JA can link them to the web page as reference. [cut] I've posted one in 2 links version. Now I'm

Re: [LARTC] Bandwith thinking error

2004-05-13 Thread Lars Oeschey
Jason Boxman wrote: I imagine you set $DEV to ethX, right? (In the original script it was ppp0.) yep... You'll need to patch your kernel to use either one and they both have IPTables components you will need to use to match traffic. IPP2P needs CONNMARK, which is available in patch-o-matic

Re: [LARTC] HTB MPU

2004-05-13 Thread Jason Boxman
On Thursday 13 May 2004 13:28, Andreas Klauer wrote: Am Thursday 13 May 2004 16:38 schrieb Andreas Klauer: Am Thursday 13 May 2004 15:54 schrieb Andy Furniss: I've just noticed that there is a patch on devik's site which does mpu and overhead. I'll give it a try. Thanks for the hint.

Re: [LARTC] Bandwith thinking error

2004-05-13 Thread Lars Oeschey
Zitiere wer=Andreas Klauer You have to add your filters then to the DSL class instead of parent qdisc, and a filter in the parent qdisc that puts packets that go to the Router IP into the DSL class. Or modify your filters so that they only apply to Router packets. Especially if you're

Re[2]: [LARTC] Multipath Connection problem on RH-8.0

2004-05-13 Thread Robert Kurjata
Hello Julian, Thursday, May 13, 2004, 9:23:27 AM, you wrote: JA Hello, JA To all: do you have some working script(s) that we can JA recommend for setups with 2 or 3 uplinks in multipath route? Then we JA can link them to the web page as reference. [cut] I've posted one in 2 links

Re: [LARTC] wondershaper.htb problem

2004-05-13 Thread Natxo Asenjo
On Thu, 13 May 2004, 09:28:17PM +0200¨, Andreas Klauer said: Am Thursday 13 May 2004 19:38 schrieb Natxo Asenjo: + tc qdisc add dev ppp0 root handle 1: htb default 30 RTNETLINK answers: Invalid argument Wrong tc. yes, I thought so :) HTB init, kernel part version 3.16 HTB: need