我有一个具有Ubuntu12.04.2LTS(GNU/Linux2.6.32-5-openvz-a 64 x86_64)的虚拟私有服务器。我想安装openvpn,但这需要一个工作的tun设备。我得到以下错误:
Note: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module tun not found.我该怎么做才能让它运转起来?
发布于 2013-07-19 17:11:28
我认为您将不得不要求您的VPS提供商启用TUN/TAP。如果它们不能启用TUN/TAP,则不能使用openvpn。
https://askubuntu.com/questions/274258
复制相似问题