this post was submitted on 09 Apr 2026
19 points (85.2% liked)

Selfhosted

59191 readers
936 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I'm trying to setup my VPN and I'm a bit confused here.

I have a commercial VPN subscription that I'm using on my phone and laptop. Now I've set up WireGuard on my OpenWRT router to access my home network remotely. I can connect to it from my phone but from what I see there's no way to have both commercial VPN and my local network WG active at the same time (both are using WG so I'm trying to create WG config with two peers but I don't think it's possible).

So what do people actually do? From what I see I have 3 options:

  1. Don't use commercial VPN on my phone, only use WG to access my network
  2. Switch between VPNs manually whenever I want to access my network
  3. Setup commercial VPN on my router, move all my networks traffic through this VPN and move all traffic from my phone through my home network.

Am I missing something? What's the typical approach here? I thought that what I'm trying to do is basic scenario but it looks like it's not that simple if at all possible.

you are viewing a single comment's thread
view the rest of the comments
[–] DownByLaw@sh.itjust.works 1 points 1 month ago* (last edited 1 month ago) (1 children)

I‘m using two different setups:

Phone with wireguard app:

  • VPN client installed on my router
  • WireGuard server Running on Router
  • Phone connects to the routers wireguard server and from there my phone is routed through the VPN client for web traffic (but I’m not using OpenWRT so you have to check if this is possible for you)

Laptop with wireguard app and VPN installed as browser extension:

  • WireGuard app is configured to only route traffic to my local subnets through the wireguard VPN.
  • Web browser is encrypted through the VPN extension.

Really depends on what you need. For me this setup fits my bill.

But there’s also tailscale (which you can also selfhost: headscale)

Additionally you could also set up your own independent wireguard server to get more granular control for routing and firewalling. But you would need a device that’s running 24/7 (same for headscale). A raspberry pi would probably be enough for that.

[–] ExLisper@lemmy.curiana.net 1 points 1 month ago (1 children)

Looks like most people are doing some version of option 3, routing everything through home network. I hoped there's a simpler way but maybe I just have to go in this direction.

One question, the VPN client on your router routes everything from your network or just the phone?

[–] DownByLaw@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago)

I can route selected devices/groups/VLANs through the client. That's how I'm using it with my phone. Phone connects to wireguard server. Wireguard server IP is in the router's VPN client list for outbound traffic.

➡️ local access + VPN for web