Hello
I seem that it is possible to use openvpn in a container
But can't make it work
I try this
DEV=${CONTAINER_ROOT}/dev
mkdir ${DEV}/net
mknod -m 666 c 10 200 ${DEV}/net/tun
But I get this error
mknod: invalid device type `10'
the tun module is load got a kernel 2.6.38
Is it the right way to do it
If someone can help me
cyril