Skip to content

Tailscale

Admin Console

Install on Linux
curl -fsSL https://tailscale.com/install.sh | sh

LXC Containers1

Add to LXC config in /etc/pve/lxc/.conf
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file

resolv.conf2

Disable MagicDNS
tailscale up --accept-dns=false
Make Proxmox ignore /etc/resolv.conf
touch /etc/.pve-ignore.resolv.conf