Search found 7095 matches

by Lantis
Sun Jun 29, 2025 7:24 am
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 40
Views: 777218

Re: VPN network Theory (Gargoyle)

No sir. Where you downloaded 1.15.x from there will be links to add the appropriate plugin repositories in. All plugins will then show up with appropriate versions. If you are still seeing plugins from an old install showing, did you keep settings? Or, you're using Extroot? Either one should be reset.
by Lantis
Sat Jun 28, 2025 2:17 am
Forum: Gargoyle Development
Topic: base_on_openwrt_2410
Replies: 6
Views: 702

Re: base_on_openwrt_2410

Alright I've put one of these images into production for my home network and so far so good.
I have a reasonable level of confidence so far, will know more in a few days.
by Lantis
Thu Jun 26, 2025 6:42 pm
Forum: Network / Wireless Issues
Topic: Slower internet while using Gargoyle (TP-Link Archer C7 v5)
Replies: 2
Views: 204

Re: Slower internet while using Gargoyle (TP-Link Archer C7 v5)

With the additional overhead of PPPoE, no sorry. Your device is pretty much tapped out without employing tricks like offloading which do not work with Gargoyle. You might gain back 10-15% by disabling the bandwidth monitor. This must be done on the command line. In v1.15.x there is a GUI toggle to d...
by Lantis
Wed Jun 25, 2025 5:40 pm
Forum: Monitoring / Quota / QoS Issues
Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
Replies: 6
Views: 24308

Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)

The boot delay may be the check for busy Wifi frequencies that's a requirement in some/most regulatory domains in order to allow usage of high bandwidth channels or some of the 5Ghz channels (weather radar compatibility). It doesn't bother me at all 'cause uptime of my routers is measured in years ...
by Lantis
Wed Jun 25, 2025 5:39 pm
Forum: Monitoring / Quota / QoS Issues
Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
Replies: 6
Views: 24308

Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)

What is your WAN? Is it wired or wireless? Do you have quotas or QoS enabled? Boot time should not be significantly longer than plain OpenWrt before the web interface becomes accessible. On my minipc it is 10s or less lol. On a GLiNET MT6000 I would say 30-45s web interface up. Access to the interne...
by Lantis
Wed Jun 25, 2025 3:54 am
Forum: Gargoyle Development
Topic: base_on_openwrt_2410
Replies: 6
Views: 702

Re: base_on_openwrt_2410

Not quite yet, give me a few more days.
I’ve only tested x86/64 and mediatek/filogic, and have only committed the former.

I’m doing a bulk update of all packages to their latest available (I’m past halfway). Will then check all targets compile successfully and push them in.
by Lantis
Sat Jun 21, 2025 8:00 am
Forum: Monitoring / Quota / QoS Issues
Topic: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)
Replies: 6
Views: 24308

Re: throttle bandwidth not work on Xiaomi Mi Mini (MT7620A)

You are correct that there is an issue. It has been resolved in February 2024.
If you run 1.15.x you will not have this issue.
viewtopic.php?t=18113
by Lantis
Thu Jun 19, 2025 8:17 pm
Forum: Network / Wireless Issues
Topic: Weird issue Gargoyle 1.15.X
Replies: 10
Views: 40289

Re: Weird issue Gargoyle 1.15.X

Search on the command line with grep is probably easier to find things. grep -r “Add Static IP Address” /www A lot of the strings are in the /www/i18n/ directory so that the GUI can support translation to other languages. The SH files in /www drive the display of data. Language strings are reference...
by Lantis
Thu Jun 19, 2025 4:09 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x nftables EXPERIMENTAL BETA - 2025-05-13
Replies: 11
Views: 64146

Re: Gargoyle 1.15.x nftables EXPERIMENTAL BETA - 2025-05-13

Thanks I’ll clean those up. They don’t cause any issues if you’re not using IPv6. They help clean up the data.
To confirm, you’re not using IPv6?
by Lantis
Wed Jun 18, 2025 11:42 pm
Forum: Network / Wireless Issues
Topic: Weird issue Gargoyle 1.15.X
Replies: 10
Views: 40289

Re: Weird issue Gargoyle 1.15.X

Underscore will probably not cause the underlying issue, but it will be blocked by the GUI once you apply the patch. Strictly speaking RFC1123 does not appear to permit underscores. In practice they are used globally in DNS but this is undefined behaviour I suppose. If you want to apply the patch yo...