search for: 40kbit

Displaying 20 results from an estimated 30 matches for "40kbit".

Did you mean: 10kbit
2003 Mar 12
3
Warnings with and without r2q
...add dev eth0 parent 1:1 classid 1:10 htb rate 80mbit ceil 100mbit burst 2k tc class add dev eth0 parent 1:1 classid 1:11 htb rate 128kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:21 htb rate 16kbit ceil 56kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:22 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:23 htb rate 16kbit ceil 72kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:24 htb rate 16kbit ceil 64kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:25 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 clas...
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
...: > If you read the manual, the algorithm will not work correctly > with {,c}burst < MTU ... > devik > I just tried to change {,c}burst to 1600, or leaving them by default but no visible result. here is the latest tc -s -d class show dev eth0 class htb 1:101 parent 1:1 prio 0 rate 40Kbit ceil 40Kbit burst 1599b/8 mpu 0b cburst 1599b/8 mpu 0b quantum 512 level 0 Sent 392526 bytes 5898 pkts (dropped 0, overlimits 15394) lended: 5898 borrowed: 0 giants: 0 injects: 0 tokens: -11905 ctokens: -11905 class htb 1:1 root prio 0 rate 100Kbit ceil 1Kbit burst 1599b/8 mpu 0b cburst 1599b/...
2003 Oct 31
2
tc filter oddities
...add dev eth1 parent 1:1 classid 1:10 htb rate 100kbit ceil 120kbit burst 2k prio 1 tc class add dev eth1 parent 1:1 classid 1:20 htb rate 20kbit ceil 120kbit burst 2k prio 2 //3 prio classes for the ''everything else'' traffic tc class add dev eth1 parent 1:20 classid 1:21 htb rate 40kbit burst 2k prio 1 tc class add dev eth1 parent 1:20 classid 1:22 htb rate 40kbit burst 2k prio 2 tc class add dev eth1 parent 1:20 classid 1:23 htb rate 40kbit burst 2k prio 3 //sfq''s for the prio classes tc qdisc add dev eth1 parent 1:21 handle 121: sfq tc qdisc add dev eth1 parent 1:22 ha...
2003 Dec 09
2
Difficulties trying to control VOIP traffic with TC - HTB
Hi all: I hope someone can help me with this "little" problem... I''m using a linux script to sub-divide my bandwidth (64kbit) into: 40kbit for VOIP, and the remaining 24kbit for http. So, the commands I''m using are: ============================================ #!/bin/bash # This script shapes "downloading" stuff # Initial qdisc tc qdisc add dev eth1 root handle 1: htb default 20 r2q 2 # Classes definition tc c...
2001 Feb 20
2
Incoming trafic shaping (depending on src IP)
Hi there, i''m trying to shape incoming trafic on my linux box. I want it to depend on the source IP adress of the packets (in fact, i got a VPN on an ADSL link and wanted to get at least/max 64Kbit/s for the VPN) So i tried this : tc qdisc add dev ppp0 root handle 1:0 cbq bandwidth 512Kbit avpkt 1000 cell 8 tc class add dev ppp0 parent 1:0 classid 1:1 cbq bandwidth 512Kbit rate
2005 Nov 02
1
Re: LARTC Digest, Vol 9, Issue 3
...theory: there is root class 1:0 with subclass 1:2 in class 1:2 all ip adresses have their bandwidth limit 1:{iden} and now i try also control bandwith in this class i.e. if class 1:{iden} have 190kbit i want 95kbit with burst to 190kbit for port 80 and 95kbit with burst to 190kbit for port 110 and 40kbit with burt to 95kbit for rest of his traffic. i attach my script whit should do that in theory but its not doing this any one can help correct my errors or tell how to do that? best regards szogunek ------> script start here <---- tc filter add dev $SIECETH0 protocol ip preference 2 parent...
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''s wrong? tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil
2005 Jul 30
2
Qos wiht HTB for ADSL/Home
...), what is your htb configuration? 5)Does it worth configuring policing for inbound traffic (with imq)? 6)So, am I on the right way with my script or should I change it fundamental? In my setup I have 3 categories of traffic: 1)very high priority traffic: ssh, DNS, ACK, SYN+ACK, RST, FIN+ACK (40kbit > CEIL) 2) high priority traffic: web, online radio, online tv (72kbit->CEIL) 3)low priority traffic - default class: aMule, P2P, other type of traffic(8Kbit->CEIl) THANKS, ddaas My htb script is: #!/bin/bash YAHOOMSG="216.155.193.0/24" RADIO="xxx.xxx.xxx.xxx" T...
2002 Aug 31
3
HTB shares equally when borrowing enabled :(
...rrowing), but when borrowing enabled it seems to share equally rather then keeping the specified ratio. My setup is below. A typical output of "tc -s -d qdisc show dev eth1" and "tc -s -d class show dev eth1" is given. HTB seems to disobey the specified rate (last entry: rate 40Kbit is set for 1:10 and 16466bps is measured, while rate 472Kbit is set for 1:11 and rate 20755bps is measured). Setting the explicit bandwith (ceil=64kbps everywhere) does not work. Playing with burst and cburst did not any change. I''ve tried CBQ but it seems to do the same... :( Please...
2010 Dec 30
1
Force different codecs on call base
...with the ATM headers a normal g711a call has exactly 103,5 kbit/s so we can only use 1 channel but for isdn we need 2 :( my idea was if i can find a way that the first call of a peer has g711a codec (like normally) and if a second call comes in, or has to be placed for this peer i only offer g726 (40kbit) so i dont have a bandwith issue. is there a possible way of doing this or would it be easier to use two peers, one with g711a and one with g726 and just let both only use one channel? thanks for your help! best regards stefan
2005 Nov 03
0
advanced traffic control for ip and services
...gt; > Content-Type: text/plain; charset="iso-8859-2" > > On Wednesday 02 November 2005 14:59, szogunek wrote: >> i.e. if class 1:{iden} have 190kbit >> i want 95kbit with burst to 190kbit for port 80 >> and 95kbit with burst to 190kbit for port 110 >> and 40kbit with burt to 95kbit for rest of his traffic. > > So 95kbit+95kbit+40kbit=190kbit? What do you want? > Script is too hard to read, and I''m lazy today... > > HTH > Andreas > > so u think if there will be i.e. 4kbit with burt to 190kbit it will work fine?
2004 Mar 10
0
HTB - Shaping after Filter/Class removal
...eth0 pref 1 parent 10: protocol ip u32 flowid 10:3 match ip dst 10.10.3.0/24 $TC qdisc add dev eth0 parent 10:3 handle 103: htb rate 100Mbit r2q 100 ---------------------------------------- # Default $TC class add dev eth0 parent 103: classid 103:0 htb rate 40Kbit quantum 1500 ---------------------------------------- # Special $TC class add dev eth0 parent 103: classid 103:2 htb rate 768Kbit quantum 1500 $TC filter add dev eth0 pref 1 parent 103: protocol ip u32 flowid 103:2 match ip dst 10.10.3.199/32 --------...
2004 Mar 15
1
cbq init query
...ing 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 of which are identical except one says eth1 instead of eth0. Within each file I have : DEVICE=eth1,10Mbit,1Mbit RATE=400Kbit WEIGHT=40Kbit RULE=192.168.9.113 RULE=192.168.9.114 with A rule line for each IP going until x.x.x.133 From what I have been reading, would I have to have a sepearte class file for each ip I want to limit? At present if both 113 and 114 try to download they get around 25KB/s each..., when I am wanting they...
2001 Dec 13
14
tc: u32 match in nexthdr not working?
Hello, it seems, that filtering on nexthdr (TCP/UDP) content, especially src or dst port, is not working. The following has no effect on 2.4.16 or older (even 2.2) kernels: # tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match tcp dst 3128 0xffff police rate 40kbit burst 10k drop flowid :1 Even if # tc filter ls dev eth0 parent ffff: filter protocol ip pref 50 u32 filter protocol ip pref 50 u32 fh 800: ht divisor 1 filter protocol ip pref 50 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid :1 police 4 action drop rate 40Kbit burst 10Kb mtu 2Kb match 0000...
2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
...rate 333Kbit ceil 1Mbit burst 15Kb/8 mpu 0b cburst class htb 1:20 parent 1:1 prio 0 quantum 4262 rate 333Kbit ceil 1Mbit burst 15Kb/8 mpu 0b cburst class htb 1:30 parent 1:1 prio 0 quantum 4262 rate 333Kbit ceil 1Mbit burst 15Kb/8 mpu 0b cburst class htb 1:40 parent 1:1 prio 0 quantum 1000 rate 40Kbit ceil 40Kbit burst 1650b/8 mpu 0b cburst ...shows that each class is configured equal. Any clues? I''d be very, very grateful if anyone could point out errors. If more output is needed, just tell me. Kind regards, Leslie _______________________________________________ LARTC mailing li...
2007 Apr 09
3
tc (CBQ) and UDP packets
2004 Apr 04
2
IMQ & NAT
...classid 1:1 htb rate ${MAX}kbit ceil ${MAX}kbit tc class add dev imq0 parent 1:1 classid 1:10 htb rate 60kbit ceil ${MAX}kbit prio 0 tc class add dev imq0 parent 1:1 classid 1:11 htb rate 40kbit ceil ${MAX}kbit prio 1 tc class add dev imq0 parent 1:1 classid 1:12 htb rate 100kbit ceil ${MAX}kbit prio 2 tc class add dev imq0 parent 1:1 classid 1:13 htb rate 100kbit ceil ${MAX}kbit prio 3...
2003 Jul 04
6
The Wonder Shaper problem
...fine, but then i have an Windows machine that uses the linux machine to get to the internet. And this on this machine the script does not seam to have any impact. I''m trying to limit my upload speed. If i upload a file from the linux machine my max speed is 9Kbit, but on the windows its 40Kbit. Can anyone help?? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Nov 02
0
trouble with traffic shaping HTB
...theory: there is root class 1:0 with subclass 1:2 in class 1:2 all ip adresses have their bandwidth limit 1:{iden} and now i try also control bandwith in this class i.e. if class 1:{iden} have 190kbit i want 95kbit with burst to 190kbit for port 80 and 95kbit with burst to 190kbit for port 110 and 40kbit with burt to 95kbit for rest of his traffic. i attach my script whit should do that in theory but its not doing this any one can help correct my errors or tell how to do that? best regards szogunek ------> script start here <---- tc filter add dev $SIECETH0 protocol ip preference 2 parent...
2004 Apr 13
0
system requirements
...cally increases. 0,2-0,7 milisecs without shaper and 1500-2000 milisecs with. I though it might be the low CPU power or something. I''m running on 500MHz Intel Celeron. Anyone have experienced a similar problem? Here is the entry file I use for one of the IPs: DEVICE=eth1,10Mbit,1Mbit RATE=40Kbit WEIGHT=4Kbit PRIO=5 RULE=213.169.58.111, where eth1 is the internet interface.