Hi,
I have question: I'm trying to setup some qos with priorities in openwrt, but it seems to have absolutely no effect. Or more precisely when I setup limitations it works, but when I setup priorities it does not.
My exemple /etc/config/qos file:
config interface 'lan'
option classgroup 'Default'
option enabled '1'
option upload 100000
option download 100000
config classgroup "Default"
option classes "Normal"
option default "Normal"
config classify
option target "prio"
option srchost "192.168.16.180"
config class "Normal"
option priority 6
config class "prio"
option priority 1
With this, when I start 2 speed tests with one computer in 192.168.16.180 and another in 192.168.16.10, I don't see any major difference regarding how the throughput is shared.
Any idea?