How to Enable TUN/TAP on Linux VPS
TUN/TAP is enabled by default on every SkySilk VPS!
Once enabled, please see below for information on activating TUN/TAP and enabling specific devices.
Activating the TUN device
When using a VPN, a special network device is used by the system to add a tunnel (TUN) to your virtual network stack.
We have enabled this device by default on all of our VPS offerings, however, you will need to activate it from within your virtual machine by running the following commands as root:
cd /dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun
本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
最后编辑时间为: Aug 10, 2021 at 04:05 pm