Search found 73 matches
- Sun Oct 05, 2025 4:24 pm
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Flashed and did a manual config, not a backup restore. Gave my son and I static IP's outside of dhcp, made a quota for the dhcp range to throttle to 2MB/s after 1MB usage. Unfortunately, as soon as the quota hits 100% every IP is throttled. If the IP is not in the quota it only affects download spee...
- Sat Oct 04, 2025 3:45 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Yes, still the R8000. I cloned your repo last night after I saw the new commits and did a build but didn't want to flashed until I heard back from you.
I'll flash it today and do some testing, will give feedback as soon as I can.
Thanks
I'll flash it today and do some testing, will give feedback as soon as I can.
Thanks
- Sat Oct 04, 2025 12:42 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
I can't do a Full Build, my road is being rebuilt and I'm getting random power cuts everyday.
I'm getting Tab and Whitespace errors applying the patch, I'm not familiar with git commands.
Can I clone your repo and build from there?
Cheers
I'm getting Tab and Whitespace errors applying the patch, I'm not familiar with git commands.
Can I clone your repo and build from there?
Cheers
- Tue Sep 30, 2025 10:18 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Thanks for looking into this, it sounds like you can reproduce this behavior and it's not just me. I assume your busy and I'm not in a rush. At the moment I'm using QoS and when the quota is reached dhcp clients got to the slow class. It seems to work OK but I think it only applies when at high band...
- Mon Sep 29, 2025 3:05 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
After more testing I can confirm everything from my last post, my speed is throttled if my IP is in the quota or not. When I'm not in the quota, it only seems to effect download speed, upload speed is normal. My IP is not listed in Current DHCP Leases. The same happens to my sons PC, his IP is in th...
- Sun Sep 28, 2025 12:35 pm
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Did a new build yesterday evening, I can add an IP to an existing quota now and it keeps working. I added my static IP to the dhcp range quota and it throttled my bandwidth fairly close to the upload limit but download speed was anywhere from 1.5 to 2 x the limit. When I removed my IP I was still be...
- Sat Sep 27, 2025 9:42 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Not a problem, will do a build and test tonight.
Thanks
Thanks
- Thu Sep 25, 2025 1:29 pm
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
The dhcp range is 192.168.1.200 - .220 and my laptop forced static IP is .100, IPv6 is disabled. I made a quota for the dhcp range so after 1MB usage it throttles down to 2MB/s up and down. Here is where it gets strange. Myself and my sons PC, who is also on forced static (.120), get a little less t...
- Thu Sep 25, 2025 4:09 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
Definitely the latest version, commit b51aa6f from base_on_openwrt_2410. Last night I did a 'make distclean' and a new build to make sure everything was up to date and had the same issues. I might have been wrong about the bandwidth monitor, it was working in the tests I did but quotas was still bro...
- Wed Sep 24, 2025 2:53 am
- Forum: Show / Tell / Contribute
- Topic: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
- Replies: 74
- Views: 899043
Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03
I removed all quotas and made a new one with one IP. config quota 'quota_1' option combined_limit '1048576' option reset_interval 'never' option ip '192.168.1.200' option id '192.168.1.200' option enabled '1' option exceeded_up_speed '1024' option exceeded_down_speed '2048' When I add a second IP an...