Re: [LARTC] Understanding filters

2004-11-03 Thread Mario Bittencourt
Thanks. The example on the filter section has nothing to do with the example of PRIO used earlier. On Tue, 2 Nov 2004 10:27:53 -0800, Orlie Brewer <[EMAIL PROTECTED]> wrote: > Hello, > > The parent of a filter should be the handle of the qdisc containing the > classes to which you are trying to

[LARTC] I don't want mailing info.

2004-11-03 Thread 나연경
I don't want mailing Info. Pleaes Don't send mail to me.

Re: [LARTC] simulate

2004-11-03 Thread Stephen Hemminger
On Wed, 03 Nov 2004 18:22:43 -0300 "Patricio Bruna V." <[EMAIL PROTECTED]> wrote: > are any tool, script, software, that let me simulate network traffic, > like trasmit for 2 hours at 100Mbs? packet generator (see Documentation/networking/pktgen.txt) __

[LARTC] simulate

2004-11-03 Thread Patricio Bruna V.
are any tool, script, software, that let me simulate network traffic, like trasmit for 2 hours at 100Mbs? -- Patricio Bruna http://www.linuxcenterla.com Ingeniero de Proyectos Canada # 239 Piso 5 Red Hat Certified Engineer Providencia,

[LARTC] Burst problem!

2004-11-03 Thread Cireasa Claudiu
Hello!   I have a problem with i detalied in an early mail but there was no answer so i will try to be more specific.   i have this   tc class add dev eth0 parent 1: classid 1:1 htb rate 64kbit ceil 256kbit burst 15k quantum 1500   tc class add dev eth0 parent 1:1 classid 1:100 htb rate 32kbi

[LARTC] Download ratio unstable

2004-11-03 Thread magin
Hi, i'm newbie with traffic control. I create a script based in one from Jason Boxman (thx a lot). the upload flow is prioritized well, but when i download from a site, the down flow vary a lot from 25 KB to 4 KB. Before i use this script the downloads are constant between 22 an 25 KB. Perhaps ther

[LARTC] Inverting filters

2004-11-03 Thread Nikolay Dmitriev
How to invert match parameter? Like this: tc filter add dev eth0 protocol ip parent 1: prio 1 u32 \ match ip src 10.20.30.40 \ match ip dst !10.30.0/24 \ match ip dst !10.40.0/24 \ flowid 1:20 ___ LARTC mailing list / [EMAIL PROTECTED]