Displaying 20 results from an estimated 20000 matches similar to: "VoIP bandwidth management with linux & CBQ"
2007 Jun 08
5
CBQ + Layer7 x Emule
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 FC6 : 192.168.254.3
internal FC6 : 192.168.253.1
Emule Box : 192.168.253.3
I guess that everything
2004 Apr 12
1
OT appologies to list
[I'm sorry to trouble the list with this, but this is the only way I know to
contact the person concerned]
This message is for Stephen Karrington - it appears that you have
over-agressive 'spam' filters and we can no longer email you. Please rectify
this if we are to have meaningful conversation!
The original message was received
from Linus Surguy
2003 Sep 04
3
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
-------------------------------------------------------------------
# Root qdisc
tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 9Mbit \
avpkt 1000 cell 8
# Classes
tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 9Mbit \
rate 5Mbit weight
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
I am looking to install a web interface for Asterisk to transfer calls and look who's on the phone. If anybody has a working web interface please let me know. I installed the www.asternic.com (operator)
But when I bring up my web browser it says transferring data and does not bring a browser.
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
2002 Apr 06
0
Clarification required for Prio in CBQ dequeing order
Hi,
I have been modifying the Wonder shaper to include another queue. My
understanding was packets would be de queued to hardware in the following
order:
cbq1 -> sfq10 > sfq20 > sfq30.
Also we only move onto the next queue when the preceding one is empty.
However is seems to be prio xx number that reflects the order packets are
de queued not to what flowid they belong to.
If I
2005 Mar 17
0
cbq + gred doesn''t drop packets
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 500000bit (bounded,isolated) prio
no-transmit
Sent 100103048 bytes 73933 pkts (dropped 0,
overlimits 0)
borrowed 0 overactions 0 avgidle 24000 undertime 0
"
The traffic that being generated is more than 5Mbit
with the
2004 Oct 29
1
CBQ: sibling isolated-classes lend out bandwidth
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 bytes 7 pkts (dropped 0, overlimits 0)
borrowed 0 overactions 0 avgidle 77 undertime 0
class cbq 1:1 parent 1:
2003 Jun 16
1
RE: CBQ-wondershaper superior over HTB-wondershaper?
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 Message-----
From: Thilo Schulz [mailto:arny@ats.s.bawue.de]
Sent: Saturday, June 14, 2003 8:55 AM
To:
2004 Jun 14
0
Canadian DID
DID's from Allstream (AT&T) are $2 Cdn/month but I think they have a rule
that it has to terminate on their network somewhere...
-----Original Message-----
From: Linus Surguy [mailto:linus@magrathea-telecom.co.uk]
Sent: Monday, June 14, 2004 6:53 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Canadian DID
Can anyone point me in the direction of a wholesaler of
2002 Oct 09
0
parent and hierarchy problems with cbq.init
Hello Everyone :),
i''m using cbq.init version 7.1 for traffic shaper, the rule did work well with flat rule (without parent/child)..here the condition of my network :
- have a DMZ (and i not want the traffic to DMZ be bounded)
- i made the CBQ engine also a bridge and i put it before NAT server (so if
2005 Jun 02
0
CBQ throughput and efficiency question
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 setup an environment to test cbq: one tcp flow which I should protect
and a noisy udp flow who will eat much of the
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
2004 Aug 06
0
CBQ + 802.1Q VLAN
I need to shape traffic from some IP on one LAN, but I''m in trouble. There is a linux 2.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 class that will limit the traffic at 384Kbit/s.
I want to create two leaf classes that limit the traffic at
2003 Jul 16
1
Problen in cbq , fw
Hi,
In my LAN Iam trying to make following setup:
- All the traffic generated by 10.0.2.1 should go to 10.0.2.11,
If
the destination of this traffic is internet than it should be
placed on its interface eth1. Outgoing traffic on eth1 should be
shaped.For this I am using fw filters and cbq.
_______
10.0.2.1 -------> 10.0.2.11(eth0 )----| A
2006 Jul 19
2
PRIO and CBQ
Hi,
I''m work on traffic shaping and I would like to know if it''s possible to mix
differents Queueing Disciplines ??
I would like to combine the proporties of a PRIO discipline with that of a
CBQ discipline.
I read some documentation and I found nothing about that, can you help me ?
I think to try something like that :
tc qdisc add dev $DEV root handle 1: cbq …
tc class add dev
2007 Oct 22
0
is Prio-map really used in a CBQ without filter of filter mismatch?
Hi, all,
according to the following HTML,
http://lartc.org/howto/lartc.qdisc.classful.html
section 9.5.3.1. PRIO parameters & usage:
it says:
"If you do not provide tc filters to classify traffic, the PRIO qdisc
looks at the TC_PRIO priority to decide how to enqueue traffic."
So my understanding is that the Priomap will be consulted to classify
the packet.
However, I see the
2004 Sep 03
1
bandwidth management
Hi all,
I have a firewall central which a control the
download/upload bandwidth with cbq of 9 differents
networks. Now i need some help from you. I would like
to use mrtg+snmp to reports these bandwidth to show per
ip, how? any idea? tips?
Thanks in advance,
Anderson
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua
2001 Jul 12
4
kernel panic with ext3 and cbq
Hello,
I'm usign Kernel 2.2.19 with ext3 0.0.7b patches. I'm also
using cbq to control bandwidth. The cbq is correctly creating
the classes and queueing disciplines but, whenever I call cbq stop
I get a kernel panic:
> Aiee, killing interrupt handler
> Kernel panic: Attempted to kill idle task!
> In interrupt handler - not syncing
The exact line in cbq script that is
2006 Dec 17
0
Need help with this simple CBQ setup NEWBIE
Hi
Iam using the script below to limit usage for the computers on my lan
with respect to download and upload I have a 256kb up and 256 kb down
connection, I want limit the speed of each computer to 64kbyte down
and 32 up as a maximum.
The script below works however it limits the up and down of the whole
specified network to 64/32 ... what do I have to edit so that the
script handles the requests
2006 Dec 20
0
Need Help with this simple CBQ scripts
Hi
Iam using the script below to limit usage for the computers on my lan
with respect to download and upload I have a 256kb up and 256 kb down
connection, I want limit the speed of each computer to 64kbyte down
and 32 up as a maximum.
The script below works however it limits the up and down of the whole
specified network to 64/32 ... what do I have to edit so that the
script handles the requests