Re: [LARTC] CBQ + Layer7 x Emule

2007-06-09 Thread Marco Aurelio
from ipp2p news page quote I suggest the following tcp and udp for connection tracking (see docu section) 01# iptables -t mangle -A PREROUTING -p tcp -j CONNMARK --restore-mark 02# iptables -t mangle -A PREROUTING -p tcp -m mark ! --mark 0 -j ACCEPT 03# iptables -t mangle -A PREROUTING -p tcp

[LARTC] CBQ + Layer7 x Emule

2007-06-08 Thread Saulo Silva
Hi All , My first message and I have a little problem with my FC6 box trying to block emule traffic using layer7 . Here my network : Internet - ADSL Router --- FC6 Box Emule Box external ADSL : Dynamic Internal ADSL : 192.168.254.1 external

Re: [LARTC] CBQ + Layer7 x Emule

2007-06-08 Thread Marco Aurelio
l7's edonkey filter does not match all edonkey traffic, it does not match data packets (that you want to shape). It matches however the signaling packets that can be related to data connections. I never tried L7 but I think these may help you iptables -t mangle -A PREROUTING -p tcp -j CONNMARK

Re: [LARTC] CBQ + Layer7 x Emule

2007-06-08 Thread Saulo Silva
HI Marcos , I tried your rules, but without success . Thank for that help . And , how about ip2pp ? Is this application could do that ? Help me to shape edonkey traffic ??? Best Regards, Saulo Silva 2007/6/8, Marco Aurelio [EMAIL PROTECTED]: l7's edonkey filter does not match all edonkey

Re: [LARTC] CBQ + Layer7 x Emule

2007-06-08 Thread Salatiel Filho
On 6/8/07, Saulo Silva [EMAIL PROTECTED] wrote: HI Marcos , I tried your rules, but without success . Thank for that help . And , how about ip2pp ? Is this application could do that ? Help me to shape edonkey traffic ??? Best Regards, Saulo Silva 2007/6/8, Marco Aurelio [EMAIL PROTECTED]:

[LARTC] Cbq and max latency

2007-05-02 Thread Leigh Sharpe
Hi All, Is there any way to set the maximum latency on a cbq when it is overloaded? Or, for that matter, to query it? For example, I want to know how long (in seconds) a packet will stay in the queue before it is dropped, and I want to be able to adjust this figure. Regards,

[LARTC] [CBQ problem]

2005-06-07 Thread ea
Hello, guys! I have router that shape traffic with cbq+sfq and everything was working fine until today when I put two more files one for upload and one for download, and I get high latency about 20-30ms the usage of CPU0 is about 100%. if I remove these two files then everything is back to

[LARTC] CBQ throughput and efficiency question

2005-06-02 Thread cai
Hello all, I am testing CBQ and HTB these days and I got a lots problem which needs your help. It is a little long text :) Thank you! (All my test is based on Redhat Linux9.0) 1.Is isolated of CBQ working? I have read Mr. stef word that he never made cbq isolated work. 2. I have

Re: [LARTC] cbq configuration is needed

2005-03-22 Thread Alaios
Plz... have n't u ever tried any cbq configuration? --- Alaios [EMAIL PROTECTED] wrote: Hi i need a cbq configuration that works and drops packets if the flow exceeds an amount of data.. Do u have any configuration that drops packets...? My cbq configuraion doesnt drop packets... The

Re: [LARTC] cbq configuration is needed

2005-03-22 Thread Andy Furniss
Alaios wrote: Hi i need a cbq configuration that works and drops packets if the flow exceeds an amount of data.. Do u have any configuration that drops packets...? My cbq configuraion doesnt drop packets... The traffic use the correct class but seems that tha cbq is not able to control correct the

[LARTC] cbq configuration is needed

2005-03-20 Thread Alaios
Hi i need a cbq configuration that works and drops packets if the flow exceeds an amount of data.. Do u have any configuration that drops packets...? My cbq configuraion doesnt drop packets... The traffic use the correct class but seems that tha cbq is not able to control correct the flow

