Mullvad and Tailscale Announce Partnership (mullvad.net)
from leraje@lemmy.blahaj.zone to selfhosted@lemmy.world on 07 Sep 2023 15:15
https://lemmy.blahaj.zone/post/2728891

cross-posted from: lemmy.blahaj.zone/post/2728889

From the article:

Since Tailscale was founded in 2019, customers have been forced to choose between either Tailscale or Mullvad without the ability for them to co-exist.
Today we announce a partnership with Tailscale that allows you to use both in conjunction through the Tailscale app. This functionality is not available through the Mullvad VPN app. This partnership allows customers of Tailscale to make use of our WireGuard VPN servers as “exit nodes”. This means that whilst connected to Tailscale, you can access your devices across Tailscale’s mesh network, whilst still connecting outbound through Mullvad VPN WireGuard servers in any location.

Announcement also on Tailscale blog.

#selfhosted

threaded - newest

funkmunki@lemmy.world on 07 Sep 2023 15:43 next collapse

Well that’s awesome news.

skadden@ctrlaltelite.xyz on 07 Sep 2023 16:22 next collapse

Wow this is great. I’ve been having trouble getting exit nodes working properly with these two. Sad that mullvad dropped port forwarding though so I’m not sure if I’ll stay with them.

Molecular0079@lemmy.world on 07 Sep 2023 16:56 collapse

Yeah I swapped over to ProtonVPN after they dropped support for port forwarding. Shame really because I did really enjoy Mullvad’s VPN service.

natenten@feddit.nl on 07 Sep 2023 17:15 next collapse

Does the port forwarding works on Linux CLI? Last time I checked it was only through their GUI app

Molecular0079@lemmy.world on 07 Sep 2023 19:01 next collapse

Yeah the Proton VPN gui app for Linux does not include port forwarding. I believe only their Windows app does at the moment. However, if you use their Wireguard certs and then follow their port forwarding instructions, it works quite well. Make sure you either disable IPv6 on your system or set IPv6 to link-local and add ::/0 to AllowedIPs, otherwise your IPv6 will leak since ProtonVPN does not support IPv6 at the moment.

skadden@ctrlaltelite.xyz on 07 Sep 2023 19:03 collapse

I’m pretty sure it’s entirely disabled. Their announcement post says it’s being removed and doesn’t call out any exceptions.

I run my clients through a gluetun container with forwarding set up and ever since their announced end of support date (July I think?) I have had 0B uploaded for any of my trackers.

E: realized you may be asking about proton, oops

skadden@ctrlaltelite.xyz on 07 Sep 2023 19:07 collapse

Yeah I’ve been using it for about a year and half or so on my main devices and it’s been wonderful. I’m likely going to down the list of supported providers from the gluetun docs and decide from there. Throwing my torrents and all that behind a vpn was the catalyst for signing up so I’ll continue to look for that support first and everything else is secondary.

eager_eagle@lemmy.world on 07 Sep 2023 17:01 next collapse

fwiw I’ve been using cloudflare tunnels with mullvad for almost a year and never had problems accessing my stuff.

imgonnatrythis@lemm.ee on 07 Sep 2023 18:33 next collapse

Yeah, sorry, still turning elsewhere since port forwarding a no go.

emax_gomax@lemmy.world on 07 Sep 2023 18:50 next collapse

I have the utmost respect and appreciation for mullvad but I don’t need a vpn without port forwarding so I cancelled my sub. They are still objectively the vest vpn, this is the only sticking point.

MrPoopbutt@lemmy.world on 07 Sep 2023 19:44 next collapse

What does port forwarding gain you on a VPN? Sorry if the question is ignorant

thatcasualgamingguy@lemmy.nerdcore.social on 07 Sep 2023 20:00 next collapse

From what I’ve read you need it for Bittorrent or at least the chance of failed downloads is higher without it.

dan@upvote.au on 07 Sep 2023 20:17 next collapse

