Post #2204293
2026-03-24 11:28 UTC
@MrGamy@toot.kif.rocks @kidney@mastodon.online
If you have no hard requirement for "fully selfhosted at no extra cost", you could also consider using a small VPS with a European hoster. The smallest ones for approx 2€/month are sufficient, and you avoid a lot of (possible) problems by avoiding both the port forwarding through double NAT and the dyndns setup. (Plus, the VPS can double as proxy exit node ;) )
Replies (1)
-
@them@mastodon.fsinf.at 2026-03-24 11:34
@MrGamy@toot.kif.rocks @kidney@mastodon.online with respect to understanding wireguard itself: in each wireguard config there are two very relevant pieces of configuration: the endpoint ("the other end of the tunnel") and the allowedIPs ("what traffic should go through the tunnel to the other side") The rest is not really wireguard specific, but more general IP networking. For wg clients to talk to each other a simple wg config suffices. If you want more (e.g. using other end as proxy) you also need IP forwarding/routing.