Page 1 of 1

Openvpn server faild to start

Posted: Fri Oct 21, 2022 9:09 pm
by babak210
I installed openvpn server with "./openvpn-install.sh" shell script , i choose tcp/1935 then asked for ipv6 and i didnt choose it , at the end of installation i choosed client name with password done.
But i got this error at this command "systemctl stop/restart/status openvpn"

Code: Select all

systemd[1]: finished openvpn service.
After that i search error message in google and i found some solution that not worked for me.
So i try "journalctl -u" and there was nothing helpfull there,after too much search i found i need yo edit server.conf and give the /etc/openvpn/ before all of cert and perm key , and i moved server.conf to /etc/openvpn/server folder then i runed "systemctl start/status openvpn-server@server.service" and its work fine then i run my client on android with the .ovpn file but not connected i dont know why !?
I try more and more way but i got nothing , so i dont know why "systemctl status openvpn" show me the "systemd[1]: finished openvpn service."
My vps Ubuntu 18.04

Re: Openvpn server faild to start

Posted: Sun Oct 23, 2022 11:06 am
by babak210
Not fix yet , i very thanksfull if sombody help me.