Her er "the quick and dirty way"
Download cbq.init fra denne url:
http://telia.dl.sourceforge.net/sourceforge/cbqinit/cbq.init-v0.7.1omdøb shell scriptet til /sbin/cbq
Opret mappen /etc/sysconfig/cbq
opret filen /etc/sysconfig/cbq-200.peer2peer
DEVICE=eth0,10Mbit,1Mbit
RATE=35Kbit
WEIGHT=3Kbit
PRIO=5
#Windows Media Player.
RULE=:1755,192.168.1.0/24
#Real Player uses TCP port 554, for UDP it uses different ports,
#but generally RealAudio in UDP doesn't consume much bandwidth.
RULE=:554,192.168.1.0/24
RULE=:7070,192.169.1.0/24
#Napster uses ports 6699 and 6700, maybe some other?
RULE=:6699,192.168.1.0/24
RULE=:6700,192.168.1.0/24
#Audiogalaxy uses ports from 41000 to as high as probably 41900,
#there are many of them, so keep in mind I didn't list all of
#them here. Repeating 900 nearly the same lines would be of course
#pointless. We will simply cut out ports 410031-41900 using
#ipchains or iptables.
RULE=:41000,192.168.1.0/24
RULE=:41001,192.168.1.0/24
#continue from 41001 to 41030
RULE=:41030,192.168.1.0/24
#Some clever users can connect to SOCKS servers when using Napster,
#Audiogalaxy etc.; it's also a good idea to do so
#when you run your own SOCKS proxy
RULE=:1080,192.168.1.0/24
#Add any other ports you want; you can easily check and track
#ports that programs use with IPTraf
#RULE=:port,192.168.1.0/24
Derefter starter du med
# cbq start
Scriptet tjekker selv for de nødvendige kernel moduler (cbq o.s.v.) Desuden kræves der iproute2 installeret.. det kan vel testes med noget i denne retning
# finf / -name tc
Have fun :o)