If you’re not familiar with Tailscale it’s a very user-friendly “overlay network” that lets you securely connect all your devices no matter where they are over the internet.

No need to forward ports on your router to access your home network anymore. And no need to set up VPNs manually either. Just install Tailscale on all your devices and log in with Gmail or other providers.

Tailscale has official apps for Windows, Mac Android and iOS.

Thanks to a project called Trayscale we now have a GUI app for managing Tailscale on GNU/Linux as well.

You can easily install it using a flatpak.

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    10 months ago

    Is it that hard to setup Wireguard or OpenVPN?

    TLDR: Unequivocally yes.

    I’ve managed to eventually establish a two-point OpenVPN link after reading a lot and fiddling with two dozen settings in both the server and client. I can now generate keys for clients, wrap them into .ovpn files and can get people connected to my server.

    However:

    • It only works because I get a public IP from my ISP. If that ever stops, this solution stops working too.
    • People can only access that one server, and only from the one device they run OpenVPN on. After many hours of reading I have no removeding idea how to expose more devices in my LAN to the client side, how to connect more devices in their LAN to my server, or how to use my server as an exit point towards the larger internet for the clients. I’m sure that with some more reading and experimentation I could figure this out. I have basic networking knowledge but this goes above basic. I hope I won’t have to get a CCNA for it.
    • It’s still only a two-point link. If I want to connect more points I have no idea where to begin allowing them to see each other, and if they need to connect to each other it won’t be optimal to go through my server anyway. But setting up and running OpenVPN on each device and distributing keys from each device to every other device would get old very fast anyway.

    If you think that’s hairy, I hear that WireGuard is even more complicated to set up than OpenVPN.

    With Tailscale I install one thing on each device and run one command (or tap a checkbox on Android/iOS). It gives me a link to open, to enroll that device. And that’s it. It works.

    Not only does it work but it comes out of the box with:

    • All enrolled devices see each other. It has already established an everybody-to-everybody private mesh network.
    • I don’t have to manually manage any keys.
    • Connections between any two devices benefit from direct connection speed between those devices.
    • Those tricky scenarios where I want to expose LAN devices or use a device as an exit node? It’s one parameter (or one checkbox on mobile clients) and one approval in the control panel, then it just works.

    Edit: Yes I know I can use Headscale on a VPS to achieve something very similar to Tailscale. Leaving aside the need for VPS, and while I’m thankful that WireGuard exists and that Headscale is keeping Tailscale honest, and while fully acknowledging my hypocrisy, I’m still going to be a cheap lazy asshole and use Tailscale and get a free ride until Tailscale starts charging. At which point I will weigh their offer against the cheapest VPS out there and either keep using Tailscale or start using Headscale unapologetically while eating crow from all the people shouting “told you so!”. Or maybe I’ll get a CCNA and finish setting up OpenVPN, we’ll see.

    • xthexder@l.sw0.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      10 months ago

      I hear that WireGuard is even more complicated to set up than OpenVPN.

      I don’t know where you heard that. The exact opposite is true in my experience. OpenVPN is a removedshow compared to Wireguard.

    • falsem@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      10 months ago

      It only works because I get a public IP from my ISP. If that ever stops, this solution stops working too.

      FWIW OpenVPN can use DNS names so you can use DDNS.

      Point taken on the rest though. Everything you mentioned IS possible but the point that it’s beyond most hobbyists is valid. I’m really wary of relying on a centrally managed pay service that is ‘free’ (for now).