I am trying to set up a openvpn client with my provider in a LXC container but it keeps failing
So it seems that unprivileged containers cannot set up the /tun/tap devices. My options at this point are:
Read more
Code:
2021-08-03 19:51:19 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
2021-08-03 19:51:19 Exiting due to fatal error
So it seems that unprivileged containers cannot set up the /tun/tap devices. My options at this point are:
- Use a privileged container -- since I use Archlinux in most of my containers, using a privileged container is a problem due to ...
Read more