Hi,
I used to use both qos up and down, but now just using down because the router can't do both (cpu limited on my high speed line). Using 1.7, thank you btw, the BB code fixes the ethernet driver bug on netgear wndr3700/3800 and buffalo ah300nh.
Anyway, I used to use a quota to set the class ("throttled") for guests who visit and use normal dhcp ranges. Problem is that if you create a quota to use qos class, but only put in the downlink (or only uplink class), the quota rule ends up defaulting to use "shut down internet access" , because one field is not filled out (as uplink qos not used doesnt populate it).
Quotas bug
Moderator: Moderators
Re: Quotas bug
screen shot
Re: Quotas bug
http://i58.tinypic.com/157mcnt.png
The image through the page gets cut off so you can't see my full comments.

The image through the page gets cut off so you can't see my full comments.

Re: Quotas bug
Thanks for the report
Pictures are so much better than words
Pictures are so much better than words

Re: Quotas bug
The only workaround is a bit hacky:
Set a rule in download qos for that ip range using a subnet in cidr notation (eg: 192.168.1.128/26).
The quotas are easier because they can take ip ranges, where qos tab cannot.
Another unrelated issue is with dnscrypt-proxy
http://wiki.openwrt.org/inbox/dnscrypt
To use that, config/dhcp gets modified to ex: 192.168.1.1:5353, but the interface for gargoyle doesn't allow ports for dns. So manually editing dhcp and restarting dnsmasq works. But any change on the gargoyle page w dhcp in it, overwrites that. As a temp fix, I chmod -w dhcp so gargoyle can't change it back to use normal dns.
Set a rule in download qos for that ip range using a subnet in cidr notation (eg: 192.168.1.128/26).
The quotas are easier because they can take ip ranges, where qos tab cannot.
Another unrelated issue is with dnscrypt-proxy
http://wiki.openwrt.org/inbox/dnscrypt
To use that, config/dhcp gets modified to ex: 192.168.1.1:5353, but the interface for gargoyle doesn't allow ports for dns. So manually editing dhcp and restarting dnsmasq works. But any change on the gargoyle page w dhcp in it, overwrites that. As a temp fix, I chmod -w dhcp so gargoyle can't change it back to use normal dns.
Re: Quotas bug
Any idea if this was fixed in the newer build?
I see something regarding iptables on github late Feb, but not sure... I could care less about the guest networks- so I'd rather not recompile if not needed
I see something regarding iptables on github late Feb, but not sure... I could care less about the guest networks- so I'd rather not recompile if not needed

Re: Quotas bug
I was thinking the same thingI see something regarding iptables on github late Feb,