diff --git a/tailscale.md b/tailscale.md index bdcee9c..98833cd 100644 --- a/tailscale.md +++ b/tailscale.md @@ -24,4 +24,17 @@ sudo tailscale up # your credentials. tailscale ip -4 -``` \ No newline at end of file +``` + + +## TUN + +The first time I tried to run tailscale on a Hostinger VPS, I got the following +error: `failed to connect to local tailscaled; it doesn't appear to be running +(sudo systemctl start tailscaled ?)` + +I read something about some stuff called `TUN` on a forum, and realised that +the VPS panel in hostinger had a switch with the title: `TUN/TAP Adapter: It's +a virtual network adapter that will allow you to set up a VPN on your server. +`. I activated it (comes off by default) and that did the trick. +