The TUN device is not available You need to enable TUN before running this script

版权声明:歡迎转載 https://blog.csdn.net/jinjianghai/article/details/89135232

centos 运行./*.sh 的时候出现

The TUN device is not available 
You need to enable TUN before running this script

解决办法

cd /dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun

猜你喜欢

转载自blog.csdn.net/jinjianghai/article/details/89135232