You need it for file sharing apps like BitTorrent or Soulseek, if you don’t want to be seen as a leech, and/or you want to use private trackers where you need to maintain a good ratio. :)

retro@infosec.pub on 07 Sep 2023 20:36 next collapse

Most private trackers don’t allow a shared VPN like Mullvad anyway. Some do but most don’t.

yote_zip@pawb.social on 07 Sep 2023 20:52 next collapse

I haven’t personally seen a private tracker that blocks your actual bittorrent announces to the tracker with a VPN, though I know a couple prevent you from browsing the site itself with one.

gaylord_fartmaster@lemmy.world on 07 Sep 2023 20:54 collapse

Most private trackers don’t allow you to browse the tracker site from a shared VPN, but I’ve never seen one that doesn’t allow your torrent client to connect over one. That would make no sense.

AlexisFR@jlai.lu on 08 Sep 2023 10:07 collapse

Then you can just use a seed box on top of your downloading

dan@upvote.au on 08 Sep 2023 16:29 next collapse

Why would you use a seedbox if you have a home server? The home server can be the seedbox. A lot of homelabbers would have a good enough connection for it.

Edit: Using a VPN with port forwarding, of course.

AlexisFR@jlai.lu on 08 Sep 2023 21:31 next collapse

It can still ruin your ping when downloading.

maus@sh.itjust.works on 08 Sep 2023 23:10 collapse

Not if you properly setup your limits… and symmetrical fiber has become much more common.

mara@pawb.social on 10 Sep 2023 10:06 collapse

Generally when you download files over torrent through your ISP, you end up getting love letters from rightsholders. I personally use a homelab NAS as my seedbox and for my public tracker stuff (as well as anime downloads over XDCC) I use Mullvad. I don’t seed overly much on public trackers because of it, but my ratio on private trackers is sky high because ISPs won’t send love letters for private trackers.

mara@pawb.social on 10 Sep 2023 10:12 next collapse

For the record, I’m pretty sure using Mullvad for XDCC is super overkill, but I wanted to have an excuse to break out userspace wireguard in a project and writing it all in Go made it so damn easy: github.com/…/3d0647e946014516df33de0b18d2a16eec83…

dan@upvote.au on 10 Sep 2023 17:41 collapse

Generally when you download files over torrent through your ISP, you end up getting love letters from rightsholder

That’s why you use a VPN that allows port forwarding.

HellAwaits@lemm.ee on 09 Sep 2023 00:01 collapse

You’re putting a lot of trust into these services that can just disappear one day. I’d rather rely on my own TrueNAS system, thanks.

dan@upvote.au on 08 Sep 2023 01:53 collapse

Another use case (in addition to the BitTorrent use case) is if you want to host a site but hide your IP. You can run Nginx and configure it to listen on a port the VPN service has allocated to you. Good VPN services like AirVPN let you choose ports, and those ports are always allocated to you.

reddithalation@sopuli.xyz on 08 Sep 2023 20:49 collapse

although people hosting illegal content using port forwarding is likely one of the reasons they removed it, so its a tricky problem

dan@upvote.au on 08 Sep 2023 21:30 collapse

One of the main reasons people use VPNs is for illegal content… Port forwarding doesn’t change that.

reddithalation@sopuli.xyz on 08 Sep 2023 21:51 collapse

sure illegal content can be accessed over a vpn without port forwarding, but when someone is hosting a child porn site over a mullvad ip, that is clearly a larger problem

lud@lemm.ee on 08 Sep 2023 22:56 collapse

Yeah, I assume the kind of people that runs a VPN doesn’t mind copyright infringement that much, but any sane person wouldn’t like to contribute to the distribution of CSAM even if they are legally not doing anything wrong.

akrot@lemmy.world on 09 Sep 2023 05:26 collapse

That’s one of the main issues that criminals are more likely tonvalue privacy (for survival) than the average user that considers it a plus. And by criminal it can stretch from benign stuff like copyright infringement to being a hitman.

