Page 28 of 28
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun Apr 27, 2025 1:05 am
by fifonik
fifonik wrote: ↑Sat Apr 26, 2025 10:45 pm
The missing instruction in that post is that you need to restart uhttpd (or the entire router).
Ah! It works after router restart! Ta
P.S. I remembered the other issue I have with the FW that
I reported in the thread. UPDATE: just checked it out and the issue still there. I have not expected any miracles, to be honest.
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun Apr 27, 2025 12:10 pm
by jarek7714
Lantis wrote: ↑Sun Apr 27, 2025 12:55 am
However, I will provide a test image and the build config such that you can build your own if you would like to. Give me some time to come back on this.
Okay. Thanks
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Mon Apr 28, 2025 1:07 am
by Lantis
jarek7714 wrote: ↑Sun Apr 27, 2025 12:10 pm
Lantis wrote: ↑Sun Apr 27, 2025 12:55 am
However, I will provide a test image and the build config such that you can build your own if you would like to. Give me some time to come back on this.
Okay. Thanks
Give this a try
https://lantisproject.com/downloads/gar ... JwbCI6MTB9
If it works and you are willing to learn to compile it yourself, there are good instructions on GitHub and this forum.
Happy to work through getting that working successfully for you in another forum thread if you wish.
Either way, let me know if it’s successful.
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Mon Apr 28, 2025 7:52 am
by jarek7714
Lantis wrote: ↑Mon Apr 28, 2025 1:07 am
Give this a try
https://lantisproject.com/downloads/gar ... JwbCI6MTB9
If it works and you are willing to learn to compile it yourself, there are good instructions on GitHub and this forum.
Happy to work through getting that working successfully for you in another forum thread if you wish.
Either way, let me know if it’s successful.
Code: Select all
Device
Device Name:Gargoyle
Gargoyle Version:1.15.X (Built 20250428-0204 git@e69325f5)
Model:Google WiFi (Gale)
Device Configuration:Gateway
Memory Usage:61.5MB / 484.5MB (12.7%)
Connections:41/4096
CPU Load Averages:0.00 / 0.02 / 0.04 (1/5/15 minutes)
WAN
WAN Port Speed:1Gbps
WAN IP Address:192.168.44.126
WAN Netmask:255.255.255.0
WAN MAC Address:E4:F
WAN Gateway IP:192.168.44.1
-
WAN DNS Server(s):192.168.44.1
LAN
LAN IP Address:192.168.20.1
fd26:94cf
LAN Netmask:255.255.255.0
fd26:94cf:1fa9::1/60
LAN MAC Address:E4:F0:42
Port Status
LAN 1Gbps
Wireless
Wireless Mode: Disabled
I installed the image/it works. Now you can finally use the potential of this small router, but with 512MB RAM and 4GB FLASH at your disposal. Many thanks.

Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun May 18, 2025 8:04 am
by ektus
Trying to upgrade my MT6000, I get the following warning:
Code: Select all
Valid firmware:
No
Firmware matches device:
No
Supported devices:
Firmware/Device Compatibile:
Yes
Firmware fits in flash memory:
-
Checksum matches:
-
MD5: d41d8cd98f00b204e9800998ecf8427e
SHA-1: da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA-256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
The router is currently running
Code: Select all
Gerätename:Flint2-Gargoyle
Gargoyle Version:1.15.X (Built 20241113-0953 git@b0c923bf)
Model:GL.iNet GL-MT6000
Is it safe to force update, or is there something seriously wrong? There's also a checksum mismatch (should be 3b2b439eea0a78fa7c31139e9f33014ecbdeec08e98128270fca9402adfae9cb according to
https://lantisproject.com/storage/gargo ... sha256sums), and if I check the file on my computer, the checksum matches. Is there a checksum computing error on the router?
If I ssh into the router, the file /tmp/up/upgrade shows as 0 bytes size. File system trouble?
Code: Select all
root@Flint2-Gargoyle:/tmp# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 11776 11776 0 100% /rom
tmpfs 506384 506384 0 100% /tmp
/dev/loop0 7575744 199352 7376392 3% /overlay
overlayfs:/overlay 7575744 199352 7376392 3% /
tmpfs 512 0 512 0% /dev
Yes, there is.
Code: Select all
-rw-rw---- 1 dnsmasq root 517767168 May 18 15:11 dnsmasq.log
Delete the log file and retry... success
Code: Select all
Device Name:Flint2-Gargoyle
Gargoyle Version:1.15.X (Built 20250330-2253 git@ca9ca6a5)
Model:GL.iNet GL-MT6000
Device Configuration:Gateway
Memory Usage:128.9MB / 989MB (13%)
Swap Memory Usage:0MB / 19077MB (0%)
Connections:656/4096
CPU Load Averages:0.68 / 0.30 / 0.11 (1/5/15 minutes)
CPU Temperature:49 °C
RAM Temperature:- °C
Wifi Temperature:- °C
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun May 18, 2025 9:49 am
by Lantis
Have you modified dnsmasq at all? In its default configuration it should not be filling /tmp.
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun May 18, 2025 12:09 pm
by ektus
I've had problems with
Code: Select all
possible DNS-rebind attack detected: alb00000069.dpool.sina.com.cn
and had been trying to identify the local device(s) that's causing them. Probably I've failed to disable logging again

The file contains mostly those messages, approx one every second since March 6th.
The log was useless for identifying purposes as it doesn't report the device that's issued the request.
Re: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Posted: Sun May 18, 2025 8:40 pm
by Lantis
There is a ubus interface for listening to all DNS requests, but I think it only logs those that are forwarded. These are blocked before that so might be another dead end.