[LARTC] tc and rrdtool graphs [ADSL-optimizer.dk]

2006-02-24 Thread admin
anyone know how to use tc and rrdtool to create queue based graphs? im currently using http://www.adsl-optimizer.dk/ADSL-optimizer, of which the ddraw.cgi doesnt work properly on debian testing. im looking for graphs like this: http://www.adsl-optimizer.dk/graph-shots/12hours/ if anyones done

Re: [LARTC] HTB: far unequal behaivor at a slight conf rate change

2006-02-24 Thread Andreas Klauer
On Thu, Feb 23, 2006 at 11:42:16PM -0300, Luciano Ruete wrote: That's becouse the _real_ scenario will look like this: root-parent_all_hosts-client_host_1-prio -dfl [...] -client_host_N-prio

Re: [LARTC] tc and rrdtool graphs [ADSL-optimizer.dk]

2006-02-24 Thread Wolfgang Karall
On Fri, 2006-02-24 at 09:25 +, [EMAIL PROTECTED] wrote: im looking for graphs like this: http://www.adsl-optimizer.dk/graph-shots/12hours/ I produce similar output with a Munin (http://munin.sf.net) Plugin called polltc from http://talk.trekweb.com/~jasonb/software.shtml after writing a

Re: [LARTC] Balancing multiple connections and NAT

2006-02-24 Thread Sebastian Bork
On Fr, 2006-02-24 at 00:44 +0530, Raj Mathur wrote: I have a client connected to the 'net through 3 ISP's. Have set up a Linux box to do routing and load sharing for the 3 connections. A fourth interface is connected to the LAN with private IP addresses. Am using iptables to SNAT traffic to

[LARTC] why isn't 1:1 getting the traffic? [filter question]

2006-02-24 Thread Andreas Hasenack
With the below script, whenever I ping 10.0.16.10 (which matches the only filter I have), traffic still get's sent to the default 1:2 class instead of 1:1 and I don't know why... Any hints? (kernel 2.6.12, iproute2-2.6.15) tc qdisc del dev eth0 root /dev/null 21 tc qdisc add dev eth0 handle 1:

Re: [LARTC] Balancing multiple connections and NAT

2006-02-24 Thread Raj Mathur
Sebastian == Sebastian Bork [EMAIL PROTECTED] writes: Sebastian On Fr, 2006-02-24 at 00:44 +0530, Raj Mathur wrote: I have a client connected to the 'net through 3 ISP's. Have set up a Linux box to do routing and load sharing for the 3 connections. A fourth interface is

[LARTC] tc filter can target only leaf classes?

2006-02-24 Thread Andreas Hasenack
(using htb) I'm trying to learn tc filter and it seems the flowid parameter can only point to leaf classes. Actually, it can point anywhere, but it doesn't seem to work unless it points to a leaf class. Is this correct? For example, I have this tree: eth0

Re: [LARTC] why isn't 1:1 getting the traffic? [filter question]

2006-02-24 Thread Andreas
Jody Shumaker wrote: tc qdisc del dev eth0 root /dev/null 21 tc qdisc add dev eth0 handle 1: root htb default 2 tc class add dev eth0 classid 1:1 parent 1: htb rate 100kbps ceil 100kbps quantum 1500 tc class add dev eth0 classid 1:2 parent 1: htb rate 90mbit ceil 90mbit quantum 1500

Re: [LARTC] why isn't 1:1 getting the traffic? [filter question]

2006-02-24 Thread Andreas Klauer
On Fri, Feb 24, 2006 at 06:19:53PM -0300, Andreas wrote: This was fairly obvious looking at your tc statistics output, where it lists both 1:1 and 1:2 as roots with no parent. There can only be one valid root class. Why? I need two virtual circuits. I don't want the 90mbit class interfere

Re: [LARTC] why isn't 1:1 getting the traffic? [filter question]

2006-02-24 Thread gypsy
Andreas Hasenack wrote: With the below script, whenever I ping 10.0.16.10 (which matches the only filter I have), traffic still get's sent to the default 1:2 class instead of 1:1 and I don't know why... Any hints? (kernel 2.6.12, iproute2-2.6.15) tc qdisc del dev eth0 root /dev/null 21

[LARTC] query on Compiling

2006-02-24 Thread Abhishek Misra
Hello, Please let me know is it possible to compile linux network stack or say just UDP seprately. Entire kernel compilation takesa lot of time . I need to avoid that. ___ LARTC mailing list LARTC@mailman.ds9a.nl