mirror of https://github.com/pikvm/pikvm.git
Add notes for if a full is not possible
This commit is contained in:
parent
72135ce531
commit
8517884c62
|
|
@ -15,25 +15,26 @@ For detailed instructions, refer to [Tailscale support](https://tailscale.com/co
|
|||
|
||||
{!_update_os.md!}
|
||||
|
||||
2. Install the Tailscale client, run `tailscaled` service and register it in the network:
|
||||
3. Install the Tailscale client, run `tailscaled` service and register it in the network:
|
||||
|
||||
```console
|
||||
[root@pikvm ~]# rw
|
||||
# If you were afraid to pikvm-update above first run pacman -Syy
|
||||
[root@pikvm ~]# pacman -S tailscale-pikvm
|
||||
[root@pikvm ~]# systemctl enable --now tailscaled
|
||||
[root@pikvm ~]# tailscale up
|
||||
```
|
||||
|
||||
3. Follow the link to authorize this installation.
|
||||
4. Follow the link to authorize this installation.
|
||||
You likely want to [disable key expiry](https://tailscale.com/kb/1028/key-expiry/)!
|
||||
|
||||
4. After authorization success, reboot to make sure that everything works correctly:
|
||||
5. After authorization success, reboot to make sure that everything works correctly:
|
||||
|
||||
```console
|
||||
[root@pikvm ~]# reboot
|
||||
```
|
||||
|
||||
5. Now, you can view the IP address of the Tailscale network interface:
|
||||
6. Now, you can view the IP address of the Tailscale network interface:
|
||||
|
||||
```console
|
||||
[root@pikvm ~]# ip addr show tailscale0
|
||||
|
|
|
|||
Loading…
Reference in New Issue