Hello. I'm trying to shape my upload using htb but it seems no matter what i try it will only shape download. ---- tc qdisc del dev eth2 root handle 1:0 htb tc qdisc add dev eth2 root handle 1:0 htb tc class add dev eth2 parent 1:0 classid 1:1 htb rate 600kbit tc class add dev eth2 parent 1:1 classid 1:2 htb rate 300kbit tc class add dev eth2 parent 1:2 classid 1:21 htb rate 450kbit ceil 590kbit tc class add dev eth2 parent 1:2 classid 1:22 htb rate 250kbit ceil 290kbit tc qdisc add dev eth2 parent 1:21 handle 210: pfifo limit 10 tc qdisc add dev eth2 parent 1:22 handle 220: pfifo limit 10 tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 match ip src 192.168.22.222 flowid 1:21 tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 match ip src 192.168.22.223 flowid 1:22 ----- I have tried it with dst instead of src and both src and dst. Upload doesn't seem to bother. eth2 is my WAN. What am i doing wrong? - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html