Troubleshot with the init script

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
elyannick
OpenVpn Newbie
Posts: 1
Joined: Mon Jul 27, 2015 11:30 am

Troubleshot with the init script

Post by elyannick » Mon Jul 27, 2015 11:37 am

Hi,

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
But with this, I don't have anything in the /var/log/openvpn.log file, and I can't connect myself through

Code: Select all

# /etc/init.d/openvpn start
Do you have any idea of where does my problem come from?

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Troubleshot with the init script

Post by maikcat » Mon Aug 03, 2015 5:56 am

which debian are you using?
does it uses systemd or init?

Michael.

Post Reply