What's new

Bandwidth Limiter Clarification

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Thorgear

Regular Contributor
I'm using Shibby 1.28.0000 MIPSR2-135 K26 USB AIO-64K on an ASUS N66. I haven't been able to get QOS or BL working until now. I'm trying to limit BL on 10.0.1.96. The relevant lines from /etc/qoslimit are:

tc class add dev br0 parent 1:1 classid 1:10 htb rate 100kbit ceil 1000kbit prio 2
tc qdisc add dev br0 parent 1:10 handle 10: sfq perturb 10
tc filter add dev br0 parent 1:0 prio 2 handle 10 fw flowid 1:10

tc class add dev vlan2 parent 2:1 classid 2:10 htb rate 100kbit ceil 1000kbit prio 2
tc qdisc add dev vlan2 parent 2:10 handle 10: sfq perturb 10
tc filter add dev vlan2 parent 2:0 prio 2 handle 10 fw flowid 2:10

They don't work. However, when I get rid of "protocol ip", it works great. It looks like I'll have to go around the GUI for BL on individual IPs. That's fine, but I can't figure out how the TC commands are linked to the IP.

Anyone know?
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top