Re: [LARTC] Fair bandwidth oversubscribing ? How with HTB ?

2004-01-22 Thread Simon Byrnand
At 13:13 21/01/2004, Patrick McHardy wrote: Santiago J. Ruano Rincón wrote: try HFSC, Hierarchical Fair Service Curve: http://trash.net/~kaber/hfsc http://www-2.cs.cmu.edu/~hzhang/HFSC/ i'm going to test it in this week. This should indeed work with HFSC if the custumer-classes have only links-h

Re: [LARTC] IPsec and u32 filters

2004-01-22 Thread Damion de Soto
Cord Buhlert wrote: how can I filter IPsec traffic with u32 filters? I know IPsec needs Port 500/UDP and IP protocols 50 and 51. I know how to get the port stuff, but how can I make u32 to match the protocol number? Same as matching tcp packets: match ip protocol 0x32 0xff (ESP proto 50) or match

Re: [LARTC] htb+beginner+error

2004-01-22 Thread Stef Coene
On Tuesday 20 January 2004 14:46, Eddie wrote: > Good day all > So at log last I did my script > We have a 256kbite connection.This scrip runs on my gateway box(the same > for script for eth1(ext) and eth0(int) > I want to limit all other traffic to 10kbites but when I do it I give me > this error:

Re: [LARTC] Quantum of class nnnnn is big

2004-01-22 Thread Stef Coene
On Wednesday 21 January 2004 17:18, [EMAIL PROTECTED] wrote: > > Make sure 1500 < quantum < 6 > > quantum = rate / r2q > > Stef, > > Would it be 1500 < quantum, or 1500 <= quantum ? I checked the htb code in kernel 2.6.1: if quantum < 1000 or quantum > 20, an eror is logged. Stef -- [EMA

RE: [LARTC] a couple of questions regarding htb

2004-01-22 Thread rubens
On Wed, 21 Jan 2004, Serge Maandag wrote: > > Only outgoing traffic can be classfully shaped or limited. > > > Is that correct or will limiting of incoming traffic work > > but isn't it just as reliable? > > > > It's just not very flexible. > > In what manner? As in no borrowing / lending or as

Re: [LARTC] Problems with netfilter

2004-01-22 Thread rubens
On Thu, 22 Jan 2004, Nikhil Jogia wrote: > I have 2 internet connections (1 adsl/1 cable). I am try to route all > outgoing mail from the mail server (on the same box), through the ADSL > connection routing through the cable will mean mail will get rejected by AOL > :( I am using qmail as the ma

Re: [LARTC] rshaper Config

2004-01-22 Thread Stef Coene
On Wednesday 21 January 2004 06:56, tulasi wrote: > Hi Every One, > > I am using Linux 2.4 with 8390 Network driver. For > configuring rshaper in one of the manual i have > studied that need to insert the following line in > Global space of Kernel. > > int (*net_shaper_rx_hook)(struct sk_buff *skb)

Re: [LARTC] Quantum of class nnnnn is big

2004-01-22 Thread Stef Coene
On Wednesday 21 January 2004 17:18, [EMAIL PROTECTED] wrote: > > Make sure 1500 < quantum < 6 > > quantum = rate / r2q > > Stef, > > Would it be 1500 < quantum, or 1500 <= quantum ? No, 1500 < quantim < 60.000. So quantum must be at least 1500, that's the maximum packet size. And < 6 and

Re: [LARTC] Puzzled why my scripts don't give me the desired result

2004-01-22 Thread Stef Coene
On Thursday 22 January 2004 07:50, Terry Tse wrote: > I am wondering if someone can examine why my set up does not give me the > desired result. What I aim to achieve is to make DNS, ICMP, POP3, HTTP, > SSH, SMTP traffic at a higher priority than FTP serving and Kazza traffic. > > However, when the

Re: [LARTC] HTB and VOIP- Choppy voice quality: What am I doing wrong? Desperate!

2004-01-22 Thread Artūras Šlajus
Dan White wrote: All of the gateways are set up properly, and I can communicate in all directions, and can place calls clearly when the traffic is low. Now here is my problem. When I dump a big file over the fiber link, the voice quality goes down considerably. I hit "cancel" on the file, th

Re: [LARTC] request from nimal

2004-01-22 Thread Stef Coene
On Thursday 22 January 2004 15:13, Nirmala Thiagarajan wrote: > hi lartc members, > > > I am trying to implement LARTC in a small Lan with ethernet 100 mbits. > I want to configure packet filters, scheduling and shaping using tc > command. My problem is i dont know how to show the result in th

Re: [LARTC] Search Engine

2004-01-22 Thread Stef Coene
On Thursday 22 January 2004 08:54, Anderson Levi wrote: > Hi all, > > I was wondering whether there is a search engine I could use to search > the list. It would help get info quicker and reduce redundancy :-). You can use google. Include site:mailman.ds9a.nl in your search and google will search

Re: [LARTC] Fair bandwidth oversubscribing ? How with HTB ?

2004-01-22 Thread Santiago J. Ruano Rincón
Did you think something like this?: tc class add dev eth0 parent x: ... htb rate 83kbps ceil 256kbps Quoting Simon Byrnand <[EMAIL PROTECTED]>: > Hopefully someone has a suggestion on how I might do this...as I can't > figure it out :( > > I need to be able to set up a group of seperate users

[LARTC] HTB and VOIP- Choppy voice quality: What am I doing wrong? Desperate!

2004-01-22 Thread Dan White
Hello all,       ( I apologize if this posts twice )       Here is my situation. I have 3 buildings linked with 100mbit fiber optics (2 runs that come to the corporate office). I have 3 RH9 boxes, one at each location. Each box at the remote locations have 4 NICs, one for the fiber link, on

[LARTC] request from nimal

2004-01-22 Thread Nirmala Thiagarajan
hi lartc members, I am trying to implement LARTC in a small Lan with ethernet 100 mbits. I want to configure packet filters, scheduling and shaping using tc command. My problem is i dont know how to show the result in the small lan . Plz help me. thanking u all.  Play the prediction game on M

[LARTC] IPsec and u32 filters

2004-01-22 Thread Cord Buhlert
Hi, how can I filter IPsec traffic with u32 filters? I know IPsec needs Port 500/UDP and IP protocols 50 and 51. I know how to get the port stuff, but how can I make u32 to match the protocol number? thx, cb ___ LARTC mailing list / [EMAIL PROTECTED] htt

[LARTC] Search Engine

2004-01-22 Thread Anderson Levi
Hi all, I was wondering whether there is a search engine I could use to search the list. It would help get info quicker and reduce redundancy :-). Thanks. ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO

[LARTC] Problems with netfilter

2004-01-22 Thread Nikhil Jogia
Hi, I have 2 internet connections (1 adsl/1 cable). I am try to route all outgoing mail from the mail server (on the same box), through the ADSL connection routing through the cable will mean mail will get rejected by AOL :( I am using qmail as the mail server. The configuration is: eth0 : cable