When I'm trying to connect with OpenVPN inside the jail, it uses ifconfig to create tun0 interface. So the interface is created and I can see it in the ifconfig output but the device tun0 is created on the host in /dev/ and not in the jail's /dev/.
I'm using theBrig to manage my jails.
How to force ifconfig to make those devices inside the jail's /dev/ and not on the host? What did I do wrong here?
Thanks in advance for your help!

