Displaying 3 results from an estimated 3 matches for "102kbit".
Did you mean:
  100kbit
  
2004 Nov 09
23
SEPARATING VOIP AND SURFING
Dear list:
I have a problem I cannot handle yet, and need to
solve it as soon as possible.  Would be very greatful
with anybody who can help me.
I have a 512/512 link to internet, that I want to
share between several computers.  I have eth0, with a
public IP address, conected to Internet, and also,
eth1, with a private IP address, for network with the
surfing computers.  I have a main class with
2007 Feb 25
4
Trafic control - simple config, need help
...rate 256Kbit ceil 256Kbit burst 1531b/8 mpu 0b overhead 0b
cburst 1531b/8 mpu 0b overhead 0b level 7
 Sent 5570 bytes 96 pkts (dropped 0, overlimits 0 requeues 0)
 rate 16bit
 lended: 0 borrowed: 0 giants: 0
 tokens: 47488 ctokens: 47488
class htb 1:13 parent 1:1 leaf 13: prio 3 quantum 1500 rate 102Kbit ceil 243Kbit
burst 1511b/8 mpu 0b overhead 0b cburst 1529b/8 mpu 0b overhead 0b level 0
 Sent 4860 bytes 90 pkts (dropped 0, overlimits 0 requeues 0)
 rate 14bit
 lended: 90 borrowed: 0 giants: 0
 tokens: 117580 ctokens: 49961
class htb 1:12 parent 1:1 leaf 12: prio 2 quantum 1500 rate 102Kbit cei...
2003 Jan 06
1
strange htb behaviour
...ass  add dev eth0 parent 2:1 classid 2:6 htb rate 128kbit prio 2
quantum 1500 burst 30k
tc qdisc  add dev eth0 parent 2:6 handle 6:0  sfq
tc filter add dev eth0 parent 2:0 protocol ip prio 2 handle 0x1869c fw
classid 2:6
# we guarantee here 80%
tc class  add dev eth0 parent 2:1 classid 2:7 htb rate 102kbit ceil
128kbit prio 3 quantum 1500 burst 10k
tc qdisc  add dev eth0 parent 2:7 handle 7:0  sfq
tc filter add dev eth0 parent 2:0 protocol ip prio 3 handle 0x1869b fw
classid 2:7
# bulk-class. lower prio than all others, no reserved bw
tc class  add dev eth0 parent 2:1 classid 2:8 htb rate 1bps ceil 2...