Hi Community,
I was so happy since the integration of tailscale was announced and provided.
Now I’m more sceptical about it. Tailscale needs to keep uptodate. And since now this didn’t happen. Current version in the package manager is 1.50.0-1 and from tailscale it’s 1.66.0.
That’s quite a difference. Also the version 1.50.0-1 has the bug that if havvy traffic is going over the VPN it just silently cuts the connection. Only way to fix it is to reboot the router.
Tailscale disconnectivity with unexpected error “log derp-1 does not know about peer” · Issue #11565 · tailscale/tailscale (github.com)
1 Like
Hello,
You can build an updated version yourself using the SDK, edit package/network/services/tailscale and set:
PKG_VERSION:=1.66.1
PKG_HASH:=a3c8645891d2dd25ad417df16e7f635cdf98d2c01778614942c6e39218c84a65
then execute make package/network/service/compile
Regards,
1 Like
Hello,
You can actually update Tailscale on Teltonika routers. To do this, access the router via CLI/SSH and execute the command tailscale update
. Wait for the update process to complete without interrupting it. After rebooting, the version should be updated to the newest one. You can verify this by executing the command tailscale version
.

Best regards,
2 Likes