Funding scares me. It bring sharks onboard who do not share the same vision. They will demand revenue and ROI above all else. I like Tailscale but I hate this business model down to the core (Netlify as an example). Tailscale was doing fine as it was, capable people there already. It quickly became an "exit type of business", too quickly. These companies usually bring something really easy to use, let people onboard…
Tailscale investor here. I can assure you we share the same vision with the founders.
Tailscale raises $100M
421–430 of 468 posts
Re: Tailscale raises $100M
#422Earlier quoted context omitted.
Requiring you to disclose info to google, microsoft, okta or onelogin can very clearly be an "attitude towards privacy", right?
Not necessarily. It's possible to create a new Google account (e.g.) just for Tailscale, and not use it for anything else. That way the only thing Google can know about it is that it's used to log in somewhere.
IMO there is no real way to use google in a privacy-protecting way.
Re: Tailscale raises $100M
#423Earlier quoted context omitted.
> Their self-hosted option is a joke. There is no webui. There's a community developed one: https://github.com/key-networks/ztncui
I had looked at this. It doesn't seem like they've implemented anything to handle firewall rules. They may not even be able to, seeing as how that part of ZT is closed source. Also, this doesn't solve the problem with mobile apps, so the whole thing was a moot point for me.
Re: Tailscale raises $100M
#424What's the state of affairs when it comes to self-hosting? I'm waiting to deploy either Nebula, ZeroTier, or Tailscale, but we don't want to rely on third parties for auth or coordination.
Tailscale hosts all the auth and coordination stuff and uses SSO.
Zerotier lets you host an auth server, which also handles connections, but when required some already-established connections go through zerotier servers (encrypted).
We use the latter option at work
Re: Tailscale raises $100M
#425Earlier quoted context omitted.
> a direct ring of trust with friends The vision you outlined is great, except it doesn't work. The trust assumptions are too high, and even a great product like Tailscale seems to rely completely on centralized identity providers (you have to choose Google, Microsoft, or Github on sign-in). Ultimately, if you want to maintain full control of your online identity and network, you'll probably need some of the decentra…
I self host headscale as my control node of my tailscale vpn so no sign ins required, I just give keys out to anyone I want in my vpn. My problem is the client doesn't support multiple servers, so I can't have a work vpn and a home vpn, not even with an easy toggle - you have to run tailscale with different conf options for both. Changing namespaces also isn't easy, so having friends and family segregated even on one…
Unfortunately if I need to bring anyone into my mesh network who is non technical, this is now a non starter.
Re: Tailscale raises $100M
#426For almost a decade I have worked with IPsec and OpenVPN solutions for both client and site-to-site VPN tunnels. On enterprise hardware, community/proprietary software and at public cloud providers. I still work with these because today many vendors only support IPsec. A few years ago I discovered WireGuard and I was really amazed how easy it was to setup a tunnel. Especially if you've dealt with IPsec before. It fel…
Installed zerotier and it couldn't be simpler now.
Re: Tailscale raises $100M
#427Earlier quoted context omitted.
No. I would be happy to pay for service, but they offer no choice but to rely on somebody else's authentication, regardless.
read harder next time. https://tailscale.com/kb/1119/sso-saml-oidc/
> Be kind. Don't be snarky. Have curious conversation; don't cross-examine. Please don't fulminate. Please don't sneer, including at the rest of the community.
> Comments should get more thoughtful and substantive, not less, as a topic gets more divisive.
Re: Tailscale raises $100M
#428Earlier quoted context omitted.
No. I would be happy to pay for service, but they offer no choice but to rely on somebody else's authentication, regardless.
read harder next time. https://tailscale.com/kb/1119/sso-saml-oidc/
Re: Tailscale raises $100M
#429Earlier quoted context omitted.
> No, no, no, no. You haven't really experienced the quality of IPv6 routers at home. I've been running IPv6 at home >2 years. You're telling me that my own experience is invalid?
No, not necessarily, but if you're using an aftermarket router rather than an ISP-supplied router, then this rather long list is not applicable to you.
Re: Tailscale raises $100M
#430Earlier quoted context omitted.
> I’ve been dreaming lately of a tor-like network that’s based loosely on the idea of tailnets. Rather than blockchain bullshit, you’d have a direct ring of trust with friends, and then you could set up access policies to forward packets for people you don’t trust, but who know someone you do trust. Might want to check out Yggdrasil. It lets you can create a real mesh routed, E2E encrypted network. You can keep your…
Thanks, I thought I knew all the major mesh VPN options (tinc, nebula, tailscale, zero tier, hamachi) and yet I never heard of yggdrasil. This is the kind of comment I love HN for!
What makes it realluy unique though is that it can actually be embedded inside the application via a suite of SDKs. Yes, private, zero trust connectivity inside an application! That provides the highest security and convenience as it can be completely transparent to the user!
Disclaimer, I work for the company who built and maintains OpenZiti so I am opinionated.