AW: [LARTC] Traffic Shaping

2007-05-07 Thread Simo
Hi Rangi, Bandwidth ist important, but VoIP needs more than this. Voice traffic needs low latency of packets. That's why traffic shaping maybe not lose your problem. in this a HFCS queuing descipline is used instead of HTB, because this can separate between bandwidth and

[LARTC] Strange problem with HTB

2007-05-07 Thread Martin Milata
Hi list, I've got quite a strange problem with htb. I have following configuration: dual core athlon, two intel e1000 nics - eth1 is connected to lan and has private ip, eth0 is connected to our isp and has public ip (so there's nat on eth0). There is practically same htb configuration on both

[LARTC] IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name

2007-05-07 Thread Salatiel Filho
After starting to shape local traffic now i am getting a lot of kernel panics in tcp_retransmit, so i decided to update my kernel from 2.6.17.14 to 2.6.21.1 , the problem is that after that i get: # iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0 iptables: No chain/target/match by

[LARTC] Re: Using multiple network interfaces (internetconnections) separately

2007-05-07 Thread Kuolung
Hi , I want to use the * random selection of gateway, per TCP connection? ,i can do it right now but my if same remote site( ip ) always goto the same gateway,i think that is ip_route_cache problem or something like this how can I do ?? Kuolung - Original Message - From: Randy

[LARTC] limit bandwidth per host question

2007-05-07 Thread nic-lartc
EHLO tc gurus. New to traffic control. Unfortunately, the politicians here in Denmark have decided that a PC is the same as a television set - so anyone owning a PC and internet connection of over 255 kbit/s must pay DKR 2200/year = EUR 300 = USD 400 in television licence fees :-( This is a

RE: [LARTC] Traffic Shaping

2007-05-07 Thread Rangi Biddle
Hi Simo, I’ve just started to take a look into tcng. Looks promising, but I’m not sure that I have the time to spend fully investigating the tool. Plus I haven’t had much luck getting tcsim to compile as I am running a 2.6.9 kernel and tcsim is currently targeted at a 2.5.4 kernel. What

[LARTC] vconfig + Q in Q or 'vlan stacking'

2007-05-07 Thread Michael Fincham
Hello again everyone, Does anyone know the status of Q in Q or vlan stacking in the linux kernel? I've tried just adding a vlan on a vlan interface, but the recieving end seems to just see the inner vlan tag and not the outer one first. -Michael ___