Displaying 4 results from an estimated 4 matches for "448kbit".
Did you mean:
48kbit
2004 Nov 09
23
SEPARATING VOIP AND SURFING
...onected to Internet, and also,
eth1, with a private IP address, for network with the
surfing computers. I have a main class with the whole
512kbit, then 2 child classes in this way (you can see
the complete script at the end):
class 1: rate = ceil = 64kbit, prio 0, for VOIP
class 2: rate = ceil = 448kbit, for SURFING
Class 2 is subdivided again in about 20 classes, for
20 surfing computers, this way:
class 3: rate = 18kbit, ceil = 448kbit, prio 1, SURF
I have a classical problem (I think). As you can see,
first 64kbit are for VOIP, so, it is necesary the best
quality, and the minimal delays. 6...
2004 Apr 28
1
HTB not obeying to specified rate?
...909b
Sent 631520262 bytes 651550 pkts (dropped 0, overlimits 0)
rate 131573bps 141pps
lended: 380595 borrowed: 0 giants: 0
tokens: -22734 ctokens: -22734
the rate never goes over 132000 bps.
the other doesn''t seem to check the rate at all.
here is the tc -s:
class htb 1:22 root rate 448Kbit ceil 448Kbit burst 2172b cburst 2172b
Sent 337083231 bytes 522787 pkts (dropped 0, overlimits 0)
rate 71638bps 120pps
lended: 0 borrowed: 0 giants: 0
tokens: -59999999 ctokens: -59999999
i tried to lower the rate (to 128Kbit) it still uses the maximum available
(sometimes goes up to 90000 bps)...
2005 Jun 14
8
ADSL Calculator
Hi,
I''ve written a small javascript ADSL throughput calculator:
http://nukunuku.yamamaya.is-a-geek.org/~ranma/adsl.html
Feel free to submit alternative presets (I currently have presets
for three german telecom speed variants: T-DSL (1000|2000|3000),
derived from
http://www2.lancom.de/kb.nsf/5d445c701b3ff52dc1256e7700297e5c/27c6ee1c3e3f74b0c1256e94004a433e?OpenDocument).
Comments,
2005 Mar 15
1
Traffic Shaping multiple incoming broadband sources?
...0 parent 1:0 classid 1:1 htb rate 512kbit quantum 1500
tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 0x04 fw flowid 1:1
tc class add dev eth0 parent 1:1 classid 1:110 htb rate 168kbit ceil 224kbit prio 1 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:120 htb rate 320kbit ceil 448kbit prio 2 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:130 htb rate 16kbit ceil 224kbit prio 3 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:140 htb rate 64kbit ceil 96kbit prio 4 quantum 1500
tc qdisc add dev eth0 parent 1:110 handle 110: sfq perturb 10
tc qdisc add dev eth0 pare...