this post was submitted on 31 Aug 2025
29 points (96.8% liked)

Selfhosted

51089 readers
653 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
 

Hello everyone, hope you are doing great.

I am not sure if my question goes here, but this was my best guess. Apologies if I am wrong.

So, I have been using the mesh network offered by NordVPN alongside with their VPN subscription to sync some folders between my phone (Android) and my laptop (Linux Mint). This was great because I remember not being able to use Tailscale and VPN at the same time in the past, at least not on my phone.

Now they are dropping Meshnet support in December, so I am trying to figure out if there's any way I can still run NordVPN and a Meshnet, or if I have to discard one.

If you know of any alternative, please let me know!

you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 2 points 1 day ago* (last edited 1 day ago) (1 children)

This is a decent idea. You can configure the VPS to be an exit node on the Tailnet, and configure the clients to use it as their exit node. Then you'd just need to configure some nftables rules to masquerade (source NAT) to the VPN network interface.

Having said that... At that point, why do you need the other VPN? You can just use the VPS as your exit node.

[–] undefined@lemmy.hogru.ch 1 points 1 day ago

I do some pretty crazy stuff honestly because I’m really into privacy. Since I’m stuck using a VPS I usually put it in the same country that I’m currently in so that for my end devices it appears I’m just accessing some corporate VPN.

On the VPN I actually have two in-country double hop VPN tunnels. I then have two more double hop VPN tunnels that first go into some random country, then finally to Switzerland (because I love their privacy laws). Those two tunnels are set as two equal cost multipath hops for my Tailscale clients, then they get stuffed into the first set of in-country tunnels.

Iinject random delays to protect against timing attacks too, and on top of all that I run Blocky with an insane amount of blocklists and that traffic also spread between all the tunnels over DoT.

It’s a lot of overkill but I absolutely love having no ads, strong data protection and a higher level of freedom of speech.