Installation of OpenVPN

marcelogracia

New Member
Nov 21, 2013
8
0
1
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.
 
Its default location is:
/etc/lxc/default.conf


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 .

thanks
 
I dont have the answer for your issue, but maybe you can try the Turnkey openvpn template, you can download it directly from the GUI.
 
Its default location is:
/etc/lxc/default.conf


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 .

thanks

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"