After installing CT linux (debian 7). I can not run OpenVPN . I get an error saying it can not load a network module .
Someone able to install OpenVPN on CT Linux?
Thanks.
This configuration is within the Node Proxmox or within the container created new linux ?
In the container linux, I do not find those directories . I'm trying Proxmox , I do not have much experience .
This configuration is within the Node Proxmox or within the container created new linux ?
In the container linux, I do not find those directories . I'm trying Proxmox , I do not have much experience .
You can create the file "/etc/lxc/default.conf" but then this settings allow tun/tap in all LXC containers, i would prefer to avtice tun/tap only for the container where you need it.
Example:
If you need OpenVPN for the container no. 101:
edit "/etc/pve/lxc/101.conf" and add "lxc.cgroup.devices.allow = c 10:200 rwm"