Search found 36 matches

by Waterspuwer
Sat Feb 22, 2020 1:15 pm
Forum: Network / Wireless Issues
Topic: Gargoyle should give out specified DNS servers to users
Replies: 3
Views: 10137

Re: Gargoyle should give out specified DNS servers to users

Thanks for the reply, that seems doable. Anything possible to read these values from Gargoyle web interface? Would be nice if there was a setting in web interface somewhere to give out these servers to clients, this is what most routers do I've used in the past. E: A friend helped me with a script t...
by Waterspuwer
Sat Feb 22, 2020 10:39 am
Forum: Network / Wireless Issues
Topic: Gargoyle should give out specified DNS servers to users
Replies: 3
Views: 10137

Gargoyle should give out specified DNS servers to users

At the moment the DHCP server is always returning the router's IP address as the DNS server to the clients. How can I change it so that the DNS servers are returned to the DHCP clients?
by Waterspuwer
Sun Feb 02, 2020 8:20 am
Forum: News
Topic: Version 1.12.0 : New stable version
Replies: 110
Views: 306622

Re: Version 1.12.0 : New stable version

Lantis wrote:I will update the code, but at this stage no planned release.
You can compile yourself or ask someone else to do so.
Thanks, no idea how to do so, seems this issue started at 19.07 but I also have this problem with 18.06. Maybe it's another issue.
by Waterspuwer
Sat Feb 01, 2020 1:26 pm
Forum: News
Topic: Version 1.12.0 : New stable version
Replies: 110
Views: 306622

Re: Version 1.12.0 : New stable version

Any chance of a 1.12.0 build based on OpenWrt 19.07.1? It supposedly fixes the 5 GHz issue I'm having (~2s delay on WiFi).
by Waterspuwer
Sat Jun 15, 2019 9:32 am
Forum: Monitoring / Quota / QoS Issues
Topic: Optimizing QoS for speed
Replies: 6
Views: 14242

Re: Optimizing QoS for speed

Still rock stable with this change ( Uptime: 34 days, 0 hours, 28 minutes :D ), I've did a comparison with the file online and I've actually changed these lines: tc qdisc add dev $qos_interface parent 1:$next_class_index handle $next_class_index:1 sfq headdrop limit $(($tbw/250)) $sfq_depth divisor ...
by Waterspuwer
Sat Jun 01, 2019 2:16 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Optimizing QoS for speed
Replies: 6
Views: 14242

Re: Optimizing QoS for speed

At the moment the tc divisor used is 256. When I increase this to 512 (for both up and down), lo and behold, the speed is almost identical as without QoS (just 1-2 mbit difference, which is OK). I made a test of this and cannot find any measurable difference in speed caused by changing the tc divis...
by Waterspuwer
Tue May 14, 2019 6:36 am
Forum: Monitoring / Quota / QoS Issues
Topic: Optimizing QoS for speed
Replies: 6
Views: 14242

Re: Optimizing QoS for speed

One tip is disabling some processes like bwmon. I've done that, and even went as far as turning off the web server to save some CPU usage. Unfortunately, I still hit the CPU problem with Gargoyle well before that, and it causes the ACC to sort of cut everything to half speed. I'm on a much more gen...
by Waterspuwer
Sun May 12, 2019 9:20 am
Forum: Monitoring / Quota / QoS Issues
Topic: Optimizing QoS for speed
Replies: 6
Views: 14242

Re: Optimizing QoS for speed

I've been doing some experimenting today with the QoS parameters. At the moment the tc divisor used is 256. When I increase this to 512 (for both up and down), lo and behold, the speed is almost identical as without QoS (just 1-2 mbit difference, which is OK). No noticable impact on CPU load. I'll s...
by Waterspuwer
Sun Apr 14, 2019 8:52 am
Forum: Monitoring / Quota / QoS Issues
Topic: Optimizing QoS for speed
Replies: 6
Views: 14242

Optimizing QoS for speed

After years of no upgrades my ISP finally decided to upgrade my connection from 40 to 50 mbit, yey! However, I'm now struggling to reach it with QoS enabled. So far I've disabled ACC and set the maximum speed to 60000 kbit. I now get ~46 mbit instead of ~52 mbit without QoS. With ACC enabled it's ma...
by Waterspuwer
Tue Mar 05, 2019 9:08 am
Forum: Network / Wireless Issues
Topic: Forwarding other protocols than TCP/UDP
Replies: 5
Views: 4394

Re: Forwarding other protocols than TCP/UDP

Then you will need a command line solution, which should be equally applicable to Openwrt and Gargoyle. One way to cheat, would be to create the forwarding rule through the GUI as TCP or UDP, and then alter the /etc/config/firewall config to change the "proto" to "gre". You'll t...