Earlier quoted context omitted.
That is only the linux client?
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!
How Tailscale Works
11–20 of 82 posts
Re: How Tailscale Works
#12Earlier 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!
Is the client the important part of the software, or is there a server side?
That said, I'd like to open source a server. We need a reference implementation of our control protocol so it can be properly analyzed by security experts. Not sure what form that should take yet, but I'd like it to be usable.
Re: How Tailscale Works
#13Re: How Tailscale Works
#14Earlier quoted context omitted.
That is only the linux client?
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!
Re: How Tailscale Works
#15Is 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
#16Re: How Tailscale Works
#17There is mention of STUN, but CGNAT is a whole new level of ugly and there is often NAT behind the CGNAT.
If not, do nodes that can get incoming connections become relay "super nodes?"
Re: How Tailscale Works
#18It's not clear from the docs. Can a two node Tailscale setup connect to each other when both sides are behind a IPv4 only CGNAT(Verizon/AT&T LTE)? There is mention of STUN, but CGNAT is a whole new level of ugly and there is often NAT behind the CGNAT. If not, do nodes that can get incoming connections become relay "super nodes?"
Re: How Tailscale Works
#19It's not clear from the docs. Can a two node Tailscale setup connect to each other when both sides are behind a IPv4 only CGNAT(Verizon/AT&T LTE)? There is mention of STUN, but CGNAT is a whole new level of ugly and there is often NAT behind the CGNAT. If not, do nodes that can get incoming connections become relay "super nodes?"
Re: How Tailscale Works
#20IIUC it’s an application of one of my favorite design patterns: “this part needs CP, the rest is more flexible”.
It’s remarkable how far this gadget can take you.