Displaying 2 results from an estimated 2 matches for "stafke".
Did you mean:
stacke
1998 Jan 01
1
traffic shapper
Hi folks!
Can I do traffic shaping by user?
In some docs I found, by device.
I wish to assign for example:
root : 2mb
user1: 1mb
user2: 1mb
Thanks in advance!
Hernan
2001 Jun 19
3
RTNETLINK answers: Invalid argument
Hi all,
I have installed 2.4.5 kernel, Debian Potato.
my tc script:
#!/bin/bash
tc qdisc add dev eth1 root handle 20: cbq bandwidth 10Mbit avpkt 1000
echo root
tc class add dev eth1 parent 20:0 classid 20:1 cbq bandwidth 10Mbit rate \
10Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000
echo class
tc class add dev eth1 parent 20:1 classid 20:100 cbq bandwidth 10Mbit rate \
5Mbit allot