In the download direction your PC is the destination, not source. That should fix it
Search found 7350 matches
- Tue Aug 04, 2026 5:59 pm
- Forum: Gargoyle Development
- Topic: AVM FRITZ!Box 7530 (IPQ4019)
- Replies: 4
- Views: 40
Re: AVM FRITZ!Box 7530 (IPQ4019)
Assuming your PC is 192.168.1.2?
In the download direction your PC is the destination, not source. That should fix it
In the download direction your PC is the destination, not source. That should fix it
- Tue Aug 04, 2026 9:38 am
- Forum: Gargoyle Development
- Topic: AVM FRITZ!Box 7530 (IPQ4019)
- Replies: 4
- Views: 40
Re: AVM FRITZ!Box 7530 (IPQ4019)
Thanks for the feature suggestion, it's not something I'm likely to add here but I'll look at it in another space. If you are maintaining your own builds, I would create a new patches-generic which patches the file target/linux/ipq40xx/base-files/etc/board.d/02_network, Line 67 ucidef_set_interface_...
- Fri Jul 31, 2026 11:54 pm
- Forum: Gargoyle Development
- Topic: Compile from Source Error
- Replies: 9
- Views: 45
Re: Compile from Source Error
Then clear the half-built libnftnl so it re-extracts from scratch, otherwise you will keep hitting the corrupted Makefile: rm -rf /data/gargoyle/mediatek-src/build_dir/target-aarch64_cortex-a53_musl/libnftnl-1.2.8 and rebuild. This is not sufficient. The netfilter patching routine runs once for a b...
- Wed Jul 29, 2026 9:34 am
- Forum: General Discussion
- Topic: WireGuard + LAN party
- Replies: 3
- Views: 31
Re: WireGuard + LAN party
This is a little out of the scope of Gargoyle unfortunately as you're now adding additional networks which aren't UI supported. It can be done but it might be very quickly undone the next time you press Save Changes anywhere. What you're wanting to do is a bit like what we used to use Hamachi for ba...
- Tue Jul 28, 2026 1:08 am
- Forum: Other Issues
- Topic: Wireguard issue
- Replies: 21
- Views: 94
Re: Wireguard issue
Yes you should be able to 
Thanks ispyisail for spotting the issue.
Thanks ispyisail for spotting the issue.
- Sun Jul 26, 2026 10:58 pm
- Forum: Other Issues
- Topic: Wireguard issue
- Replies: 21
- Views: 94
Re: Wireguard issue
I just noticed your WAN is 192.168.1.1. Is your work laptop on that subnet at the work location as well? It may be trying to send replies out to WAN instead of back out the tunnel. To isolate this I would check over a cellular connection (if you can) or try a WireGuard client on a phone. The phone c...
- Fri Jul 24, 2026 3:37 am
- Forum: Other Issues
- Topic: Wireguard issue
- Replies: 21
- Views: 94
Re: Wireguard issue
Maybe we should check your firewall and network configs look ok. Set up WireGuard as you did, then cat /etc/config/firewall cat /etc/config/network Be sure to redact your WireGuard keys and any passwords that might be precious to you. One thing I’d try quickly is setting “use for all traffic” rather...
- Thu Jul 23, 2026 9:40 am
- Forum: Other Issues
- Topic: Wireguard issue
- Replies: 21
- Views: 94
Re: Wireguard issue
So while we work on the code to help stop you (and others) from shooting yourself in the foot, let's explain what the feature actually does so you know why you didn't need to touch it. If your WireGuard client is another router, and that router has another subnet behind it, and you want them to be a...
- Wed Jul 22, 2026 7:51 pm
- Forum: Other Issues
- Topic: Wireguard issue
- Replies: 21
- Views: 94
Re: Wireguard issue
Do you have a more complete description of how you configured it? The couple of ways I know for really locking yourself out are: - setting the WireGuard subnet to the same as your existing subnet (just leave it as the default) - setting a client routed subnet to the same as any subnets Gargoyle alre...
- Mon Jul 20, 2026 9:26 am
- Forum: Show / Tell / Contribute
- Topic: ispy build Gargoyle 1.15.x OpenWrt 25.12 (BETA) - 2026-07-19
- Replies: 10
- Views: 176
Re: ispy build Gargoyle 1.15.x OpenWrt 25.12 (BETA) - 2026-07-19
Also I was surprised to see patch 022 still in the tree? APK hates non standard package naming. Was something done to fix this?