[LARTC] cbq configuration is needed

2005-03-20 Thread Alaios
Hi i need a cbq configuration that works and drops packets if the flow exceeds an amount of data.. Do u have any configuration that drops packets...? My cbq configuraion doesnt drop packets... The traffic uses the correct class but seems that the cbq is not able to control correct the flow

[LARTC] cbq + gred doesn't drop packets

2005-03-17 Thread Alaios
Hi i have configured my server with cbq and gred. The problem is that the cbq doesnt drop packets. The cbq is configured at a rate of 500Kbit qdisc cbq 4: rate 50bit (bounded,isolated) prio no-transmit Sent 100103048 bytes 73933 pkts (dropped 0, overlimits 0) borrowed 0 overactions 0

Re: [LARTC] CBQ: sibling isolated-classes lend out bandwidth

2004-10-30 Thread Stef Coene
On Friday 29 October 2004 18:24, Sebastian Spies wrote: How can it be, that class 1:3 in my case borrows, when all sibling classes are isolated ? Forget about isolated, I neve got it working. http://www.docum.org/docum.org/tests/cbq/filter.php Stef -- [EMAIL PROTECTED]  Using Linux as

[LARTC] CBQ: sibling isolated-classes lend out bandwidth

2004-10-29 Thread Sebastian Spies
How can it be, that class 1:3 in my case borrows, when all sibling classes are isolated ? nessus:~# tc -s -d class show dev eth1 class cbq 1: root rate 100Mbit cell 8b (bounded,isolated) prio no-transmit/8 weight 100Mbit allot 1514b level 2 ewma 5 avpkt 1000b maxidle 1us Sent 484

Re: [LARTC] cbq

2004-10-01 Thread Marcin Sura
Witam Friday, October 1, 2004, 2:35:16 PM, you wrote: I am totally newbie to band control... If you are newbie, then better focus on htb or hfsc. CBQ is very unfriendly, specially for newbies :) (And that's a reason why i'm using htb :) ) -- Pozdrawiam Marcin, [EMAIL PROTECTED]

Re: [LARTC] CBQ REPORT

2004-08-15 Thread Stef Coene
On Friday 13 August 2004 18:21, andybr wrote: Hi all, I am controlling the bandwidth of 40 clients with cbq. When I type tc -s -d qdisc show dev eth0 I see the traffic for each rule. Now my question is: is there any script to make possible to pass these results to a report like txt or html

[LARTC] CBQ REPORT

2004-08-13 Thread andybr
Hi all, I am controlling the bandwidth of 40 clients with cbq. When I type tc -s -d qdisc show dev eth0 I see the traffic for each rule. Now my question is: is there any script to make possible to pass these results to a report like txt or html something like that? any tips will be helpfull.

[LARTC] cbq dosen't shape on MARK for one host.. strange!

2004-08-09 Thread zytek
Hello all, this is my first post here. Sorry for my english. Gentoo LAN router, 2.4.26-hardened-r2 There are 2 WAN links, one LAN link. I am doing some iptables/routing/tc magic in my scripts. What's interesting is marking packets traveling from all IP's in LAN. Interesting commands are:

Re: [LARTC] cbq dosen't shape on MARK for one host.. strange!

2004-08-09 Thread zytek
clean example: azazel mfw # iptables -t mangle -L FORWARD -vnx | grep 10.0.1.9 date 11330 9326433 MARK all -- eth0 * 0.0.0.0/0 10.0.1.9MARK set 0x5091 pon sie 9 20:14:52 CEST 2004 azazel mfw # iptables -t mangle -L FORWARD -vnx | grep 10.0.1.9 date

[LARTC] CBQ + 802.1Q VLAN

2004-08-06 Thread Ricardo
I need to shape traffic from some IP onone LAN, butI'm introuble.There isa linux2.4.26 connected to the Internet (eth0) / LAN(eth1) doing NAT.I'm using VLANs in the LAN Interface, that is connected to a 3Com SuperStack II in a 802.1Q tagged port. I want to create a classthat will limit

