tailscale and lxc container [SOLVED]

frankz

Renowned Member
Nov 16, 2020
494
33
68
Hello everyone, did anyone succeed via the installer from the tailscale site installed the package on a container ?
 
Yes.

You may/probably need this in your <ctid>.conf file:
Code:
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
 
Yes.

You may/probably need this in your <ctid>.conf file:
Code:
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
i have :
Code:
#root
#lablinux--2025
arch: amd64
cores: 2
cpulimit: 0.5
features: nesting=1
hostname: lablinux
memory: 1024
net0: name=eth0,bridge=vmbr0,hwaddr=BC:24:11:8D:57:FD,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-zfs:subvol-101-disk-0,size=32G
swap: 512
unprivileged: 1
 
Happy you got it working.
Maybe mark this thread as Solved. At the top of the thread, choose the Edit thread button, then from the (no prefix) dropdown choose Solved.