It’s a 10 minute read when it should probably be a 2 minute read, likely due to LLMs fluffing it up (I got that vibe from skimming it). But what do you all think, is there anything in here that would compel you to switch from your current VPN solution to this?

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 hours ago

    This likely will have much better performance than tailscale at the cost of being Cloudflare

  • spaghettiwestern@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    18
    ·
    edit-2
    23 hours ago

    As interesting as this is, users are still subject to the whims of a corporation that can completely change their policies each time a new executive is hired.

    There’s a graveyard somewhere for apps and services that were free or low cost (and without ads) until the company decided to change their model to restrict or eliminate free usage. Teamviewer, Dropbox, RealVNC, Google Drive, Amazon Prime (ad free) Videos, Duolingo, Youtube, Zoom and Evernote are examples that lots of individuals use.

    I’ve personally been bitten by this often enough to avoid any corporation’s “free” service whenever possible.

  • hertg@infosec.pub
    link
    fedilink
    English
    arrow-up
    52
    arrow-down
    1
    ·
    1 day ago

    There’s nothing I’d like to do more than let the US internet-monopolizing company handle all my vpn traffic /s But without being snarky, for homelabbing purposes just use wireguard directly, it’s fun and not that hard to handle. Automate peer configurations using Ansible or some other automation tool if it gets hard to manage manually.

    • wltr@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 day ago

      I tried, but I don’t understand how to bypass a cgnat. With Tailscale it just works. Also, I tried Netbird, it’s very similar, and it works well too. I’d love to simplify this, but I have no knowledge at the moment. Would love someone pointing into the right direction.

      • hertg@infosec.pub
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        1 day ago

        CGNAT and changing IPs make this harder. What I’d consider in this scenario is renting a small vps at a local provider (a tiny/cheap machine is enough). Then use this one as a hop to your network, basically homelab->vps<-client. Here is a post that talks about something like that: https://taggart-tech.com/wireguard/

        I haven’t used this method personally, but I’ve done something similar for incoming web traffic before, when you want to host things behind a CGNAT. You can actually keep all the traffic confidential by having just an L4 proxy on the vps, then the http traffic is still end-to-end encrypted between the client and the service, so you don’t even have to trust the vps provider when it comes to them snooping. They still get some metadata, but not significntly more than the ISPs.

        • uzay@infosec.pub
          link
          fedilink
          English
          arrow-up
          1
          ·
          24 minutes ago

          I have done basically that before and it worked. But I find Tailscale with a headscale server easier to manage. Maybe I’ll take a look into selfhosting netbird at some point too.

        • freebee@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          24 hours ago

          But Tailscale is free, works very easily and reliable and it is set up in minutes. I will only be motivated to look into all that when tailscale isn’t free and reliable anymore… I guess that will eventually happen at sometime in the future.

        • wltr@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 day ago

          Thanks. It’s still much more work than I’d like can afford to have at the moment, so I’d stay with what I have for a while. But I have an obsolete Intel Atom machine as a server at work. It’s my personal web and file server, plus Syncthing node. The sysadmin thinks that’s for our website to work. (It’s not used for that at the moment.) I can emulate some for-work things if/when needed, but at this point nobody cares.

          Nobody else, including the boss is aware. But I don’t do anything sketchy there. Just a separate offsite node, plus they have some decent power backup system. We did have massive blackouts in winter (I live in Ukraine), and not a single time the server went offline! Bonus thing, they have a static IP.

          I’m hesitant to move to something bigger there though, as the future of me with the company is not very clear. I can get a higher position at some point and also replace the sysadmin (he plans to retire at some point). If so, I may move the entire company to completely self-hosted everything. And add a couple of servers to myself. But if not, I don’t know. Perhaps I could use that server till it would die its natural death, even if I’d part with the company. I’d still visit them sometimes.

          I wonder whether that’s much better than a cheap VPS. Power wise, I guess it’s the same, it’s really underpowered, two cores, a gigabyte or two of ram, nothing fancy at all.

    • dabe@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      21 hours ago

      I always get so close to just setting up wireguard and being done with it. I barely ever change the devices on my tailnet, anyway.

      I do have a couple friends on my tailnet to give access to some stuff, so that might be annoying to migrate. That and Tailscale handling all the other networking stuff I might not even know about like cgnat.

      • spaghettiwestern@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        23 hours ago

        If you’re not dealing with CGNAT, Dynamic DNS (DDNS) is relatively easy to set up, doesn’t require a VPS and is designed specifically for dealing with changing IP address endpoints.

        Instead of connecting using your (sometimes changing) IP address, you use a URL that dynamically updates when your IP changes. For instance, with DDNS you would access your home network using mynetwork.ddnsservice.com. The DDNS service returns your current IP and your connection can complete. Most routers have built DDNS clients that update the DDNS service when your home IP changes.

        There are various DDNS services out there, but I like DuckDNS. It’s free (or you can choose to donate), easy to set up and has worked flawlessly for me for years.

      • gajahmada@awful.systems
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 day ago

        The simplest would be renting a VPS I think.

        I grabbed an Oracle free-tier many moons ago. The x86 one with 4 gig of memory I think? The arm have a much more core and memory but unless you go with Pay As You Go (PAYG) account ( need a one time refundable $100 credit) it’s virtually impossible to grab it.

        My free tier account is sufficient as pure VPN for accessing stuff, you get 10 TB/month egress traffic. The downside is it’s Oracle, and you are at their mercy ( they can purge it without notice )

        I never tried it because CGNAT but maybe Dynamic DNS could also solve this.

        Other than that, Tailscale / CF tunnel etc are a fine solution ( for now )

    • Mordikan@kbin.earth
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Yeah, you can’t just use wireguard directly on a home network depending on provider (CGNAT) and you can’t just switch providers as most providers are in a non-compete with other providers. So, Cloudflare Mesh or Tailscale is the best option for those.

  • uuj8za@piefed.social
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 day ago

    Nope. I’m trying to move further away from US proprietary tech, not towards it. I’m currently using Tailscale, but I’m looking at moving to Netbird because it’s open source and European.

      • uuj8za@piefed.social
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        1
        ·
        1 day ago

        Tailscale is Canadian

        Ah, nice. I actually didn’t realize that. They are also open source friendly https://tailscale.com/opensource I don’t hate Tailscale, btw. They seem nice.

        But, I like Netbird lets you self-host the server components. And, an important feature for me, is that Netbird doesn’t require me to create an account with Big Tech to use the service. Right now I created a dummy account with GitHub just to use Tailscale, Netbird just allows me to create a username and password. E-Z P-Z. No extra hoops to jump through.

        After switching to Netbird, I’ll be able to get completely off of GitHub.

        • Victoria@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          7
          ·
          23 hours ago

          headscale, an open-source reimplementation of the tailscale control server, exists. I haven’t tried it myself yet, but it claims to be an option for a fully selfhosted tailscale-compatible network.

      • MrSulu@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        12 hours ago

        Hopefully also part of Europe soon. Geologically, our land masses were very closely connected, but it was a few years ago.

    • 4k93n2@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 hours ago

      me: “it makes separate networks seem like they are joined together into a single network”

      elderly relative: “like a tv network?”

  • motogo@feddit.dk
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    21 hours ago

    Fuck Cloudflare. Hail Bunny CDN and Netbird.io for private networking instead of Tailscale/Headscale/Pangolin .

  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 day ago

    The only thing I like about this is the pressure it might put on tailscale to make their offering better.

      • forbiddenlake@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours ago
        • fix the documentation bug I reported 3 years ago, before it became a problem for stable Linux distributions. Instead of leaving up documentation that literally prevents the client from working and is an even bigger problem for stable distributions now. Yes it’s my pet tiny bug, but how much effort can it really be to rewrite one section with configuration that DOESN’T break the product. I even wrote a suggestion for them.
      • eodur@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        23 hours ago

        Off the top of my head:

        • Bring your own domain for homelab
        • Gateway/httproute support in Kubernetes operator
        • allow connecting tailnets to each other
        • allow connecting to multiple tailnets simultaneously without ridiculous workarounds
        • dabe@lemmy.zipOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          21 hours ago

          Those last two bullets would be huge. I have a personal tailnet and another for my org. Switching between them is just annoying enough that I might even pay for that feature.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    19 minutes ago

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

    Fewer Letters More Letters
    CF CloudFlare
    CGNAT Carrier-Grade NAT
    DNS Domain Name Service/System
    IP Internet Protocol
    NAT Network Address Translation
    VPN Virtual Private Network
    VPS Virtual Private Server (opposed to shared hosting)

    6 acronyms in this thread; the most compressed thread commented on today has 7 acronyms.

    [Thread #238 for this comm, first seen 15th Apr 2026, 13:10] [FAQ] [Full list] [Contact] [Source code]

  • irmadlad@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    I’ve been using Cloudflare’s Tunnel/Zero Trust for a while now and I find it does the job just jammy. I’m not sure I need Mesh, but I will at least familiarize myself with it.