Re: [LARTC] kernel 2.4.18-17.7.x from redhat

2002-10-21 Thread Stef Coene
On Monday 21 October 2002 22:59, Ciprian Niculescu wrote: > Stef Coene wrote: > > On Monday 21 October 2002 00:52, Ciprian Niculescu wrote: > >>i compile the $subj, and found the htb qdisc in it, what version is it?? > > > > I don't use redhat, but I'm sure there is a sch_sfq.s file in the kernel >

[LARTC] a little program with split access?

2002-10-21 Thread Sean Oh
(I am resending this message because my previous mail seems corrupted) Hi. I am having a little problem with IP MASQ and IPROUTE2. I am using RedHat 8.0 with IPTABLES. I have a linux gateway server with 3 NICs. I set up the linux server as the below. As the result, it works fine( 192.168.0.x ca

[LARTC] Useing HashTable

2002-10-21 Thread zoop
I have a quesiton about hashtables I'm trying to understan how I can use this. the default hash table would be 800:: tc filter add dev eth1 protocol ip parent 1:0 prio 5 u32 ht 800:: \ match ip src 1.2.0.0/16 \ hashkey mask 0x00ff at 12 \ link 2: tc filter add dev eth1

Re: [LARTC] kernel 2.4.18-17.7.x from redhat

2002-10-21 Thread Ciprian Niculescu
Stef Coene wrote: On Monday 21 October 2002 00:52, Ciprian Niculescu wrote: i compile the $subj, and found the htb qdisc in it, what version is it?? I don't use redhat, but I'm sure there is a sch_sfq.s file in the kernel tree where you can find the version information (HTB_VER). If you load

Re: Re: [LARTC] help, a children can not borrow from a parent?

2002-10-21 Thread Stef Coene
On Monday 21 October 2002 16:24, [EMAIL PROTECTED] wrote: > WHEN i send packets from 10.1.1.1 at rate frome 12mbit to 50mbit BY using > SMATRBIT 600, > the rate of class 10:100 is always 12bits. I suppose it's the SMATRBIT 600 that says it sends 12bits. WHAT if you change 12mbit to 15mbit. WHAT

RE: Re: [LARTC] help, a children can not borrow from a parent?

2002-10-21 Thread lihpc
WHEN i send packets from 10.1.1.1 at rate frome 12mbit to 50mbit BY using SMATRBIT 600, the rate of class 10:100 is always 12bits. >> Hi ; >> >> MY script: >> >> tc-htb3 qdisc del dev eth2 root >> ipchains -F >> >> tc-htb3 qdisc add dev eth2 root handle 10: htb default 20 r2q 40 >> >> tc-htb3

[LARTC] tcng version 9b

2002-10-21 Thread Werner Almesberger
... is on SourceForge, http://tcng.sourceforge.net/#src This one fixes a really stupid typo causing tcsim's tc to pick up HZ from the environment where it's being run, not the simulation environment, which confused most rate calculations. And if_u32.c now only emits hashes that will actually be u