Proxmox 7.1 + OPENVPN Info

lps90

Well-Known Member
May 21, 2020
211
10
58
Hi guys

https://pve.proxmox.com/wiki/OpenVPN_in_LXC

I just checked this but i find it very incomplete.

-No start / stop commands info
-No auto-start on boot info
-No "how to access openvpn webgui" info

Basically this tutorial is useless for me.

Anyone can help or provide me a complete tutorial?

Thanks for your time ;)
 
hi,

-No start / stop commands info
what do you mean? you can start/stop the container with pct start CTID or pct stop CTID, or with the GUI.

-No auto-start on boot info
just set the container to start at boot: pct set CTID -onboot 1 (or just use the GUI...)

-No "how to access openvpn webgui" info
there's no openvpn webgui installation in that tutorial :)
if you want to add new clients then see the output at the end: New clients can be added by running this script again.

hope this helps