Your Place for Linux/Windows Tutorials
OpenVZ
How to enable TUN/TAP on a VPS
Aug 18th
To enable TUN/TAP on an OpenVZ VPS, login to the SSH on your server, you will need root access. So either login to a user with sudo privilages and sudo into root, or login directly as root.
Step 1.) Ensure the tun module is loaded:
lsmod | grep tun
If tun is not More >