Linux – How to install tun/tap driver for openvpn on centos linux

centosdriverslinuxopenvpn

How to install tun/tap driver for openvpn on centos linux?

Best wishes for you.

Best Answer

The TUN/TAP driver is already part of the standard kernel image. Just run modprobe tun to load it.

If you are inside a virtual server (e. g. OpenVZ/Virtuozzo, Linux-Vserver et al) the provider needs to enable tun/tap-functionality first since you cannot load kernel modules yourself in these environments.