TUN/TAP Device
From SolusVM
SolusVM requires the TUN/TAP kernel module to be loaded for the TUN/TAP feature to work properly.
To enable the TUN/TAP kernel module run this on the host node:
modprobe tun
To check if its loaded run:
lsmod | grep tun
If you see an output the module is loaded i.e:
tun 17536 0
To automatically load the module on boot run these commands on the host node:
echo modprobe tun >> /etc/rc.modules chmod +x /etc/rc.modules
