I just install on a fresh Debian the openvpn server from apt. I follow a good tutorial to configure it and I was really desapointed when I saw that I can't connect to it.
After days of investigation, I found a part of the problem: I does'nt really start whith the /etc/init.d/ script:
Whith this code, I have all the logs in /var/log/openvpn.log, and I can connect to the server from my client.
Code: Select all
# cd /etc/openvpn
# openvpn server.conf
Code: Select all
# /etc/init.d/openvpn start