Enable TUN / TAP in OpenVZ
Issue You have an OpenVZ VPS and you are getting the following error. [root@vps ~]# cat /dev/net/tun cat: /dev/net/tun: No such device Fix Makes sure you have TUN / TAP enabled on the Hardware node. lsmod | grep tun If it didnt return anything, run the below and make sure the module is loaded. lsmod […]
Enable TUN / TAP in OpenVZ Read More »