Open ticket
Submit a support ticket
In computer networking, TUN and TAP are virtual network kernel devices. Being network devices supported entirely by software, they differ from ordinary network devices which are backed up by hardware like network adapters. This is required to set up a VPN on your VPS package.
TUN/TAP are enabled by default on our servers.
You can test if it is enabled correctly by connecting to your virtual machine and executing the following:
cat /dev/net/tunThe output should be:
cat: /dev/net/tun: File descriptor in bad stateSubmit a support ticket