search for: 9mbit

Displaying 10 results from an estimated 10 matches for "9mbit".

Did you mean: mbit
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 0.3 allot 1514 avpkt 1000 bounded prio 1 tc class add dev eth0 parent 1:0 classid 1:2 cbq bandwidth 9Mbit \ rate 5Mbit weight 0.3 allot 1514 avpkt 1000 bounded prio 2 tc class a...
2004 Feb 07
1
Packet Loss !!
...saw quantum = (link in Kbit) * 1024 / ( 8 * 1500) so I tried by increasing the qntm. value of the main class (and other classes with rate above 512K) still there is no improvement. tc qdisc add dev eth2 root handle 3: htb default 256 tc class add dev eth2 parent 3: classid 3:1 htb quantum 786 rate 9mbit ceil 9mbit (this is the main class) These rules are to shape client b/w. There are more 100 rules like this. tc class add dev eth2 parent 3:1 classid 3:11 htb quantum 10 rate 64kbit ceil 64kbit tc class add dev eth0 parent 1:1 classid 1:11 htb quantum 10 rate 64kbit ceil 64kbit iptables -t ma...
2005 Jun 28
0
Re: Questin regarding HTB
...; internet - upload $TC class add dev eth0 parent 1:1 classid 1:20 htb rate 2Mbit ceil 20Mbit $TC class add dev eth0 parent 1:20 classid 1:200 htb rate 2Mbit ceil 20Mbit prio 2 #trafic forward internet --> server --> ip_local - download $TC class add dev eth1 parent 1:1 classid 1:20 htb rate 9Mbit ceil 80Mbit $TC qdisc add dev eth1 parent 1:20 handle 20: sfq perturb 10 $TC class add dev eth1 parent 1:20 classid 1:200 htb rate 9Mbit ceil 80Mbit prio 2 echo "";echo -e "`date +''%b %d %k:%M:%S''` \033[40m\033[1;32mLimitare Clasa 194.126.178.0/24\033[0m" #||...
2008 Feb 29
1
IAX2's JB and DTMF
We've moved within the last two months to Asterisk 1.4.x All remote facilities are connected via highspeed (9mbit) connections (Over OpenVPN) to a central Asterisk box, acting as a voice router, that funnels all calls into our Avaya Definity G3R via PRI. When corporate employees visit the remote facilities and try to call the G3R's voice mail system(Audix), DTMF is not recognized unless you enter the dig...
2007 Jun 15
2
HTB question, tokens.
...g 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 17203 ctokens: 17203 Why do the amount of tokens go UP if the configured rate (and burst) is lower? (The commands where run from a script so these amounts of tokens available right after the creation of the class.) If I set the rate to 9mbit the amount of tokens is always lower then the burst size. Wouldn''t that mean that there are always too few tokens available to actually burst the "burst" amount of data? Regards, Mark.
2003 Jul 10
1
How to let one node superior?
Hello all, This is a newbie question and it is very simple. In my local network of 10M bandwidth. I'd like to allow my PC to have a 9M bandwidth. While all the other PCs share the rest 1M bandwidth. Suppose my pc 192.168.3.2 gateway 192.168.3.1. Then, how could I set it in my gateway linux box? I think I should use tbf. Maybe, I need a cbq, but how to do it? The tc does not surport !
2005 Jun 30
4
HTB: shaping internet bandwidth but don''t shape local network traffic
i got this problem, i want to shape my clients internet bw, but i don''t want to shape my local network traffic. For information, my clients using wireless to connect to my router[192.168.1.254]. when the clients request data from internet, example download from www.download.com, i want to shape his bandwidth, but when the clients [192.168.1.1] want to download from my file server example
2006 May 11
9
HFSC and prioritization
I''m using HFSC to limit bandwidth for our wireless customers. However, I''d also like the bandwidth prioritized based on packet type. This is what I''m trying right now, and I''d just like some input from anyone out there knowledgeable in this on whether it does what I want it to do: Eth1 -> HFSC ........|-> HFSC (User1) (Min 512 Kb, Max 1024 Kb, Burst 1536
2005 May 03
10
Unshapeable traffic
Hello, Could somebody explain following issue ? I set up htb class on outgoing external interface to shape p2p upload traffic. I limited it to 4Mbit/s. I also set up iptables counters chains in FORWARD chain to calculate traffic generated by p2p and others. While tc stats show that p2p shaping class keep defined 4Mbit traffic, iptables counters show me that p2p traffic exceed traffic to 150%
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
Dear list, I have the problem that child classes don''t seem to issue the parent class to borrow from their parent. This is a simplified version of my script: tc qdisc del dev $DEV root tc qdisc add dev $DEV root handle 1: htb default 10 tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit tc class add dev $DEV parent 1:1 classid 1:10 htb rate 1kbit ceil 512kbit #groups tc