Displaying 2 results from an estimated 2 matches for "chelmnet".
Did you mean:
celnet
2004 Jan 12
8
sum of child rates exceeds parent rate
Hi,
i have created a parent class with 45Meg rate/ceiling
Note : The actual traffic flowing via that pc is around 6Meg to 15Meg
I assume the problem will come only when the traffic is more than 45Meg.
Now if i create child classes whose sum of rates crosses more than 45Meg ?
1.How that tc behaves.
2.Will this affect browsing.
Pls let me know this details
Regards
Jayesh
2004 Jan 31
5
tc filter protocol arp question
Hello,
I try to shape dhcp requests, but filter rule don''t work. My script is:
# Init Shaper for dev eth1
tc qdisc del dev eth1 root
# Init shaper root for dev eth1
tc qdisc add dev eth1 root handle 2: htb default 200
# Default shaper for dev eth1
tc class add dev eth1 parent 2:0 classid 2:200 htb rate 10Mbit prio 10
tc qdisc add dev eth1 parent 2:200 sfq perturb 10
# Init DHCPD