I want to be able to run these commands on the actual computer that is running the ftp server.
iptables -t mangle -N MYSHAPER-OUT
iptables -t mangle -I POSTROUTING -o eth0 -j MYSHAPER-OUT
iptables -t mangle -A MYSHAPER-OUT -p tcp --dport 50000:60000 -j MARK --set-mark 1
tc class add dev eth0 mark 1 htb rate 10 kbit
I tried it but the tc line fails with "Error: Qdisc "mark" is classless."
Any help would be greatly appreciated.
Mark
_______________________________________________ LARTC mailing list / LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/