Hi,
I'm playing with the QoS to limit the download bandwidth on "lan_public" lan.
First I tried to limiting the bandwidth every using the default qos config file /etc/config/qos and it works fine.
INTERFACES:
config interface wan
option classgroup "Default"
option enabled 1
option overhead 1
option upload 128
option download 1024
....
With QoS disabled I have my 20Mbps download, if I enable the QoS it drops correctly to 1Mbps
Now, instead of applying this setting to the "wan" interface, I would like to apply it to my public vlan called "lan_public" in /etc/init.d/network. I tried simply replacing the interface option in the qos config:
INTERFACES:
config interface lan_public
option classgroup "Default"
option enabled 1
option overhead 1
option upload 128
option download 1024
....
In this case, when I enable the QoS, the bandwidth drops to ... 15KB/s !?
First of all, is this the correct approach ? If yes, what am I doing wrong ?
Thanks for your kind help.
cheers
Tex
(Last edited by Tex-Twil on 1 Jul 2008, 17:56)