Displaying 2 results from an estimated 2 matches for "14000kbit".
Did you mean:
1000kbit
2006 Jan 08
2
HTB - not borrowing, not exceeding rate
...onnections - this one can use nearly whole link
tc class add dev eth2.24 parent 1:1 classid 1:6667 htb rate 12000kbit ceil
13500kbit burst 100kbit
# class for in-network p2p connections - this one has lower guaranteed rate
tc class add dev eth2.24 parent 1:1 classid 1:6666 htb rate 3000kbit ceil
14000kbit burst 10kbit
tc qdisc add dev eth2.24 parent 1:6666 handle 6666: sfq perturb 5 quantum
1500b
# users (htb+sfq for each):
tc class add dev eth2.24 parent 1:6667 classid 1:2 htb rate 1kbit ceil 256kbit
quantum 2000 burst 100kbit
tc qdisc add dev eth2.24 parent 1:2 handle 2: sfq perturb 5 quantum 1...
2008 Apr 21
1
Traffic Shaping
...NTINUE 0.0.0.0/0 0.0.0.0/0 all - - - !0
4 0.0.0.0/0 0.0.0.0/0 ipp2p:all
SAVE 0.0.0.0/0 0.0.0.0/0 all - - - !0
tcdevices - note eth2 is my outside interface....
#INTERFACE IN-BANDWITH OUT-BANDWIDTH
eth2 14000kbit 800kbit
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
tcclasses
#INTERFACE MARK RATE CEIL PRIORITY OPTIONS
eth2 1 full/2 full 1 tos-minimize-delay
eth2 2 full/2 full 2 tcp-ack,tos-maximize-reliability
eth2 3...