I am looking for some advice on how to (if possible) setup a wireguard network for my home network and when I am connected to that network have a remote wireguard server act as an exit node, so that all external traffic appears to be coming from that remote server whilst keeping traffic bound for the home network local (only accessible via wireguard network)
Local server is a Debian box and other devices will run a flavour of linux. Remote server is already running wireguard and I can connect to that if I bring up a route on each device, but ideally I want to connect to my home net and automatically have outbound traffic go via the remote server. The remote server’s wireguard config is not under my control, which may make this unfeasible
I want to make sure I understand your goal correctly. Here’s what I’m getting.
Here’s the part where I’m a little fuzzy
Did I get any part of that wrong?
Edit: NVM. I saw your response to another comment that sounds like this is exactly what you want.
This should be achievable via routing. I actually do the same thing. The main difference is all the work is done on my router which handles both wire guard connections and routing.
At the minimim you’re going to need:
Thank you for the detailed explanation. I will give this a shot.