I have an unprivileged container that runs Centos 7 and I want it to run as an openvpn client to a pfsense firewall. But I can't seem to get it running as the guest container does not have "dev/net/tun". So I looked online and saw people create the file directly inside the container but unprivileged containers can't create device nodes since it is a kernel policy. So the next method is to bind mount it. I tried mounting it but it seems every time I create a "net" directory inside the container's "dev" directory so I can bind mount the host's "dev/net" directory it deletes it. So I wanna ask the community if there is any way around this, and, Happy Holidays!