Displaying 1 result from an estimated 1 matches for "cladd".
Did you mean:
clad
2005 Oct 19
0
help for script add ip addresses dynamically
...it
tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \match ip dst 172.18.5.74 classid 1:24
tc class add dev eth0 parent 1:1 classid 1:25 htb rate 128kbit ceil 128kbit
tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \match ip dst 172.18.5.74 classid 1:25
As you see above I create 5 cladd for 5 different Ip address and limit download traffic to 128 kbps
but when I check statistics below i see that only a few classes work properly. others continue to download above 128kbps even 512kbps. is there any idea?
[root@fwr router]# tc -s class show dev eth0
class htb 1:22 parent 1:1 prio...