similar to: HTB filters - pls help me

Displaying 20 results from an estimated 6000 matches similar to: "HTB filters - pls help me"

2004 Jan 19
4
tool to monitor HTB class utilisation
Hi, can any body suggest any tool which can show the utilisation for individual classes for HTB. preferable written in C/or shell script. Regards Jayesh ------------------------------------------------- Still single? Click here to find the perfect match. http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141
2004 Jan 12
8
sum of child rates exceeds parent rate
Hi, i have created a parent class with 45Meg rate/ceiling Note : The actual traffic flowing via that pc is around 6Meg to 15Meg I assume the problem will come only when the traffic is more than 45Meg. Now if i create child classes whose sum of rates crosses more than 45Meg ? 1.How that tc behaves. 2.Will this affect browsing. Pls let me know this details Regards Jayesh
2004 Jan 10
1
setting quantum values
Hi, when we add a class we get an error "HTB Quantum too small,or too big" i read in docum.org that we need to set the quantun value which should be >1500 and <60000. but i need to add classes with diff type of rates. eg : Min : 32 kbit and Max : 512 kbit. now in this case how do i set my quantum value which satifies all types of rates. Pls let me know,This is very urgent for
2004 Jan 20
1
example clarification needed
Hi, I have a parent class 1:1 with rate=ceil=64kbit i create 3 classes under it(1:1). class 1:2 rate=ceil=32kbit class 1:3 rate=ceil=16kbit class 1:4 rate=ceil=16kbit if 64kbit traffic is flowing from the cable all the 3 classes will get their respective shape. 1 .if only 32kbit data is flowing(for some reason). a. Then how will the traffic gets distributed.? b. Is it in first come first serve
2004 Jan 10
1
htb info needed
Hi, Want to know few things abt tc rules getting stored. 1.When a tc rule is added where does tc store it( in memory or in some flat file or some DB). 2.When the rules are added does it do any I/O operations. Regards Jayesh ------------------------------------------------- Still single? Click here to find the perfect match.
2004 May 07
5
shaping domain names(www.xyz.com)
Hi, Is there any way by which we can shape domain name(not by IP address) Eg : suppose i want to shape tarrif to a particular domain www.xyz.com which has multiple ips and i am not aware of there ips how can we do that. Regards Jayesh ------------------------------------------------- Still single? Click here to find the perfect match.
2002 May 08
5
how to clean "tc" configure
tc qdisc add dev eth0 root sfq perturb 10 I want to set perturb to 8 then i used this tc qdisc add dev eth0 root sfq perturb 8 system give me the following message RTNETLINK file exists I delete the rule by this :"tc qdisc del dev eth0 root sfq perturb 10" please tell me how can i delete the rule by another way and where is "RTNETLINK file"
2004 Jan 31
6
HTB dequeueing in pairs fixed
I posted earlier when I noticed that htb was releasing packets in pairs, even though my burst/quantums were 1 pkt. To fix I set HTB_HYSTERESIS 0 in net/sched/sch_htb.c . This gives a noticable gain in upstream worst case latency, for me with 256kbit/s up I used to see +90 sometimes, now it''s +45. For the many who have 128 up it should limit them to +90 rather than +180. Andy.
2002 May 13
11
bw console monitoring
Hi, I want to see bandwidth every ip address in the local network that passing my linux gateway in the console, may be it''s similar like mrtg (web based version) It''s possible ? Best regards, >--<Kristiadi Himawan>--<
2004 Jan 20
5
Quantum of class nnnnn is big
My gateway is showing these messages: htb*g j=4929 htb*r7 m=0 htb*r6 m=0 htb*r5 m=0 htb*r4 m=0 htb*r3 m=0 htb*r2 m=0 htb*r1 m=0 htb*r0 m=0 HTB: quantum of class 10001 is big. Consider r2q change. What does it means ? Thanks, Luciano Lima _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2003 Oct 16
5
tc filter problem with 2.4.22
Hi, I have a problem with ''tc filter'' on a 2.4.22 kernel from Slackware 9.1 distribution. The tc command binary is from htb3.6-020525.tgz (http://luxik.cdi.cz/~devik/qos/htb) I''m trying the following command sequence: tc qdisc add dev eth0 root handle 1: htb default 1 r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 1200kbit ceil 1200kbit tc class add dev
2004 Jan 07
4
Again,Bandwidth&htb
Good Day All Just 2 questions on htb 1,My Wan link is on eth1 and my Lan on eth0,where do I put my htb on?I want to limit web serving and ftp ens. 2.Im going to use the u32 filter.Can I use sub-netting for IP,i.o.w where src is can I do 192.168.1.0/24? Thanks and Please Help Eddie _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2003 Nov 15
3
ctokens vs tokens - HTB.
Hi, One more of those ... 1) what is a ctoken with regard to HTB? Does the ''c'' stand for ceil and if so how is it different from tokens? 2) Is the difference, only in the generation of these tokens? 3) Would the ctokens and token be treated equally once borrowed? Kindly help. Thank you. Regards, suraj. __________________________________ Do you Yahoo!? Protect your
2004 Apr 03
7
Few question on HTB
Dear All, Sorry to trouble again..... After go through www.lartc.org I have implemented the HTB instead of CBQ for the same scenario. Now following files are under /etc/sysconfig/htb directory. eth0 DEFAULT=30 R2Q=10 eth0-2.root RATE=256kbps BURST=25k eth0-2:10.comp1 RATE=120kbps BURST=12k PRIO=0 LEAF=sfq RULE=192.168.200.0/24 eth0-2:20.comp2
2004 Dec 22
4
allocating b/w
Hi, A majority of our work inolves ftp to my clients'' side over our slow connection. Now we need to allocate a greater b/w for this protocol. Is there anyway I can do it using lartc easily? Any suggestions on this please? With warm regards, -Payal _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc
2002 May 30
3
cbq parameters
If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is the same of the root cbq qdisc or the rate of the cbq class? Does exist the parameter rate on the "tc qdisc add" for cbq command? tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 10mbit avpkt 1000 cell 8 tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 10mbit rate 50kbit allot 1514 cell 8
2002 May 02
3
CQB and prio
HI!! I''m use CBQ script for retrict bandwidth, but i need to priorize some traffic, ¿how i do it? In my case, i need that all trafic from 192.168.0.100/29 (marked with iptables) have higher priority. Thanks --
2004 Jan 19
3
Ingress Shaping using IMQ
Hi Guys, Here is a question that is probably of concern to many of us. I am under pressure to provide some solution for ingress traffic shaping. What my customer demands is to divide the downstream (ingress) of an ADSL lines to two classes of traffic - important traffic and non important downloads. He has a very reasonable requirement: he wants a guarantee of at least 1000kbps at all times for
2002 May 20
5
Limiting Citrix printing traffic, so ensure interactive sessions
LS, Spent a lot of this weekend reading about shaping and traffic control. The Howto is very extensive... :-) I hope to use this list to see if what I want is possible. The situation: - A central (big) Citrix cluster located in Frankfurt (all servers in one subnet) - The office in Rotterdam connected to Franfurt with a 2Mbit line - The office in Bergen (Norway) connected to *Rotterdam* with a
2003 Oct 04
2
htb errors, wrong patch?
I downloaded iproute2-2.4.7-now-ss010824.tar.gz and I did patched tc with the htb3.6_tc.diff from htb3.6-020525.tgz and when I try to use a htb script I get just errors. I did not patch the kernel, since I use kernel 2.4.21 and I saw on - HTB Homepage that I need to patch it only if I run version 2.4.20 or earlier. Do also need the kernel patch ? Or maybe is something else wrong? RTNETLINK