Replies: 3 comments
-
How is your docker run / docker compose setup @tyhawk ? See my comment here about mounting the tun device: #2389 (comment) |
Beta Was this translation helpful? Give feedback.
-
Here's my command line:
I've tried running it without the
I'm running podman in a (priviliged) LXC container (ArchLinux) on Proxmox. The |
Beta Was this translation helpful? Give feedback.
-
Apologies for the reply on an old discussion, but google brought me here directly and to anyone who is struggling, this may help. In addition to the configuration above, you may also need to pass your tun device into your lxc from proxmox. The conf file in /etc/lxc/xxx.conf will need: lxc.cgroup2.devices.allow: c 10:200 rwm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps one for the troubleshooting section of the documentation.
if you encounter this error:
you need to use
--cap-add=NET_ADMIN,mknod
and probably--device /dev/net/tun
.This took me 2 days to figure out, running the container using Podman in:
I've got it up running now in a LXC container, Archlinux on Proxmox.
Beta Was this translation helpful? Give feedback.
All reactions