1
Virtual private networks / Re: Using WireGuard with VPS for game server
« on: November 09, 2024, 07:16:51 pm »
In image 1 I see duplicate post up's, remove one just to keep things clean.
Your issue is likely NAT and routing tables. On your VPS you have to:
Add a route via the wgX interface where X is the number to your home LAN like this:
route add 192.168.1.0/24 dev wgX
Then add nat masquerade to your wgX interface both ways. Use MTR, see if you can ping your game server on the vps now.
Your issue is likely NAT and routing tables. On your VPS you have to:
Add a route via the wgX interface where X is the number to your home LAN like this:
route add 192.168.1.0/24 dev wgX
Then add nat masquerade to your wgX interface both ways. Use MTR, see if you can ping your game server on the vps now.