Right so I was able to set up tailscale with persistent connection as an exit nde. Here’s the steps.
- Enable tailscale in Applications and authenticate your machine.
-
Ensure the router is the exit node and also disable the expiry of the authentication key.
<Can’t insert more than 1 image> -
Edit the file /usr/bin/gl_tailscale.sh and add the highlighted parameter to the line 159 after the --reset parameter. The line should look like:
/usr/sbin/tailscale up --reset --advertise-exit-node --accept-routes $param --timeout 3s > /dev/null
<Can’t insert more than 1 image>
- Restart the router and test if it works once it’s back up and running.
Thanks you @tragicshadow for the solution from here.