Search found 6760 matches

by Lantis
Sat May 04, 2024 6:07 am
Forum: Other Issues
Topic: OpenVPN app has broken my openvpn connection
Replies: 5
Views: 35

Re: OpenVPN app has broken my openvpn connection

Around OpenVPN version ~2.5 a lot of options changed and became incompatible. There’s a complex web of backwards compatibility but the app may not be working as it should or the gap may now be too high. See this page here about backwards compatibility. https://openvpn.net/community-resources/referen...
by Lantis
Sat May 04, 2024 4:46 am
Forum: Other Issues
Topic: OpenVPN app has broken my openvpn connection
Replies: 5
Views: 35

Re: OpenVPN app has broken my openvpn connection

Gargoyle version?
What version of OpenVPN does your app report it uses?

What did you need to modify in the ovpn file?
by Lantis
Sat May 04, 2024 2:53 am
Forum: Other Issues
Topic: USB mount issue
Replies: 4
Views: 53

Re: USB mount issue

That looks not right to me... that mounts a cifs share, not creates one? If you format via Gargoyle it will become ext4. This should work fine, I've never had it not work. I don't have any large external harddrives to try it on at the moment. When you format a disk via Gargoyle make sure you're not ...
by Lantis
Fri May 03, 2024 7:51 pm
Forum: Network / Wireless Issues
Topic: MAC address change
Replies: 6
Views: 10362

Re: MAC address change

macchanger is not required. Modify the appropriate config file.
by Lantis
Tue Apr 30, 2024 4:57 am
Forum: Hardware / Installation Issues
Topic: showing a red light
Replies: 3
Views: 69

Re: showing a red light

What device?
What firmware version has been flashed?
When did this behaviour start?

Have you tried failsafe reset?
by Lantis
Mon Apr 29, 2024 6:12 am
Forum: Hardware / Installation Issues
Topic: showing a red light
Replies: 3
Views: 69

Re: showing a red light

Significantly more details required please.
by Lantis
Wed Apr 17, 2024 7:23 am
Forum: Hardware / Installation Issues
Topic: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2
Replies: 7
Views: 3379

Re: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2

No time like the present to learn, as they say.
by Lantis
Tue Apr 16, 2024 5:55 pm
Forum: General Discussion
Topic: Gargoyle's BWmon in native OpenWrt?
Replies: 2
Views: 2915

Re: Gargoyle's BWmon in native OpenWrt?

The bandwidth monitoring is powered by a custom kernel module which would need to be patched into the OpenWrt build environment. OpenWrt (many, many years ago) were not interested in accepting such a thing. Problem 2, it only works with iptables. OpenWrt are migrated to nftables. Once you have the k...
by Lantis
Mon Apr 15, 2024 9:51 am
Forum: Hardware / Installation Issues
Topic: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2
Replies: 7
Views: 3379

Re: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2

https://github.com/ericpaulbishop/gargoyle/blob/master/README.md The fastest method is to compile ath79.default to check your build environment works. Then modify targets/ath79/profiles/default/config to enable your device to build. Adding it to targets/ath79/profiles/default/profile_images is helpf...