Windows Kills SMB Speeds When Using Tailscale
danthesalmon.com
Windows Kills SMB Speeds When Using Tailscale
1–10 of 43 posts
Re: Windows Kills SMB Speeds When Using Tailscale
#2It makes me a little happy when a new CLI is able to do something the old GUI cannot!
Re: Windows Kills SMB Speeds When Using Tailscale
#3How do other OSes handle the situation of having two interfaces with identical routes to a given destination ?
I don't see a better solution than using link speed, but I haven't thought about it too deeply.
Re: Windows Kills SMB Speeds When Using Tailscale
#4Re: Windows Kills SMB Speeds When Using Tailscale
#5I don’t think this is exclusive to Windows. SMB is a crappy service for anything outside local LAN. I am not too familiar with Tailscale but from what I understand, it’s basically akin to a VPN.
Re: Windows Kills SMB Speeds When Using Tailscale
#6This is the OS working as designed, switching to Linux won’t help. Tailscale needs to do a better job reporting link characteristics.
Re: Windows Kills SMB Speeds When Using Tailscale
#7But... Again, not a Windows problem. It is easy to fix by just advertising a longer route. But that implies you won't clobber other things. By default a more specific route will be chosen so a longer route advertised on the TS interface won't be selected.
Re: Windows Kills SMB Speeds When Using Tailscale
#8This is framed as a problem with windows, when it’s clearly a problem with tailscale misreporting its capabilities to the OS. If I have a 100gbit and a 1gbit interface, it’s perfectly reasonable for the OS to auto assign route metrics to prefer the much faster interface. This is the OS working as designed, switching to Linux won’t help. Tailscale needs to do a better job reporting link characteristics.
In almost every OS I've seen interface metrics will only be used for equal cost route lengths.