Forum archive
Openvpn error opening configuration file /etc/openvpn/server.conf
Hi,
I installed Turnkey Openvpn V16.0 appliance. I set up server mode on the A site, and created client configuration with confconsole. I copied the xyz.ovpn file to the appliance on B site as /etc/opencpn/xyz.conf. On B site, I set up the appliance as client.
I set up autorun in /etc/default/openvpn:
AUTOSTART="xyz"
After restart, I see error message in log:
...error opening configuration file /etc/openvpn/server.conf
Ok, I don't have /etc/openvpn/server.conf on the client site. Do I need it? If yes, how I create/fill in it? If I don't need it, how can I avoid that error message?
openvpn --config /etc/openvpn/xyz.conf
works, at least I don't get the above error message.
Thank you for your answer, it helped me.