#Increasing MTU on tailscale interface
1 messages · Page 1 of 1 (latest)
There is no MTU detection, we'll always default to 1280 unless told otherwise by a debug option on the daemon. You can try MSS clamping maybe, but not sure how much it would help.
To change the MTU of the Tailscale interface persistently you can set the TS_DEBUG_MTU variable to the new value in the tailscaled environment and restart the tailscaled service. For linux this is /etc/default/tailscaled and sudo systemctl restart tailscaled, for Windows it's documented here: https://tailscale.com/docs/reference/tailscaled#environment-variables