this post was submitted on 09 Apr 2026
27 points (88.6% liked)

Selfhosted

60093 readers
1311 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 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
[–] SpacePirate@feddit.nu 3 points 2 months ago (1 children)

I have done what you are looking for on OPNsense. And I'm pretty sure it can also be done with OpenWRT.

You will need to setup multi WAN and setup some static routes and use your RoadWarrior setup.

Aka you want this:

Phone › Via Wireguard › OpenWRT › Via Wireguard › VPN provider

I don't have a guide on how to do it but I will try to find one and update this comment if I do. But here are some Guides that might help you in creating it!

Multi WAN Guide

MullvadVPNs OpenWRT Guide for Wireguard (Should work with other providers)

OpenWRT Wireguard Guides

I'm also including the guide to setup Roadwarrior & External VPN provider for OPNsense so you can get a idea of how it should be done and work

OPNsense guide I used to create my Wireguard WAN

OPNsense guide I also used for Wireguard WAN

OPNsense Guide I used for my Roadwarior Setup

[–] ExLisper@lemmy.curiana.net 1 points 2 months ago

Thanks, for now that what I will try to do but using Netmaker. I think it's an overkill for what I need but it will be good practice.