I’m paying for a VPN service that has a limited number of concurrent devices but I want to use it on all of my devices. Is there a way to self-host a Wireguard VPN on my Linux server that will forward all WAN traffic to my third-party VPN provider? Ideally, I would generate a Wireguard config for this gateway, and all my devices would connect to my local VPN gateway server, thus allowing me to share that one config across all devices.

My router does not support VPN configuration and modifying its firmware is not an option.

  • @bmcgonag
    link
    English
    18 months ago

    If you want to self host check out Wireguard options like Netmaker, Headscale, Netbird, etc. these all allow you the ability to setup a machine as an exit node into a LAN, and allow LAN to LAN communication. If you are just looking for a VPN and don’t have to self host, then Tailscale might be a good starting point. Figure out the setup you like, then move to a self hosted headscale setup later using that as a model.