Displaying 1 result from an estimated 1 matches for "97280kbit".
Did you mean:
280kbit
2005 Oct 06
0
problem with classifying
...x2a -j
CLASSIFY --set-class 1:4
So far, so good...
Both HTB or HFSC are identical and looks like this:
tc qdisc add dev eth1 root handle 1: htb default ffff
tc class add dev eth1 parent 1: classid 1:fffe htb rate 102400kbit ceil
102400kbit
tc class add dev eth1 parent 1:fffe classid 1:1 htb rate 97280kbit ceil
97280kbit
tc class add dev eth1 parent 1:fffe classid 1:2 htb rate 7168kbit ceil
7168kbit
tc class add dev eth1 parent 1:fffe classid 1:3 htb rate 10240kbit ceil
30720kbit
tc class add dev eth1 parent 1:fffe classid 1:4 htb rate 1024kbit ceil
1024kbit
And then filters per IP are attached...