Good job on open sourcing your work and best of luck.
How Tailscale Works
21–30 of 82 posts
Re: How Tailscale Works
#22Re: How Tailscale Works
#23Is there any page that describes how to actually get VPN work end to end with tailscale? I am a newbie and would like to understand.
Install the client on two devices and log in with a Gmail account. That's it. They'll be assigned IPs and can reach each other. (I'm a co-founder of Tailscale.)
Re: How Tailscale Works
#24I was wondering, does this work with any domains that advertise (for example) OpenID Connect, or does it require one of the well-known providers?
Hopefully we can make this self-serve at some point. It's on the TODO list.
(Tailscale co-founder)
Re: How Tailscale Works
#25Really fascinating work! I enjoyed reading this article. Do you actually have tunnels between every device? Wondering, how does this scale?
It scales great, not concentrating connections makes it easy. Tunnels are very lightweight and the only machines with lots of tunnels are servers that are already provisioned for talking to lots of machines.
(Tailscale co-founder)
Re: How Tailscale Works
#26Earlier quoted context omitted.
Install the client on two devices and log in with a Gmail account. That's it. They'll be assigned IPs and can reach each other. (I'm a co-founder of Tailscale.)
what's local networking got to do with gmail?
Tailscale offers a centralized server to allow nodes to provision themselves. It bootstraps that trust/account system of of logging in with some account, such as via a google oauth login.
Re: How Tailscale Works
#27Really fascinating work! I enjoyed reading this article. Do you actually have tunnels between every device? Wondering, how does this scale?
Tunnels are created between any two devices that try to talk. It scales great, not concentrating connections makes it easy. Tunnels are very lightweight and the only machines with lots of tunnels are servers that are already provisioned for talking to lots of machines. (Tailscale co-founder)
Re: How Tailscale Works
#28Re: How Tailscale Works
#29Earlier quoted context omitted.
Tailscale co-founder here: that's the guts of all the clients. (It almost works on macOS too as is, just a little more work to do.) We are still open sourcing our code, there's more to come but we haven't found the time to clean it up and get it ready to release. Soon hopefully!
What license schemes etc? Also how do you integrate with IdPs? Are you a SAML service provider? If so where is the documentation for it?