You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Italo Cunha edited this page Apr 23, 2018
·
1 revision
OpenVPN
tun/tap devices
OpenVPN requires a tun device to operate, which may be missing, e.g., if you are running a client inside an LXC container. You may create a tun/tap device with the following commands:
mkdir /dev/net
mknod /dev/net/tun c 10 200
chmod 666 /dev/net/tun
You may also need to allow the LXC container to access to devices: