Bir lxc konuk içinde bir openvpn sunucusu kurmaya çalışıyorum. Bununla birlikte, kapta herhangi bir tun cihazı bulunmaz.
Kapsayıcı içinde openvpn'yi başlatmak bana şu hatayı veriyor:
Tue Sep 18 13:04:18 2012 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
Tue Sep 18 13:04:18 2012 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Tue Sep 18 13:04:18 2012 /sbin/ifconfig 10.6.0.1 pointopoint 10.6.0.2 mtu 1500
SIOCSIFADDR: No such device
: ERROR while getting interface flags: No such device
SIOCSIFDSTADDR: No such device
: ERROR while getting interface flags: No such device
SIOCSIFMTU: No such device
Tue Sep 18 13:04:18 2012 Linux ifconfig failed: external program exited with error status: 1
Tue Sep 18 13:04:18 2012 Exiting
Kapsayıcılar yapılandırmamda aşağıdakileri görüyorum:
#tun
lxc.cgroup.devices.allow = c 10:200 rwm
Kapsayıcı için bu etkin ayar aygıtlarını varsayabilirim, ancak modprobe tun bana başka bir hata veriyor:
FATAL: Could not load /lib/modules/3.2.0-30-generic/modules.dep: No such file or directory
Konteynırımda bazı izinler veya başka bir şey eksik olduğumu varsayıyorum. Birisi bana bunun ne olduğunu söyleyebilir mi?
/dev/net
?