Hi, I've had SuSE 8.2/KDE with various degrees of success for about a week now. I'm trying to limit mldonkey's upload to a dial-up friendly value (7kBytes/s swamps my connection) but I'm still very much a newbie so please be gentle.
I've read the bandwidth limiting howto on linux.org and I think I've managed to setup cbq.init-v0.7.2 properly. As root I copied it to /etc/init.d, made it executable, and installed it (I think) with
Code:
chkconfig -a cbq.init-v0.7.2
I then put this in /etc/sysconfig/cbq/cbq-3.ppp:
Quote:
DEVICE=ppp0,10Kbit,1Kbit
RATE=3Kbit
WEIGHT=300bps
PRIO=5
RULE=,:4662
RULE=,:4666
RULE=,:6666
|
...and ran it
Code:
/etc/init.d/cbq.init-v0.7.2 start
.
It didn't work. Help?
P.S. I also can't get lineakd/lineakconfig to build or install with RPMs but that's another story...