Search found 47 matches

by guyso
Sun Sep 18, 2016 5:36 pm
Forum: Hardware / Installation Issues
Topic: How to add more LAN ports?
Replies: 6
Views: 4846

Re: How to add more LAN ports?

Hi poepjin If you are only after about four more ports you could pick up an eight port switch relatively cheaply from many consumer computer outlets. For example the following is available from JB HiFi. https://www.jbhifi.com.au/computers-tablets/networking/d-link/d-link-dgs-1008a-8-port-gigabit-des...
by guyso
Sat Jun 11, 2016 8:05 pm
Forum: Monitoring / Quota / QoS Issues
Topic: QoS on/off from command line
Replies: 7
Views: 9493

Re: QoS on/off from command line

Hi adix I had some similar needs awhile ago and worked out how to use cron to change the QoS threshold limits and restart the QoS process. I am sure there would be a command you could use instead of the restart command to actually switch QoS on or off. Lantis was incredibly helpful to me and he or o...
by guyso
Tue Jan 26, 2016 11:31 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2016-January-25 18:46.torrent
Replies: 53
Views: 49932

Re: gargoyle-ispy 2016-January-25 18:46.torrent

When you say: settings cannot be preserved when upgrading to this build (unless you know what you doing) Does this only mean you can not use the "Preserve Settings" option during the firmware upgrade or does it also preclude backing up your settings and then restoring them after the upgrad...
by guyso
Sat Nov 07, 2015 11:46 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-November-07 21:28.torrent
Replies: 35
Views: 25343

Re: gargoyle-ispy 2015-November-07 21:28.torrent

I use Firefox as my standard browser, so I tried IE and same outcome. Then I disabled Upload QoS and then the download pie chart appeared. Enabling upload QoS brought both pie charts up as normal. All OK now. Just as a note, the pie charts ispyisail showed are the Bandwidth Distribution ones. These ...
by guyso
Sat Nov 07, 2015 7:46 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-November-07 21:28.torrent
Replies: 35
Views: 25343

Re: gargoyle-ispy 2015-November-07 21:28.torrent

Hi. I have found that the 'Status/QoS Distribution' pie charts are not showing. I have tested on both my WNDR3700v1 and my WNDR3700v2 and both routers have the charts missing.

Apart from this all seems good and QoS seems to be working, just the charts missing.
by guyso
Sun Aug 30, 2015 6:50 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Can we add some QOS options?
Replies: 12
Views: 12316

Re: Can we add some QOS options?

Thanks again Lantis for your excellent advice. While researching I found that "&&" allows me to join commends with the added benefit that the subsequent command does not run unless the previous one finished successfully. This seemed a good option to use so I tested the following cr...
by guyso
Sun Aug 30, 2015 2:09 am
Forum: Monitoring / Quota / QoS Issues
Topic: Can we add some QOS options?
Replies: 12
Views: 12316

Re: Can we add some QOS options?

Thanks Lantis excellent advice. I did a bit of Googling and found the following six cron tasks set the Total Download Bandwidth limit from inital 30000kbps down to 6000kbps and then 10 minutes later back to 29000kbps. 35 15 * * * uci set qos_gargoyle.download.total_bandwidth=6000 36 15 * * * uci com...
by guyso
Sat Aug 29, 2015 5:58 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Can we add some QOS options?
Replies: 12
Views: 12316

Re: Can we add some QOS options?

Thank you Lantis for that answer. One more question for you and/or pbix if that is OK. Now that I know how to use Cron to restart QOS at 5.30am, is there a command I can attached to a Cron which will replace the 30000kbps limit in the etc/config/qos_gargoyle file (the line which says "option to...
by guyso
Fri Aug 28, 2015 6:12 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Can we add some QOS options?
Replies: 12
Views: 12316

Re: Can we add some QOS options?

For an update, I have tested the the cron task installed as described and it works with ACC reset at 5.30am.

The only thing I would still like to know is why ACC resets the Fair Load Limit to 27000kbps when I have a 30000kbps Total Download Load Limit.
by guyso
Tue Aug 25, 2015 9:45 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Can we add some QOS options?
Replies: 12
Views: 12316

Re: Can we add some QOS options?

Thank you Lantis for your help. You are correct with your location of the cron file, I was getting muddled up with another device I was investigating. For the info of anyone else who is looking to implement this reset, the command line provided by pbix had a small typo. It should be /etc/init.d/qos_...