Displaying 20 results from an estimated 2000 matches similar to: "r2q"
2004 Apr 06
11
htb2 -> htb3 problems
Hello!
I need to switch from htb2 to htb3, because of speed issues (for me,
htb2 is unable to handle more then 100mbit duplex with ~550 classes),
kernel profiling shows htb_dequeue_prio at 1st place with 3x isolation.
So, I''ve moved from 2.4.19 to 2.4.25 kernel (hi-pac for classification/marking
and htb3 for queueing), and traffic rate drop from 100 to 20mbit.
What can be wrong? The
2002 Oct 21
9
help, a children can not borrow from a parent?
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 class add dev eth2 parent 10: classid 10:1 htb rate 50Mbit burst
2000
tc-htb3 class add dev eth2 parent 10:1 classid 10:100 htb rate 12mbit ceil
50mbit prio 1
tc-htb3 class add dev eth2 parent 10:1 classid 10:20 htb rate 38mbit ceil
50Mbit prio 8
ipchains
2002 Sep 07
4
imq0 not being detected
mdew:~# tc qdisc add dev imq0 handle 1: root htb default 12 r2q 1
Cannot find device "imq0"
mdew:~# lsmod
Module Size Used by Not tainted
ipt_REDIRECT 728 0 (autoclean)
ipt_MARK 728 2 (autoclean)
iptable_mangle 2100 1 (autoclean)
ipt_REJECT 2712 4 (autoclean)
iptable_filter 1672 1 (autoclean)
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi,
I have a Debian based NAT router. How can I manage upstream egress
bandwidth based on the LAN ipadress in the network below? My goal is
that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of
90Mbit up/down, both max 100Mbit up/down?
targethost
172.16.255.254
|
|
172.16.0.1
natrouter
2004 Jan 26
3
R2Q
Hello again,
I need to change the R2Q for my script, as setting the quantum manually for
each class is painful. Can you tell me exactly where to set R2Q = x?
I get syntax errors all the time. Should it be specified for each class? I
do not know where to place this setting...
Thanks in advance,
Vlad Mihai
_______________________________________________
LARTC mailing list /
2002 Nov 06
1
help, strange question about tcp and udp traffic control?
Hi ;
+--------+ +-----------+ +--------+
| server |---------- | linux box |---------------------| Client |
+--------+ +-----------+ +--------+
MY script:
tc-htb3 qdisc del dev eth1 root
ipchains -F
tc-htb3 qdisc add dev eth1 root handle 10: htb default 20 r2q 40
tc-htb3 class add dev eth1 parent 10: classid 10:1 htb
2004 Apr 05
0
htb v3 question - quantum and r2q again
Hello!
One simple question regaring htb2->htb3 way.
I''m using 2.4.25 kernel with tc3 from Devik''s site, RH9.
My data flow is about 100Mbit duplex and is subject to grow, so
I''m creating root class with 200Mbit rate, with r2q=10,
quantum = rate/r2q, and 1500 < quantum < 200000 (sch_htb.c)
with such r2q my default shaping window will be from 120Kbit to 16Mbit,
2003 Apr 30
1
Error! HTB: quantum of class 10001 is big. consider r2q change
hi.
When I execute follow class setting
qdisc 1:0 root htb default 2
parent 1:0 classid 1:1 htb rate 10Mbit ceil 10Mbit
parent 1:1 classid 1:2 htb rate 10kbit ceil 100Mbit
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change. <7>htb*g j=1014xxxxx
HTB: quantum of class 10001 is big. Consider r2q change.
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan.
I configured tcng to shape both download and upload
and i got connection loss again.
Maybe it is my script fault or it is something bad with packets marking .
this is how i mark outgoing packets
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark
$ip
and this part of my script which is intented
2002 May 27
4
htb3 with imq
hi all,
i want to try htb3 with imq
downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got
STUCK on step 1 :(
this are what i did
can anyone guide me what went wrong on the first step itself !!
[root@cab1 root]# modprobe imq numdevs=1
modprobe: Can''t locate module imq
[root@cab1 root]#
[root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find
2004 Jun 12
5
HTB theory?
Hello,
I have been searching for HTB theory documentation and found two interesting
sources - Devik''s page and docum.org FAQ. In some places they are
contradictory which make me think that Devik''s theoretic document (marked
"actual") is just too old and does not reflect the latest changes. After
reading http://www.docum.org/docum.org/faq/cache/30.html and others, I
2003 Oct 11
1
HTB: quantum of class 100001 is small. Consider r2q change
Salut lartc (lartc@mailman.ds9a.nl),
18:12:52 kernel HTB init, kernel part version 3.10
18:12:52 kernel HTB: quantum of class 100001 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100002 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100003 is small. Consider r2q change.
18:12:52 kernel HTB: quantum of class 100004 is small. Consider r2q change.
2003 Mar 12
3
Warnings with and without r2q
Hi everyone,
My HTB script is showing me those "r2q change" warnings. I read that I
should test with r2q values to gain accuracy and stop the warnings but I
made some tests with r2q and with burst and I still get the warnings. Any
ideas on this issue will be very helpful. The script seems to be working as
the bandwidth for the IPs is being shaped.
The NIC works at 100mbit and the
2002 Jun 17
2
Going Mainstream
Devik, Can you send Htb to Marcello Please?
Its only a module, but its about time it went mainstream.
Maybe its too late for 2.4.19, but 2.4.20 will come.
Same comment for IMQ also.
Regards
John
2002 Oct 29
3
HTB/IMQ with GRE bug
Hi Devik/Patrik,
In setting up IMQ/HTB with a GRE Tunnel I''m constantly getting kernel
errors:
[root@linux /root]# dmesg
... ... ...
NET: XXX messages suppressed.
Dead loop on virtual device gre1, fix it urgently!
... ... ...
This I get only if I''m going to start cross device b/w control. If I remove
iptables rule
iptables -t mangle -D POSTROUTING -j IMQ
then no such warning
2005 May 26
4
What is: "Consider r2q change"
Hi,
I''m getting this warning/error in /var/log/messages:
May 26 18:21:05 mail kernel: HTB: quantum of class 10010 is small.
Consider r2q change.
Its a big deal? What should I do?
Many thanks
Oliver
--
Oliver Schulze L.
<oliver@samera.com.py>
2004 Mar 19
8
r2q
Hi...
I''m working with HTB, and have a question...
what happen if I create a class of "8kbit" ??
I get a log :
"HTB: quantum of class .... is small. Consider r2q change"
but, my r2q=1 I can''t reduce that variable...
how must I procced ?
Thank you!
mac
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2002 Oct 14
1
答复: Re: help, HTB2 and filter ?
>> BUT:
>>
>> tc filter add dev eth1 protocol ip parent 10:1 prio 1 handle 100 fw
>> classid 10:100
>>
>> OUTPUT : "RTNETLINK answers: Invaid argument"
>
>cls_fw is not loaded ? (quick guess only).
> devik
tc filter add dev eth1 protocol ip parent 10:1 prio 1 fw
can run !!
_______________________________________________
2003 Jan 06
1
strange htb behaviour
Hello List,
I use HTB in a ~80 users serving router with kernel 2.4.20.
eth0 is the internet interface (half-duplex 1Mbit),
eth1 the internal interface (100Mbit full duplex)
cause of the fact that the router also serves as a http-proxy (squid) i
thought setting up the default class on eth1 with the real upload-speed
(100Mbit) would do the job, i.e. shaping normal stuff to 1Mbit except
local
2007 Jun 06
4
how hierarchical is HTB?
Hi there!
I''ve using HTB for a while and now I an faced with a ''problem''.
How hierarchical is HTB?
Let''s say I have this 3 layer HTB setup:
root class 1: (rate=100, ceil=100)
1: children classes 1:10 (30,100) and 1:20 (70,100)
1:10 children classes 1:100 (10,100) and 1:101 (20,100)
1:20 children classes 1:200 (30,100) and 1:201 (70,100)
I managed to have