this post was submitted on 16 Jun 2025
21 points (100.0% liked)

Selfhosted

46676 readers
1077 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

First: I've tried Tailscale, for some reason it works awful for me so I'm avoiding that option if possible.

I am trying to have a single server that has a VPN port exposed to connect to it, but routes traffic through a comercial VPN (mullvad ideally) to privately share my linux ISOs. So far I haven't been able to achieve this, it sees I can't use the VPN server (wg-easy) + VPN (mullvad gui), only the one that start first work.

Has anybody achieve something like this?

top 6 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 5 points 12 hours ago* (last edited 12 hours ago) (2 children)

Maybe give Zerotier a shot. Similar premise as Tailscale, but a simplified NAT and routing implementation.

My overall question though is...why??? If you have access to a VPN, why would you connect to another location to use it when you can just use it from anywhere?

[–] MasterBlaster@lemmy.world 1 points 5 hours ago

I had success using openVPN. I set it up, generated certificates, installed it on my phones, tablets, and laptops.

It won't work when using an external vpn like Express or Mulvad, but while using it, you have secure connection to home. Once done with the home network, turn off the vpn, turn on your commercial vpn.

[–] Railcar8095@lemm.ee 5 points 11 hours ago

Two cases.

One to have my server connect to the internet without exposing my traffic.

The second is to not have to chose between be connected to my server or be connected behind a VPN.

Honestly, if if wasn't because tailscale is performing badly for the last few months, I wouldn't have problems using and even paying for it.

[–] ZebraGoose@sh.itjust.works 4 points 12 hours ago

I did follow this guide to use WireGuard to connect to my homeserver and use my internal pihole and then connect to the internet with protonVPN.

https://www.linuxserver.io/blog/advanced-wireguard-hub

[–] Evil_Incarnate@sopuli.xyz 1 points 12 hours ago

I use Zerotier. I have a rpi sharing my Linux isos through a commercial VPN. The RPI has Zerotier as well as my other devices, so I can connect to it from anywhere as if it was on my home network.

[–] Mordikan@kbin.earth 1 points 13 hours ago

Tailscale has the funnel command which exposes services like how you describe, but that's off the table.

Not quite sure I understand your layout, but if these are separate VPNs, you could run one from the server with a port forward (guessing that's not through Mullvad as they don't offer forwards any longer - to my knowledge) and then setup the general VPN on your router perhaps so you don't have to change ip routes for the whole network. You would still probably need to setup an ip route specific to the server VPN traffic on the router at that point, but that would probably be less work.

If this all being done from the same device then you would need to separate them out by IP routes.