Tailscale on TRB142

I am Trying to set up Tailscale on TRB142. Installation was successfull, but it doest reconnect after reboot. I used following commands. Appreciate your support.

wget https://pkgs.tailscale.com/stable/tailscale_1.74.1_arm.tgz -O tailscale_1.74.1_arm.tgz
tar xzf tailscale_1.74.1_arm.tgz
rm tailscale_1.74.1_arm.tgz
cd tailscale_1.74.1_arm
mkdir -p /usr/local/bin/
cp tailscale /usr/local/bin/
cp tailscaled /usr/local/bin/
chmod +x /usr/local/bin/tailscale
chmod +x /usr/local/bin/tailscaled
/usr/local/bin/tailscaled
/usr/local/bin/tailscaled --state=/var/lib/tailscale/tailscaled.state &

Hello,

I was unable to replicate the issue using the latest 7.10 firmware. If your TRB142 is running an older version, I recommend upgrading to the newest one. You can download it here: TRB142 Firmware Downloads.

Additionally, you can install Tailscale via the WebUI by navigating to System → Package Manager, locating Tailscale in the list of packages, and downloading it.

Please let me know if the issue persists!

Best regards,

1 Like

Wow. Thar worked perfectly. Thank you for the information.

Hello,

It’s great to hear that the issue is resolved!

Please don’t hesitate to reach out on the forum if you have any more questions or concerns.

Best regards,

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.