[LARTC] CBQ Problem

2004-07-28 Thread Ricardo
Hi. I want to shape traffic from some IPs in my lan, but I'm w/ trouble. I have a linux box connected to the Internet. In the other side of this box is my LAN. I want to create the following scenario: My root qdisc is attached to a 100Mbit/s NIC I want to create a class attached to this

[LARTC] CBQ - priority, config seems good but delay is large, need sb's advice!

2004-06-23 Thread adam f
Hello, My name is Adam and I try to get PQ by means of CBQ. Sorry for writing about such a problems but I struggle with this for 2 weeks .. I have searched the LARTC archive till 2000 and everyone say using priorities lowers delay.. but it does NOT. I can NOT see ANY difference when using

Re: [LARTC] CBQ troubles, processor overload

2004-06-22 Thread Ed Wildgoose
The problem I'm running into is that the processor gets overloaded because of the amount of work tc is doing. I assumed it would be able to handle the apx 5000 customers we have on it. I have a bridge set up between two devices that run from the internet to the local network. This bridge takes

RE: [LARTC] CBQ troubles, processor overload

2004-06-22 Thread Adam Towarnyckyj
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [LARTC] CBQ troubles, processor overload The problem I'm running into is that the processor gets overloaded because of the amount of work tc is doing. I assumed it would be able to handle the apx 5000 customers we have on it. I have a bridge

Re: [LARTC] CBQ troubles, processor overload

2004-06-22 Thread Ed Wildgoose
Adam Towarnyckyj wrote: I'd love to share. Whoever was interested in that, please let me know in an email. Thanks for the suggestions. I really appreciate them and I'll look into it. Well, I would for one. However, it looks like Ralph perhaps only wants a simple solution, so perhaps he isn't

[LARTC] CBQ troubles, processor overload

2004-06-21 Thread Adam Towarnyckyj
Hey there everyone, I appreciated everyone's help so much in the last few posts I decided to post some more! :) We implemented our bandwidth management machine on the network last week and everything looked great. After looking at it today, anything past the machine is losing major

[LARTC] cbq init query

2004-03-15 Thread Josh Beagley
Hello, Just wondering, from what I have been reading, would using the word bounded solve my problem? I have not actually tried using bounded yet, I will asap, however from what I understand it only applies to classes? I simply have 2 cbq files, cbq-1200.internal, and cbq-1200.external, both

Re: [LARTC] CBQ default class?

2003-11-24 Thread Fredrik Tolf
Stef Coene writes: On Monday 24 November 2003 00:36, Fredrik Tolf wrote: This is a very simple question, but I simply haven't been able to find an answer. How do you define a default class for CBQ (as you can do with HTB)? Currently, I'm using a u32 match with mask 0 to match all

[LARTC] CBQ default class?

2003-11-23 Thread Fredrik Tolf
This is a very simple question, but I simply haven't been able to find an answer. How do you define a default class for CBQ (as you can do with HTB)? Currently, I'm using a u32 match with mask 0 to match all packets, but I can't imagine that to be the correct way to do it. Fredrik Tolf

[LARTC] CBQ with IMQ

2003-11-20 Thread rAcHeL ^cY
Hi, May I know : Is IMQ working with CBQ? I seems to have problem combining them together the thing just doesn't work. Thanks! _ Download ringtones, logos and picture messages from MSN Malaysia

Re: [LARTC] cbq

2003-09-22 Thread Stef Coene
On Sunday 21 September 2003 12:50, Paras pradhan wrote: hi : On one of my severs i have a shoutcast audio streaming server running at ports 8000 and 8001. Now my cbq rule in my gateway is as: DEVICE=eth1,100Mbit,10Mbit BOUNDED=yes ISOLATED=yes PRIO=5 RATE=2Kbit WEIGHT=2Kbit

[LARTC] cbq

