Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 906 Bytes

tailscale.md

File metadata and controls

21 lines (19 loc) · 906 Bytes

Tailscale VPN

You can use Tailscale to access Pi-KVM on the internal network. This is a convenient and free (for private use) tool for organizing a small VPN network.

Installation

On the Pi-KVM side

  1. Use this commands:
# rw
# pacman -Syy
# pacman -S tailscale
# systemctl enable --now tailscaled
# tailscale up
  1. Follow the link to authorize this installation.
  2. After success, perform soft reboot using reboot command to make sure that everything will work correctly.
  3. Perform command ip addr show tailscale0 to view the Tailscale IP address.

On the workstation side