search for: 5kbit

Displaying 19 results from an estimated 19 matches for "5kbit".

Did you mean: kbit
2004 May 04
4
Wrapping prio in tbf
...#39;'m running tests on a spare server so I can try things without messing up the production server. Here''s what I was trying with cbq: tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 100Mbit avpkt 64 cell 8 tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 100Mbit rate 5kbit weight .5kbit prio 8 allot 1514 cell 8 maxburst 20 avpkt 1000 bounded I''d rather not compile a custom kernel because this is a production server, and I''m using the latest one available for Debian (with security patches) 2.4.18-686. Any suggestions would be appreciated. Keep in...
2005 Nov 06
1
tc qdisc replace failing
Hi, Having issues getting a replace command working correctly. The error reported is "RTNETLINK answers: Invalid argument" which isn''t descriptive or helpful. The command i''m running is: tc qdisc replace dev ppp0 parent 8001:D handle D: tbf rate 5Kbit burst 5kb latency 70ms The idea being to replace an sfq with handle D and hopefully limit a certain user in my WRR class. If I delete the qdisc first and add with the below line it works. tc qdisc del dev ppp0 parent 8001:D handle D: tc qdisc add dev ppp0 parent 8001:D handle D: tbf rate 5Kbit...
2004 May 25
1
how to borrow bandwith
...allot 1514 cell 8 maxburst 20 avpkt 1000 isolated bounded /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:2 cbq bandwidth 1024kbit rate 611kbit weight 611kbit prio 1 allot 1514 cell 8 maxburst 20 avpkt 1000 /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:3 cbq bandwidth 1024kbit rate 305kbit weight 305kbit prio 3 allot 1514 cell 8 maxburst 20 avpkt 1000 /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:4 cbq bandwidth 1024kbit rate 103kbit weight 103kbit prio 5 allot 1514 cell 8 maxburst 20 avpkt 1000 /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:5 cbq bandwidth 1024kbit r...
2004 Jan 26
3
R2Q
Hello again, I need to change the R2Q for my script, as setting the quantum manually for each class is painful. Can you tell me exactly where to set R2Q = x? I get syntax errors all the time. Should it be specified for each class? I do not know where to place this setting... Thanks in advance, Vlad Mihai _______________________________________________ LARTC mailing list /
2004 Apr 09
1
HTB
...handle 1: htb r2q 1 default 2000 $TC class add dev $INT_IF parent 1: classid 1:1 htb quantum 60000 rate 20Mbit ceil 20Mbit $TC class add dev $EXT_IF parent 1: classid 1:1 htb quantum 40000 rate 20Mbit ceil 20Mbit $TC class add dev $INT_IF parent 1:1 classid 1:2000 htb quantum 1500 rate 1kbit ceil 5kbit $TC class add dev $EXT_IF parent 1:1 classid 1:2000 htb quantum 1500 rate 1kbit ceil 5kbit $TC qdisc add dev $INT_IF parent 1:2000 handle 2000: sfq perturb 10 $TC qdisc add dev $EXT_IF parent 1:2000 handle 2000: sfq perturb 10 $TC class add dev $INT_IF parent 1:1 classid 1:2001 htb quantum 60000 ra...
2004 Jul 01
3
Using Token Bucket Filter to simulate a low bandwidth radio link
...ransmitted too soon (e.g. a 5000bit packet should be delayed for 1 second on a 5000bit link) Problem 3: Is it possible to stop the flow of data when the simulated link is unavailable - whilst still keeping a queue of packets The tc command line I am using is tc qdisc add dev eth0 root tbf rate 5kbit burst 0.01kbit limit 50kbit peakrate 5kbit minburst 500 and to simulate a temporary link loss I use tc qdisc change dev eth0 root tbf rate 0.001kbit burst 0.01kbit limit 50kbit peakrate 5kbit minburst 500 Any help would be much appreciated. -- Nick Howden - Senior IT Analyst QinetiQ Trust...
2005 Dec 27
5
TC in Wireless Environment
Hi, Has anyone used TC in a wireless environment, which is dynamic. I understand that the parameters for queuing are static and cannot be changed unless the queuing discipline is deleted and reloaded with different parameters. If anyone can share any experience, that would be helpful. Thanx. Azim. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2003 May 23
7
CBQ DEVICE BW?
Hi, The CBQ config file shud be some thing like this. DEVICE=eth0,10Mbit,1Mbit RATE=50Kbit WEIGHT=5Kbit Shall i hardcode the DEVICE BW as 10/100 Mbit or Shall i use any other tool like ethtool for getting this. ethtool gives Speed: 10Mbps If so, how about, if i use some other Interfaces other than eth0, like ppp0 or some other? C''d anybody can give a suggestion over this? thanks & re...
2003 Feb 19
0
limiting users on a 128kbit line
...class add dev eth1 parent 1:1 classid 1:50 htb rate 12kbit ceil 128kbit burst 2k tc class add dev eth1 parent 1:1 classid 1:11 htb rate 20kbit ceil 128kbit burst 2k tc class add dev eth1 parent 1:11 classid 1:12 htb rate 10kbit burst 2k tc class add dev eth1 parent 1:11 classid 1:13 htb rate 5kbit burst 2k tc class add dev eth1 parent 1:11 classid 1:14 htb rate 5kbit burst 2k tc qdisc add dev eth1 parent 1:20 handle 20: sfq perturb 15 tc qdisc add dev eth1 parent 1:30 handle 30: sfq perturb 15 tc qdisc add dev eth1 parent 1:40 handle 40: sfq perturb 15 tc qdisc add dev eth1 parent 1:...
2003 Jan 03
1
Traffic Shaping - Help setting up upload bandwith limit
Following my question: I want to limit all uploading coming from eth1, going to the internet, TCP port 333, to 5kbit. (The recipients in the internet receive the data on port 333) What do I have to add to the tcrules/tcstart files? The situation so far: The Linux PC is connected to the Internet with eth0. I have so far copied the contents of the wshaper.htb file (from The Wonder Shaper) to tcstart and commented...
2006 Jan 26
3
tc qdisc ingress problem ?
Hi, all I''ve got problems with tc qdisc ingress. I''m using vanillia kernel 2.6.14.4 patched with http://www.ssi.bg/~ja/routes-2.6.14-12.diff, and iproute2-2.6.14-051107. i am using ingress to limit incoming traffic : (DEV is eth1 / DOWNLINK is 7700) # attach ingress policer: tc qdisc add dev $DEV handle ffff: ingress # filter *everything* to it (0.0.0.0/0), drop everything
2004 Nov 01
1
Big problem :(((((
...3001 handle 3001: sfq perturb 5 quantum 1500 tc class add dev eth0 parent 1:300 classid 1:3002 htb rate 8kbit ceil 256kbit prio 5 quantum 1500 burst 15k tc qdisc add dev eth0 parent 1:3002 handle 3002: sfq perturb 5 quantum 1500 ... tc class add dev eth0 parent 1:300 classid 1:3020 htb rate 5kbit ceil 256kbit prio 5 quantum 1500 burst 15k tc qdisc add dev eth0 parent 1:3020 handle 3020: sfq perturb 5 quantum 1500 tc class add dev eth0 parent 1:2 classid 1:500 htb rate 80Mbit prio 5 quantum 1500 burst 15k tc qdisc add dev eth0 parent 1:500 handle 500: sfq perturb 5 quantum 1500...
2011 Mar 15
3
Time in video file
Hi I'm trying to store video I encode to a file using Theora and Ogg. The video I record is from my webcam and although the framerate is set to 30 fps I rarely get more then 28-29 fps. Since Theora is fed with a framerate which isn't precise the time of each frame when I play it in VLC doesn't match the exact time of when the frame occurred. So basically I wonder how can I sync a
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi, Thanks for the reply. Thats where the problem starts. If I set ppp0 as the default gw the internet doesnt work anymore. This is how im doing it... route del default route add default gw 217.32.81.74 dev ppp0 if I put it back to ppp1... route del default route add default gw 217.32.68.73 dev ppp1 It works fine again. Whats up with that? Cheers, Chris ----- Original Message
2006 Aug 24
3
Help On Upload Limiting Using CBQ.init
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Guys Ive got an internet cafe on which I have a debian sarge box running. The Debian box acts as a gateway and it has masquerading on. I have 40 client PC and i do not want to assign more than 64k per pc for upload and the same is true for download too. Ive done alot of research and Ive read tutorials about CBQ and HTB. I found that CBQ.init is
2009 Apr 30
15
Shorewall Firewall con Openswan and OpenVPN
Hello guys, I past the last days trying to configure my shorewall 4.06 firewall to allow openvpn bridging connection. My scenario is the following: roadwarrior (openvpn client) -------------> Internet ------------> (X.Y.W.Z - eth0) Firewall/Gateway (10.x.x.254 - eth1) --------> Local Lan -------> OpenVPN Server (10.x.x.249 - br0) where 10.x.x.0-254 is my private lan X.Y.Z.W is
2006 May 10
11
HTB at 100+ Mbits/sec
Hello all, I''ve been trying to test HTB performance for different link bandwidths to find potential limits and this is what I have so far: http://home.comcast.net/~msethuraman/htbtest/ Can members please go over the setup, test procedure and the results and answer a few questions? 1. Is the testing methodology okay and can the results be considered accurate? If so, is this a decent
2006 Nov 20
2
Fwd: Traffic Shaping on a Transparent Bridge not working!
I''m trying to shape traffic on a Devil-Linux box. This note was originally sent to their maillist, because the LARTC list appears to have been down for the past few days. My mailbox was just flooded with a half dozen or so confirmation requests in response to my repeated attempts to subscribe to this list. ---------- Forwarded message ---------- From: drew einhorn
2004 Aug 04
10
htb and fw problems
Dear All, I''m using the kernel 2.6.6, iproute2-2.4.7.20020116, iptables v1.2.9, and gentoo. I have a leased-line 64 kbps. I can see the counter works in iptables, but in the htb, it doesn''t go to the right class (it always go to the default class). Any help will be appreciated here''s my htb conf #!/bin/bash tc qdisc del dev eth1 root tc qdisc add dev eth1 root