Quantcast
Channel: Active questions tagged openvpn - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 823

starting openvpn server fails with Options error: --client-config-dir fails

$
0
0

I'm working on setting up an openvpn server. I'm using the standard sources of debian jessie and easy-rsa as an CA.

Everything worked fine until I've tried to start openvpn via init script. When I'm running /etc/init.d/openvpn startfollowing error comes up in /var/log/daemon.log

Options error: --client-config-dir fails with "/etc/openvpn/easy-rsa/keys/crl.jail//etc/openvpn/server.ccd": No such file or directory

Has someone of you a idea where this mess with the paths comes from? The directory what is set in the config file exists.The server.conf file:

port 1194proto udpdev tuncomp-lzokeepalive 10 120persist-keypersist-tunuser nobodygroup nogroupchroot /etc/openvpn/easy-rsa/keys/crl.jailcrl-verify crl.pemca /etc/openvpn/easy-rsa/keys/ca.crtdh /etc/openvpn/easy-rsa/keys/dh2048.pemtls-auth /etc/openvpn/easy-rsa/keys/ta.key 0key /etc/openvpn/easy-rsa/keys/server.keycert /etc/openvpn/easy-rsa/keys/server.crtifconfig-pool-persist /var/lib/openvpn/server.ippclient-config-dir /etc/openvpn/server.ccdstatus /var/log/openvpn/server.logverb 4# virtual subnet unique for openvpn to draw client addresses from# the server will be configured with x.x.x.1# important: must not be used on your networkserver 10.254.1.0 255.255.255.0# push routes to clients to allow them to reach private subnetspush "route 10.0.0.0 255.0.0.0"

THX for your help.


Viewing all articles
Browse latest Browse all 823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>