Hello,
I am using the following commands to "throttle" the bandwidth
of the NIC at eth0 :
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 10: cbq bandwidth 100mbit avpkt 1000
tc qdisc add dev eth0 root handle 10: htb
tc class add dev eth0 parent 10: classid 10:1 cbq bandwidth 100mbit
rate 128kbit allot 1514 maxburst 20 avpkt 1000 bounded prio 3
tc class add dev eth0 parent 10: classid 10:1 htb rate 128kbit
(1) First question is, will the above successfully throttle the
bandwidth of the nick to 128 kilibits per second ?
(2) Next question what value do I use for unlimited bandwidth ?
Thanks for the help,
-- Joel Parker
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc