Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:debian:proxmox:openvpn-in-lxc [2024/04/10 19:40] – created Zyzonixlinux:debian:proxmox:openvpn-in-lxc [2024/04/10 19:40] (current) Zyzonix
Line 12: Line 12:
   - After saving change the owner of the device:<code bash>chown 100000:100000 /dev/net/tun</code>   - After saving change the owner of the device:<code bash>chown 100000:100000 /dev/net/tun</code>
   - You can check the permissions with: <code bash>ls -l /dev/net/tun</code> It should print: <code bash>crw-rw-rw- 1 100000 100000 10, 200 Dec 22 13:26 /dev/net/tun</code>   - You can check the permissions with: <code bash>ls -l /dev/net/tun</code> It should print: <code bash>crw-rw-rw- 1 100000 100000 10, 200 Dec 22 13:26 /dev/net/tun</code>
-  - Finished! You can now start the container and connect to the OpenVPN server +  - Finished! You can now start the container and connect to the OpenVPN server <code bash>openvpn --config <config-file>.ovpn</code>
-<code bash>openvpn --config <config-file>.ovpn</code>+
  
 //Sourced from [[https://pve.proxmox.com/wiki/OpenVPN_in_LXC|pve.proxmox.com - OpenVPN in LXC]]// //Sourced from [[https://pve.proxmox.com/wiki/OpenVPN_in_LXC|pve.proxmox.com - OpenVPN in LXC]]//
  • linux/debian/proxmox/openvpn-in-lxc.txt
  • Last modified: 2024/04/10 19:40
  • by Zyzonix