Knowledge Base

How to enable TUN/TAP on my VPS.

This can be done from the control panel.

 

  1. Go to the Settings tab and navigate to the ‘VPS Configuration’ option.

 

 

 

 

2. Click Submit to save settings. 

 

3. Stop the VPS from the control panel. 

 

4. Start the VPS from the control panel. 

 

 

 

To check if TUN is enabled run the following command,

~# cat /dev/net/tun

 

Output: 

 

cat /dev/net/tun: File descriptor in bad state 


Then TUN/TAP is enabled on your VPS.

 

 


cat: /dev/net/tun: No such device 


Then TUN/TAP is not enabled on your VPS.

 

 

Please rate this article to help us improve our Knowledge Base.

4 0