Kernel TUN/TAP support
OpenVZ supports VPN inside a container via kernel TUN/TAP module and device. To allow container #101 to use the TUN/TAP device the following should be done:
Make sure the tun module has been already loaded on the hardware node:
- Code: Select all
lsmod | grep tun
If it is not there, use the following command to load tun module:
- Code: Select all
modprobe tun
You can also add it into /etc/modules.conf to make ...