magikmw@lemm.ee on 07 Sep 2023 20:17 next collapse

Did they change something? I’ve been port forwarding for a couple of years now.

CrankyCarrot@lemmy.world on 07 Sep 2023 21:56 next collapse
sinatosk@lemmy.ml on 08 Sep 2023 03:55 collapse

They removed port forwarding back in July

mullvad.net/…/removing-the-support-for-forwarded-…

I think it was something todo with CSAM hosting. It’s shit but understandable to why they removed it

mullvad.net/…/mullvad-vpn-was-subject-to-a-search…

mullvad.net/…/update-the-swedish-authorities-answ…

magikmw@lemm.ee on 09 Sep 2023 09:09 collapse

Well. That’s what I get for using a service without giving them my email and not checking their blog.

Salix@sh.itjust.works on 09 Sep 2023 03:08 collapse

Yeah, unfortunately because of this decision from Mullvad, they also lost me as customer and I had to move to another.

It kinda sucks because I loved Mullvad. They had great servers, customer service, and I do like their Android & Linux program.

CumBroth@discuss.tchncs.de on 07 Sep 2023 18:57 next collapse

If anyone wants to achieve something similar without using Tailscale or with alternative VPN providers, the setup outlined in this LSIO guide is pretty neat: linuxserver.io/…/advanced-wireguard-container-rou…

Edit: Don’t be intimidated by the word “advanced”. I struggled with this a bit at first (was also adapting it to use at home instead of on a VPS that’s tunneling to home) but I got it working eventually and learned a lot in the process. Willing to assist folks who want to set it up.

dan@upvote.au on 07 Sep 2023 20:18 next collapse

As an aside, I wish technical documents like this would stop saying “Wireguard client” and “Wireguard server”. Wireguard doesn’t have clients and servers - everyone is a peer, and whether you can route through the peer or not is just based on the routing table and nftables/iptables rules.

zzzz@lemmy.world on 11 Oct 2023 15:35 collapse

You can also achieve this with any VPN by using two Docker containers:

  1. Gluetun: github.com/qdm12/gluetun
  2. Tailscale: tailscale.com/kb/1282/docker/

Set Gluetun up to connect to your VPN (they support a huge number of providers) and then set the Tailscale container to use the Gluetun’s network. Then, use that Tailscale container as your exit node.

You can also combine this with a self-hosted Headscale (github.com/juanfont/headscale) instance.

nix@merv.news on 07 Sep 2023 21:03 next collapse

Do people use Tailscale to be able to access local things on their network like Plex media servers when they’re not home? Tailscale looks interesting but I haven’t found a usecase where it would benefit me

Rockslide0482@discuss.tchncs.de on 07 Sep 2023 21:26 next collapse

Plex probably isn’t the best example, but yes, you can use Tailscale to create a sort of mesh network to access devices within private networks. Essentially any device that’s connected to tailscale can be contacted by other clients connected to tailscale. There are extra routing things you can do to use a tailscale device as a sort of “exit node”, but that’s the basic gist.

liara@lemm.ee on 07 Sep 2023 21:51 next collapse

I don’t really use it for this, but here are some things I do use it for:

  • metrics scraping on servers without needing to open ports or worry about ssl encryption. Works great for federating Prometheus instances or scraping exporters
  • secure access to machines not directly exposed to the internet. I.e. ssh access to my home box while I’m traveling
  • being an exit node for web traffic while traveling. I.e. maybe you are traveling and have a bank who is giving you grief about logging in – masquerade that connection from your home IP

I mostly just use it for metrics scraping though

kinttach@lemm.ee on 07 Sep 2023 23:15 next collapse

Not Plex, but yes. I use it with Microsoft Remote Desktop if I need to access a work-related computer that I keep at home while traveling.

I also use it for the more typical use case of a cloud server that I can ssh into even though it exposes zero ports publicly.

LiveLM@lemmy.zip on 08 Sep 2023 02:45 next collapse

Yes, exactly that.
I use it to SSH into my devices all the time.

