I'm trying to run OpenVPN on Ubuntu remote server. I've been following this tutorial. As of now, I'm right before Step 3, trying to get "VPN 'server' is running" message. However, when I run
service openvpn start
service openvpn status
I get:
"active (exited), code=exited, status=0/SUCCESS" response.
i tried checking logs:
vim /var/log/syslog
But don't see anything suspicious:
What could be the reasons behind this behaviour?