Earlier quoted context omitted.
You can mitigate potential risks by configuring your OS firewall to only allow independently encrypted and authenticated traffic through Tailscale. SSH and TLS covers most needs anyways, so it doesn't require additional work.
Eh, sure, but if I'm going to reimplement a VPN, why use Tailscale?
Add ability to choose a custom coordination server
81–90 of 114 posts
Re: Add ability to choose a custom coordination server
#82Earlier quoted context omitted.
Eh, sure, but if I'm going to reimplement a VPN, why use Tailscale?
Not sure what you mean by reimplementing a VPN. I was talking about restricting the type of traffic that flows through Tailscale. Tailscale is still the only software responsible for handling external traffic in this scenario.
Re: Add ability to choose a custom coordination server
#83Earlier quoted context omitted.
Interested in these! Any chance you could drop a list of clones?
The recent ones I've seen are these: * NetBird ( https://netbird.io/ ) * Firezone ( https://www.firezone.dev/ )
No support for exit nodes for example, or DNS hostnames.
Re: Add ability to choose a custom coordination server
#84I love Tailscale but I am wary of allowing them access into my personal network. This way, I can use them for my stuff without my paranoia getting in the way, and I can recommend the hosted option for work, as it works perfectly.
Re: Add ability to choose a custom coordination server
#85Earlier quoted context omitted.
"allowing them access into my personal network" In what form? The private keys never leave the nodes, hence there shouldn't by any access per se (see https://tailscale.com/security/ ). Of course TS has insights into your networks, i.e. what servers it is installed on, what you connect to - so metadata.
They can add a node and connect to whatever other node they want.
But it still seems like they could flip that feature off if they got compromised. To remedy that, feels like they could support a preshared secret that they don't control / see being shared as a first step: https://tailscale.com/kb/1099/device-authorization/#generate...
Re: Add ability to choose a custom coordination server
#86Earlier quoted context omitted.
They can add a node and connect to whatever other node they want.
This seems solvable. They talk about that here: https://tailscale.com/kb/1099/device-authorization/ But it still seems like they could flip that feature off if they got compromised. To remedy that, feels like they could support a preshared secret that they don't control / see being shared as a first step: https://tailscale.com/kb/1099/device-authorization/#generate...
Since Headscale exists, though, this problem is solved quite neatly.
Re: Add ability to choose a custom coordination server
#87I love Tailscale but I am wary of allowing them access into my personal network. This way, I can use them for my stuff without my paranoia getting in the way, and I can recommend the hosted option for work, as it works perfectly.
Re: Add ability to choose a custom coordination server
#88Earlier quoted context omitted.
The problem with public companies is they effectively have no shareholders; none that can actually do anything to affect the company. Which leaves the company to be run by the managers for the managers. Bogle (the father of the index fund) talks about how the index fund and friends has warped the benefits of ownership to leave companies effectively "unowned".
How is that any different from a typical private company?
Most just are kind of "managed", especially after a "star CEO" or similar moves on.
Re: Add ability to choose a custom coordination server
#89Earlier quoted context omitted.
The problem with public companies is they effectively have no shareholders; none that can actually do anything to affect the company. Which leaves the company to be run by the managers for the managers. Bogle (the father of the index fund) talks about how the index fund and friends has warped the benefits of ownership to leave companies effectively "unowned".
The alternatives to index funds are either that ordinary middle-class people can't participate in ownership of companies at all, or that they have to pay extortionate fees to fund managers. No thank you.
Some companies in Europe have what might be part of the solution, with the union et al having board representation.
Re: Add ability to choose a custom coordination server
#90Earlier quoted context omitted.
Not sure what you mean by reimplementing a VPN. I was talking about restricting the type of traffic that flows through Tailscale. Tailscale is still the only software responsible for handling external traffic in this scenario.
I mean if I'm going to encrypt and authenticate my own traffic, it makes the VPN redundant. Is that what you meant? I might be confused.
I also believe that traffic inside homes should be secured regardless since routers can be hacked. So in my case, I didn't consider it a duplicated effort. I had my traffic already encrypted and authenticated when I started using Tailscale.