348
submitted 10 months ago by [email protected] to c/[email protected]

cross-posted from: https://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.

top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 62 points 10 months ago

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.

[-] [email protected] 28 points 10 months ago

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

[-] [email protected] 31 points 10 months ago* (last edited 10 months ago)

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. :)

load more comments (11 replies)
[-] [email protected] 4 points 10 months ago

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

[-] [email protected] 3 points 10 months ago* (last edited 10 months ago)

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.

load more comments (5 replies)
[-] Salix 4 points 10 months ago

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.

[-] [email protected] 3 points 10 months ago

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

[-] [email protected] 17 points 10 months ago* (last edited 10 months ago)
[-] [email protected] 2 points 10 months ago

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

[-] [email protected] 26 points 10 months ago* (last edited 9 months ago)

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]

[-] [email protected] 9 points 10 months ago
[-] [email protected] 25 points 10 months ago

Well that's awesome news.

[-] [email protected] 22 points 10 months ago

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.

[-] [email protected] 16 points 10 months ago

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

[-] [email protected] 3 points 10 months ago

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.

[-] [email protected] 3 points 10 months ago

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

[-] [email protected] 5 points 10 months ago

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.

[-] [email protected] 3 points 10 months ago* (last edited 10 months ago)

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

[-] [email protected] 12 points 10 months ago

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

[-] [email protected] 11 points 10 months ago

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

[-] [email protected] 5 points 10 months ago

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

[-] [email protected] 4 points 10 months ago

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.

[-] [email protected] 2 points 10 months ago

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.

[-] [email protected] 2 points 10 months ago

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.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 8 points 10 months ago

Well hot damn this is pretty awesome

[-] [email protected] 7 points 10 months ago

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

[-] [email protected] 6 points 10 months ago* (last edited 10 months ago)

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: https://www.linuxserver.io/blog/advanced-wireguard-container-routing

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.

[-] [email protected] 2 points 10 months ago* (last edited 10 months ago)

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.

load more comments (1 replies)
[-] [email protected] 6 points 10 months ago* (last edited 10 months ago)

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.

[-] [email protected] 4 points 10 months ago

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

[-] [email protected] 3 points 10 months ago

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

[-] [email protected] 2 points 10 months ago

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.

load more comments (1 replies)
load more comments (2 replies)
[-] [email protected] 5 points 10 months ago

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

[-] [email protected] 4 points 10 months ago

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

[-] [email protected] 4 points 10 months ago

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?

[-] [email protected] 3 points 10 months ago

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

[-] [email protected] 3 points 10 months ago

Could somebody help me out? I setup Tailscale on my media server box, trying to use it alongside Windscribe has basically bricked ssh on the box. With this news, am I to understand that Tailscale will not work with any vpn other than mullvad?

[-] [email protected] 7 points 10 months ago

I don't know what's up on your case, but I would not jump to the conclusion that it's impossible to use tailscale with any other VPN in any circumstance.

Rather, tailscale and Mullvad will now work easily and out of the box. For other VPNs, you may need to do understand the topology and routing of virtual devices and have the technical ability and system permissions to make deep networking changes.

So I'd expect one can probably find a way for most things to coexist on a Linux server. On a non-rootrr android phone? I'm less confident.

[-] [email protected] 2 points 10 months ago

I just it with protonVPN on Linux with no issue.

I don't know about exit node on Tailscale because I don't use it but the rest is working absolutely fine.

[-] [email protected] 2 points 10 months ago

In Tailscale you can set up an exit node which lets you access the entire internet via its internet connection.

You could set up an exit node that would let you access the internet via some (anonymizing) VPN providers like Mullvad or any other.

This sounds like Tailscale is simply setting up this exit node for Mullvad on their side and providing it as a service. So it's not like using another VPN anonymizers is impossible, it's just convenient to use Mullvad.

[-] [email protected] 3 points 10 months ago

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

load more comments
view more: next ›
this post was submitted on 07 Sep 2023
348 points (99.2% liked)

Selfhosted

37939 readers
425 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 1 year ago
MODERATORS