Create tailscale.md

This commit is contained in:
Maxim Devaev 2020-08-13 06:55:25 +03:00 committed by GitHub
parent a1257bcf5b
commit 46b2a7f4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
pages/tailscale.md Normal file
View File

@ -0,0 +1,21 @@
# Tailscale VPN
You can use [Tailscale](https://tailscale.com/) 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:
```shell
# rw
# pacman -Syy
# pacman -S tailscale
# systemctl enable --now tailscaled
# tailscale up
```
2. Follow the link to authorize this installation.
3. After success, perform soft reboot using `reboot` command to make sure that everything will work correctly.
4. Perform command `ip addr show tailscale0` to view the Tailscale IP address.
## On the workstation side
* Download and install tailscale for your OS: https://tailscale.com/download
* Check tha page https://login.tailscale.com/admin/machines to view your VPN network.
* Follow the URL in the web browser: `https://<tailscale_kvm_ip>` and you will see Pi-KVM web interface.