Comment on HELP: Wireguard for home network with remote exit node
portnull@lemmy.dbzer0.com 3 weeks ago
Thank you for everyone’s help and input. I have it working now, albeit not in the way I had hoped but it works. I followed …substack.com/…/setting-up-a-tailscale-exit-node but instead of using the NordVPN image I used the plain Wireguard client image. In the wireguard compose I set network_mode: container:wireguard
.
Now when I connect tailscale over the exit node, traffic is going out over the wireguard IP
stratself@lemdro.id 2 weeks ago
Hey, glad you got it working. I’m late to the party, but I got a similar solution here: github.com/stratself/tswg. Basically just mounts your own wg.conf to the container and get Tailscale connected over it
Since Wireguard is peer-to-peer, I suppose the “intended” way is to install Tailscale on every client. But it is possible to use the router as a VPN gateway as per this [OpenWRT guide])openwrt.org/docs/guide-user/services/vpn/…/start#…). Hope you get it working anyhow