DigitalPortkey@lemmy.world on 09 Sep 2023 23:11 next collapse

It’s accessing literally anything you self host from home, with minimal latency and without any port forwarding on your router or exposing your services to the Internet.

It’s primary benefit is how fast it is, how much easier it is to set up for even the most novice of users, and how ubiquitous all the clients are.

Plus it’s free for 100 endpoints, which is far more than most individuals will need for home labs. And even that you can get around by using subnet routing.

If you’ve ever wanted to run your own sort of Dropbox or Google docs (Syncthing/Next cloud) but didn’t want to deal with the security hassle of exposing it to the Internet, this removes that completely. No more struggling with open ports, fail2ban, or messing with reverse proxies.

nix@merv.news on 09 Sep 2023 23:59 collapse

That’s super convenient

deleted@lemmy.world on 10 Sep 2023 02:21 collapse

I use it to reach all of my services when I go out.

I’ve audiobooks, RSS, music, and cloud.

Decronym@lemmy.decronym.xyz on 07 Sep 2023 21:05 next collapse

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
CSAM Child Sexual Abuse Material
DNS Domain Name Service/System
IP Internet Protocol
NAS Network-Attached Storage
Plex Brand of media server package
SSH Secure Shell for remote terminal access
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

8 acronyms in this thread; the most compressed thread commented on today has 11 acronyms.

[Thread #116 for this sub, first seen 7th Sep 2023, 21:05] [FAQ] [Full list] [Contact] [Source code]

nooneescapesthelaw@lemmy.ml on 08 Sep 2023 01:20 collapse

Good bot

LunchEnjoyer@lemmy.world on 07 Sep 2023 21:22 next collapse

I’m glad these two great companies found their way together, love to see it!

nyakojiru@lemmy.dbzer0.com on 08 Sep 2023 03:30 next collapse

The issue with Tailscale is that in phone it uses the VPN and you are not able to a vpn or a Adblock service like Adguard. But now I believe it will be interesting to have a exit node with Mullvad vpn to block all shit on all devices inside the tailscale nerwork . Another good thing of tailscale it makes services like jellyfin, plex and syncthing easier.

chili1553@lemmy.world on 08 Sep 2023 11:05 collapse

I use tailscale with next dns, it works great. I don’t use magic DNS, however, but it’s a trade off I’m okay with for the benefit of blocking at the edge

nyakojiru@lemmy.dbzer0.com on 08 Sep 2023 15:42 collapse

Sound interesting. Can you tell me how do you configure it and if you did it in both android and iOS? Thank you

rizoid@midwest.social on 09 Sep 2023 14:50 next collapse

I’m not the guy you asked but I do the same thing. In the tailscale dashboard you can set up a default DNS for every device that is connected to your tailnet. They support nextdns and a couple other things. I have mine pointed to my personal adgaurd home server that is within my tailnet and it works great. I used nextdns for a while but didn’t want to pay for it. It also worked great with tailscale.

nyakojiru@lemmy.dbzer0.com on 09 Sep 2023 16:18 collapse

Thank you!

DigitalPortkey@lemmy.world on 09 Sep 2023 23:12 collapse

tailscale.com/kb/1218/nextdns/

Easy to set up, mine is working great.

nyakojiru@lemmy.dbzer0.com on 10 Sep 2023 02:24 collapse

Yeah found the guide after looking around . Ty

nyakojiru@lemmy.dbzer0.com on 08 Sep 2023 21:52 next collapse

Only available in a few countries, not in Latin America. It is not mentioned anywhere.

zjaume@lemm.ee on 08 Sep 2023 22:56 collapse

I always wanted this mesh feature in mullvad. But how this works with privacy? I mean, does the combination with a user loged service like tailscale diminish the privacy of anonymous mullvad accounts?

warmaster@lemmy.world on 09 Sep 2023 04:54 collapse

I think it’s diminished, yes. Regardless of whatever PR spin they might pull, I don’t think there’s any way around it.