2003-09-21 Thread Paras pradhan
hi : On one of my severs i have a shoutcast audio streaming server running at ports 8000 and 8001. Now my cbq rule in my gateway is as: DEVICE=eth1,100Mbit,10Mbit BOUNDED=yes ISOLATED=yes PRIO=5 RATE=2Kbit WEIGHT=2Kbit RULE=:8000,x.x.x.3 RULE=:8001,x.x.x.3 -- Now my question is, do the ppl

Re: [LARTC] CBQ Rate

2003-09-05 Thread Damjan
And different prio's in the filter statement will not change much. It only determines the order the filters are checked. But wasn't there a bug in 'tc' that would delete all your filters that had the same prio, when you only wanted to delete one of them? -- Damjan Georgievski jabberID:

[LARTC] CBQ Rate

2003-09-04 Thread Emmanuel SIMON
Hi everyone, This is on a linux box, ingress (eth1) at 100Mb/s and egress (eth0) at 10Mb/s. The purpose is to test CBQ Here is my script --- # Root qdisc tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 9Mbit \ avpkt 1000 cell

RE: [LARTC] CBQ Rate

2003-09-04 Thread Emmanuel SIMON
It is me again. is there nos a trouble in my script : ... rate 5Mbit weight 0.3 ... -- is it compatible ?? Thanks again -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Emmanuel SIMON Envoyé : jeudi 4 septembre 2003 17:40 À : 'LARTC' Objet : [LARTC

Re: [LARTC] CBQ Rate

2003-09-04 Thread Stef Coene
part de Emmanuel SIMON Envoyé : jeudi 4 septembre 2003 17:40 À : 'LARTC' Objet : [LARTC] CBQ Rate Hi everyone, This is on a linux box, ingress (eth1) at 100Mb/s and egress (eth0) at 10Mb/s. The purpose is to test CBQ Here is my script

[LARTC] CBQ and guaranteed bandwidth

2003-07-31 Thread Andrei Boros
I recently got a cable connection with 1mbps link capacity in the metropolitan networks and 16kbps minimum guaranteed bandwidth outside, maxim best effort 64kbps. I tried to create a setup on my linux box (which routes a local network) that should do the above traffic allocations. I got the

RE: [LARTC] CBQ-wondershaper superior over HTB-wondershaper?

2003-06-16 Thread Griem, Hans T
Hello Thilo, What did you find superior with CBQ-wondershaper over HTB-wondershaper? We have not been using wondershaper specifically but our simple tests so far seem to show that htb is much easier to configure for a given target shape (i.,e accurate) compared to CBQ. Torsten -Original

Re: [LARTC] CBQ-wondershaper superior over HTB-wondershaper?

2003-06-16 Thread Thilo Schulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 16 June 2003 17:18, Griem, Hans T wrote: Hello Thilo, What did you find superior with CBQ-wondershaper over HTB-wondershaper? We have not been using wondershaper specifically but our simple tests so far seem to show that htb is much

Re: [LARTC] cbq bounded problem

2003-06-05 Thread Stef Coene
On Thursday 05 June 2003 06:35, Zealous wrote: Dear all, I have 1 mbps line to internet. Our linux server is connected to router of 1mb Linux server gets 1mb bandwidth. I have done SOURCE MASQUERADING on linux. I have attached a cbq bandwidth script. I want to allow the traffic to

[LARTC] cbq help needed..

2003-04-04 Thread Alexandru Coseru
Hello... How can I make some priority on my traffic.. I want to put ports 80,53,25,110 on priority 1 , and the rest of the traffic (kazza, dc++ , etc) , to priority 2.. I have to use sfq , because I have a non-guaranted bandwith (now i'm downloading with 10k/sec , a half hour ago I had

[LARTC] cbq , htb guides

2003-03-24 Thread Paras pradhan
hello Is there any simple starter guides for cbq, tc, qdisc and htb?? If yes let me get them. Thanks. Paras pradhan Systems Dept. Bajranet PVT LTD Kathmandu Nepal. ___ LARTC mailing list / [EMAIL PROTECTED]

Re: [LARTC] cbq , htb guides

2003-03-24 Thread Stef Coene
On Monday 24 March 2003 14:27, Paras pradhan wrote: hello Is there any simple starter guides for cbq, tc, qdisc and htb?? www.docum.org can help you. I have some docs, examples and tips on it. Stef -- [EMAIL PROTECTED] Using Linux as bandwidth manager http://www.docum.org/

Re: Re[8]: [LARTC] CBQ Traffic control not working

2003-03-17 Thread Maria Joana Urbano
Indeed, I use transparent proxy, redirecting everything on port 80 to 3128, on the same machine. To make sure it's clear, the scenario is simple: client enters eth1 on port 80, gets redirected to port 3128... I mark the packet depending on its source and than I apply a tc filter to direct it

Re[8]: [LARTC] CBQ Traffic control not working

2003-03-16 Thread Mugur TOMITA
Indeed, I use transparent proxy, redirecting everything on port 80 to 3128, on the same machine. To make sure it's clear, the scenario is simple: client enters eth1 on port 80, gets redirected to port 3128... I mark the packet depending on its source and than I apply a tc filter to direct it to

Re: Re[6]: [LARTC] CBQ Traffic control not working

2003-03-14 Thread Stef Coene
On Thursday 13 March 2003 22:01, Mugur TOMITA wrote: The filters are there... if you take a closer look you'll that my copy/paste was falty... But I can tell you I solved the problem. I attched my solution below. Stef, you are right, my filters are not working... In fact I don't konow what I

Re: [LARTC] CBQ problem

2003-03-13 Thread Liu Zhiyong
Some one told me that bounded, and isolated don't work sometimes, is it true? - Original Message - From: Liu Zhiyong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:49 PM Subject: [LARTC] CBQ problem this is my CBQ configuration: DEV=eth1 tc qdisc del dev

Re: Re[4]: [LARTC] CBQ Traffic control not working

2003-03-13 Thread Stef Coene
On Wednesday 12 March 2003 23:30, Mugur TOMITA wrote: Here is my output... no prio 7... Mh. I tested it with htb and there is only prio 0-7. # # OUTPUT # linux:~ # tc -s -d class show dev eth0 class cbq 1: root rate 10Mbit cell 8b mpu 64b (bounded,isolated) prio

Re[6]: [LARTC] CBQ Traffic control not working

2003-03-13 Thread Mugur TOMITA
tc class add dev eth0 parent 1:1 classid 1:8 cbq bandwidth 10Mbit rate 64Kbit allot 1514 cell 8 weight 6.4Kbit prio 1 maxburst 20 avpkt 1000 split 1:0 tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 4 fw classid 1:8 Euh. You don't have any filters? How do you redirect

Re[6]: [LARTC] CBQ Traffic control not working

2003-03-13 Thread Mugur TOMITA
The filters are there... if you take a closer look you'll that my copy/paste was falty... But I can tell you I solved the problem. I attched my solution below. Stef, you are right, my filters are not working... In fact I don't konow what I did wrong: for marking packets depending on their

[LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
Hi everybody, I'm new to this list, so I appologize if a similar case has been covered already... I have the configuration attached below... The problem is that my traffic control doesn't work at all... Clients from any of the private networks manage to download even with 256Kbits from the

Re: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Stef Coene
On Wednesday 12 March 2003 16:49, Mugur TOMITA wrote: Hi everybody, I'm new to this list, so I appologize if a similar case has been covered already... I have the configuration attached below... The problem is that my traffic control doesn't work at all... Clients from any of the private

Re[2]: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
Stef Coene, thank you for your feed-back. I have already read docum.org... The tests proved a difference of max 20Kbps between theory and real life for cbq. In my case practically nobody is limited... In my scripts there are classes with prio 8... you say max is 7... could this be the problem?

Re: Re[2]: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Stef Coene
On Wednesday 12 March 2003 22:28, Mugur TOMITA wrote: Stef Coene, thank you for your feed-back. I have already read docum.org... The tests proved a difference of max 20Kbps between theory and real life for cbq. That's because cbq has to guess the conditions on the link and it uses some

Re[4]: [LARTC] CBQ Traffic control not working

2003-03-12 Thread Mugur TOMITA
Here is my output... no prio 7... # # OUTPUT # linux:~ # tc -s -d class show dev eth0 class cbq 1: root rate 10Mbit cell 8b mpu 64b (bounded,isolated) prio no-transmit/8 weight 10Mbit allot 1514b level 2 ewma 5 avpkt 1000b maxidle 23us Sent 59862492 bytes 453121 pkts (dropped 0,

[LARTC] CBQ problem

2003-03-12 Thread Liu Zhiyong
this is my CBQ configuration: DEV=eth1 tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: cbq avpkt 100 bandwidth 10Mbit cell 8 tc class add dev $DEV parent 1: classid 1:1 cbq rate 10kbit allot 1500 prio 1 cell 8 bounded isolated tc class add dev $DEV parent 1:1 classid 1:10 cbq rate

[LARTC] cbq+sfq and DSCP marking

2003-02-13 Thread Maria Joana Urbano
Hi, I am a little confused about traffic control at egress + DSCP marking. Suppose I have a home router and set three different traffic classes at the egress interface in a similar way to what wondershaper (cbq version) does: tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 10mbit

[LARTC] cbq and htb working together...

2003-02-13 Thread Michal Kustosik
Is it possible to use cbq and htb together on one dev? something like this: [...] $TC qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000 $TC class add dev eth0 parent 1:0 classid 1:10 cbq bandwidth 100Mbit \ rate 100Mbit weight 10Mbit prio 8 allot 1514 cell 8 maxburst 5

Re: [LARTC] cbq and htb working together...

2003-02-13 Thread Stef Coene
On Thursday 13 February 2003 22:55, Michal Kustosik wrote: Is it possible to use cbq and htb together on one dev? something like this: [...] $TC qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000 $TC class add dev eth0 parent 1:0 classid 1:10 cbq bandwidth 100Mbit \

Re: [LARTC] cbq and htb working together...

2003-02-13 Thread Michal Kustosik
On Thu, Feb 13, 2003 at 11:33:33PM +0100, Stef Coene wrote: On Thursday 13 February 2003 22:55, Michal Kustosik wrote: Is it possible to use cbq and htb together on one dev? something like this: [...] $TC qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit avpkt 1000 $TC

[LARTC] cbq init for one port on a subnet

2003-02-04 Thread Scott Black
Hello, We use cbq.init to limit bandwidth. It works great on a per-user basis. Now I'd like to limit traffic from a netblock to the Internet on port 6699. Network is 192.168.0.160 mask 255.255.255.224 eth0 is the gateway eth1 connects the netblock in question Is this the proper syntax;

Re: [LARTC] CBQ

2003-01-18 Thread Stef Coene
On Friday 17 January 2003 10:11, Netrepreneurs wrote: Hello I have been trying to download CBQ but cant seem to find a valid link. From what i know this is the right place but i cant seem to get in to the ftp site are there any other URL's that i can get it from?

Re: [LARTC] CBQ or HTP accuracy

2002-12-05 Thread Thierry Coutelier
I already tried it and it does not improve much the behaviour. With which parameters should I play in HTB and CBQ ? Stephane Ouellette wrote: Thierry Coutelier wrote: Hello, I am rate limiting traffic going to some IP addresses using CBQ (and want to change to HTB sometime). While

Re: [LARTC] CBQ or HTP accuracy

2002-12-04 Thread Stephane Ouellette
Thierry Coutelier wrote: Hello, I am rate limiting traffic going to some IP addresses using CBQ (and want to change to HTB sometime). While testing with different packet sizes I found out that I could go above the rate limit I set. (even with HTB) The values I use are: rate: 768kbit

Re: [LARTC] CBQ affected by squid?

2002-11-30 Thread Jose Luis Domingo Lopez
On Friday, 29 November 2002, at 13:54:17 -, Shane Purtill wrote: The question is that if my http traffic goes through squid then when it is seen by the Linux Traffic Controller (the TC is on the outgoing Interface i.e. the Internet connection, so that it can see the actual bandwidth usage

[LARTC] CBQ rate change

2002-11-14 Thread Bob Callaway
Hello to all, I have a quick question about changing a CBQ rate. What is the actual process that occurs when I execute: %tc class change cbq ... rate Does it actually create a new queue, and then remap traffic to the new queue? If that is true, what happens to the packets already in the

Re: [LARTC] CBQ not properly functioning !?

2002-10-31 Thread thomas bilke
Stef Coene schrieb: You can not shape incoming and outgoing traffic at the same time. You add the cbq qdisc to dev eth0 so you can only shaping traffic that leaves eth0. Sorry, I think there is a tiff. I use a server which the shaped host is connected to. So the device eth0 is on the server

Re: [LARTC] CBQ not properly functioning !?

2002-10-31 Thread Stef Coene
On Thursday 31 October 2002 22:52, Robert Felber wrote: On Thu, Oct 31, 2002 at 10:35:27PM +0100, Stef Coene wrote: and you add the qdisc to eth0, then you can only shaping traffic going to your isp. Is the x.x.x.x host on your LAN ?? Stef $ tc qdisc show dev ppp0 qdisc ingress

Re: [LARTC] CBQ not properly functioning !?

2002-10-31 Thread thomas bilke
Stef Coene schrieb: Again, you can only shape outgoing traffic. If eth0 is connected to your isp and you add the qdisc to eth0, then you can only shaping traffic going to your isp. Is the x.x.x.x host on your LAN ?? Yes, the host is in my LAN. But I want to shape the incoming and outgoing

Re: [LARTC] CBQ not properly functioning !?

2002-10-31 Thread Robert Felber
On Thu, Oct 31, 2002 at 11:50:28PM +0100, thomas bilke wrote: Yes, the host is in my LAN. But I want to shape the incoming and outgoing traffic corresponding to this host, or later to the whole LAN. Doesn't exist any facility to shape the incoming traffic? Thomas Yes, the qdisc ingress is

Re: [LARTC] CBQ broken in RedHat 8.0?

2002-10-27 Thread Stef Coene
On Sunday 27 October 2002 04:10, Robert Davidson wrote: When I was playing with wondershaper I ran into this too. After reviewing the docs I think that the wondershaper merely gives certain traffic more bandwidth, but does not prioritize it. The CBQ qdisc does not appear to prioritize. If

Re: [LARTC] CBQ broken in RedHat 8.0?

2002-10-27 Thread Robert Davidson
On Sunday 27 October 2002 04:09, Stef Coene wrote: Why upgrading your SUSE? You can also download 2.4.19 from ftp.kernel.org and patch with the lates htb patch ?? What better way to support the distro I know how to use and avoid hairy compiling problems? SuSE has 7.3 kernel rpms available for

[LARTC] CBQ broken in RedHat 8.0?

2002-10-26 Thread Neil Aggarwal
Hello all: Is CBQ broken in RedHat 8.0? It seems that my CBQ is not using priorities. I have this setup: Internet - DSL Modem - Linux router - IP Switch - Laptop The Linux computer is running a fresh, unmodified installation of RedHat 8.0? On the Linux computer, eth0 points to the DSL modem

[LARTC] cbq htb

2002-09-18 Thread Petre Bandac
is it ok if on a router with several NICs I use htb for one/more interfaces and cbq for only one ? (don't ask me why I need this solution :-)) thanks, petre -- 5:49pm up 9:49, 1 user, load average: 0.10, 0.13, 0.13 ___ LARTC mailing list /

Re: [LARTC] cbq htb

2002-09-18 Thread Stef Coene
On Wednesday 18 September 2002 16:51, Petre Bandac wrote: is it ok if on a router with several NICs I use htb for one/more interfaces and cbq for only one ? (don't ask me why I need this solution :-)) It's ok. At least, I don't know one reason why it shouldn't. Stef -- [EMAIL PROTECTED]

[LARTC] CBQ bounded isolated

2002-08-21 Thread Amit Kucheria
I am trying to reproduce Stef's CBQ tests from www.docum.org My setup is very simple : testbed43 testbed44 --- testbed45 (src) (CBQ) (sink) 192.168.10.2in: 192.168.10.254 192.168.100.2 out: 192.168.100.254 I have 2

Re: [LARTC] cbq iptables nat problems

2002-07-09 Thread Vanitha
- Original Message - From: ganesh kumar godavari [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 5:17 AM Subject: [LARTC] cbq iptables nat problems Hello, To find out wether CBQ is SET on the device or not , use

Re: [LARTC] cbq iptables nat problems

2002-07-09 Thread bert hubert
On Tue, Jul 09, 2002 at 04:17:39AM -, ganesh kumar godavari wrote: server in the private subnet. However, the server seems to be able to finish the tcp handshake with the real player. The last successful connection is the sever sending the client [FIN, ACK]. After that, nothing

RE: [LARTC] cbq iptables nat problems

2002-07-09 Thread S Mohan
:[EMAIL PROTECTED]] On Behalf Of Vanitha Sent: 09 July, 2002 4:45 PM To: [EMAIL PROTECTED] Cc: ganesh kumar godavari Subject: Re: [LARTC] cbq iptables nat problems - Original Message - From: ganesh kumar godavari [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

[LARTC] cbq iptables nat problems

2002-07-08 Thread ganesh kumar godavari
Hey guys I've 2 questions: Question 1 I want to see if the bandwidth allocation using cbq is working properly or not I looked into stef coene's beautiful document(http://docum.org) for the monitor.pl. I am not good at perl so can anyone help me to understand if there is

Re: [LARTC] CBQ POLICY GRAPHIC REPRESENTATION

2002-06-22 Thread Stef Coene
On Saturday 22 June 2002 12:57, Deepak Singhal wrote: HI ALL, Can someone suggest me software whereby i can see the Qos policies(be it CBQ or HTB) in Graphic Chart(Flow Chart format) showing Hierarchy of the classes. I have seen the software but just lost the link. I have something that can

Re: [LARTC] cbq error

2002-06-03 Thread Leandro Stasi
I know it is not broken but, Do you know how to fix it? How come I have this message now and not berfore since I haven't change my configuration. Alexey Talikov wrote: See source code linux/net/sched/sch_cbq.c line 1109 (2.4.18) Hence in src code developer protect of arithmetic overflows

Re: [LARTC] cbq error

2002-06-02 Thread Alexey Talikov
See source code linux/net/sched/sch_cbq.c line 1109 (2.4.18) Hence in src code developer protect of arithmetic overflows I see this messages in cbq and htb its no so critical. This bad value of quantum gave you or automatic calculate by tc will be changed to optimal, thats all. This message is

Re: [LARTC] cbq parameters

2002-05-31 Thread Martin Devera
only note, as of HTB 3.6 it detects non-work conserving discipline as leaf and should work ok (only will eat more cpu). devik On Thu, 30 May 2002, Stef Coene wrote: On Thursday 30 May 2002 22:33, Leandro Stasi wrote: If I create a cbq qdisc as a leaf of a cbq class, the bandwith rate is

Re: [LARTC] cbq parameters

2002-05-31 Thread Stef Coene
On Friday 31 May 2002 10:25, Martin Devera wrote: only note, as of HTB 3.6 it detects non-work conserving discipline as leaf and should work ok (only will eat more cpu). I love htb :) Stef ___ LARTC mailing list / [EMAIL PROTECTED]

[LARTC] cbq parameters

2002-05-30 Thread Leandro Stasi
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

Re: [LARTC] cbq parameters

2002-05-30 Thread Stef Coene
On Thursday 30 May 2002 22:33, Leandro Stasi wrote: 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? It's not recommended to add a cbq qdisc on a cbq class. It's better to bound the first class and add the