Updated Tailscale Packages for Entware
Download and install tailscale*.ipk
. (opkg install tailscale*.ipk)
Install the package. After installing, you need to start the tailscaled
service:
/opt/etc/init.d/S06tailscaled start
Run tailscale up
and click on the link to authorize. Alternatively, you can use an auth key:
tailscale up --auth-key=<your-auth-key>
You need to approve them in the Tailscale dashboard.
For default commands, just type tailscale
to list, or execute (for example):
tailscale version
In order to use tailscaled
to start, stop, or check, use this command:
/opt/etc/init.d/S06tailscaled check
To add your routes, use the following command (make sure to use your subnet):
tailscale up --accept-routes --advertise-routes=192.168.0.0/24,192.168.1.0/24
In case u want to run AdguardHome/PiHole alongside tailscale:
tailscale up --accept-dns=false