Displaying 1 result from an estimated 1 matches for "dev_rate".
Did you mean:
den_rate
2006 Jan 13
0
HTB not shaping correctly ? (or bad scripts...)
...at least 180kbit to class B and at least
80kbit to class C.
The unused band of class A must be given to class B and C (if needed)
The unused band of class B must be given to C (if needed)
The unused band of class C must be given to B (if needed)
We started with the following HTB configuration:
#
DEV_RATE=530kbit
DEV_CEIL=530kbit
RT_RATE=240kbit
RT_CEIL=240kbit
MC_RATE=180kbit
MC_CEIL=530kbit
BE_RATE=80kbit
BE_CEIL=530kbit
OUTDEV=atm0
iptables -t mangle -F
iptables -F
tc qdisc del dev $OUTDEV root handle 1:
# Classification of A
iptables -t mangle -A PREROUTING -p udp --dport 50000 -j MARK --se...