- Mitglied seit
- 26 Jun 2011
- Beiträge
- 44
- Punkte für Reaktionen
- 0
- Punkte
- 0
First of all, on FB7170, I got upload traffic shaping working like a charm.
Instead of Fritzbox GUI or ar7.cfg, i used the patch from
http://www.jzab.de/content/customize-your-fritzbox-allow-traffic-shaping
I used TC commands to create multiple classes and classify packets on the dsl interface
Now I tried to do same trick on FB7340 but ran into a problem:
I can't slow down dsl interface anymore!
All modules load fine, classification works, I see traffic ending up in different classes, but no bandwidth limiting and packet drops. (excess low prio traffic should be dropped!)
All stuff in kernel seems to be present, the classic command to slowdown an interface works ok on both LAN interface and ADSL interface, but not on DSL interface:
(I'm not able to use shaping on adsl interface: can't classify packets because of weird ptp encapsulation used)
Hints welcome...
Instead of Fritzbox GUI or ar7.cfg, i used the patch from
http://www.jzab.de/content/customize-your-fritzbox-allow-traffic-shaping
I used TC commands to create multiple classes and classify packets on the dsl interface
Now I tried to do same trick on FB7340 but ran into a problem:
I can't slow down dsl interface anymore!
All modules load fine, classification works, I see traffic ending up in different classes, but no bandwidth limiting and packet drops. (excess low prio traffic should be dropped!)
All stuff in kernel seems to be present, the classic command to slowdown an interface works ok on both LAN interface and ADSL interface, but not on DSL interface:
Code:
tc qdisc add dev dsl root tbf rate 220kbit latency 50ms burst 1540
Hints welcome...