Comment on Tailscale difficulties
billwashere@lemmy.world 4 days ago
Not sure if this is related or not but on Linux when I have a machine on the same subnet as an advertised route that I have connected to Tailscale, I can’t access the local subnet at all. On Mac’s it’s fine, only Linux. I had to hunt down this little trick:
ip ro del table 52 <subnet>
There are other ways to solve it but I added this to the service that starts Tailscale.
You can read more about it here. github.com/tailscale/tailscale/issues/6231
pirateMonkey@lemmy.world 4 days ago
That was an interesting rabbit hole. I’m not sure if it’s related or not, but maybe I’ll give it a shot once I get my head wrapped around what it really means (though by then they might have developed a fix… and I see how long that’s taken so far)