You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
689 B

  1. # Tailscale
  2. This readme should help you with tailscale client setup.
  3. ## Install
  4. There are two packages related to tailscale. Tailscaled (daemon which has to run every time you want to be connected to VPN) and tailscale (package with a utility which is necessary for registering device).
  5. To install them run
  6. ```
  7. opkg install tailscale tailscaled
  8. ```
  9. ## First setup
  10. First, enable and run daemon
  11. ```
  12. /etc/init.d/tailscale enable
  13. /etc/init.d/tailscale start
  14. ```
  15. Then you should use tailscale utility to get a login link for your device.
  16. Run command and finish device registration with the given URL.
  17. ```
  18. tailscale up
  19. ```
  20. After that, you should see your router in tailscale admin page.