I am working with a fresh installation of Raspbian and trying to set up Openvpn on it. I have Openvpn working with the .crt and.pem files pathed correctly and the .conf file set up. I am able to test it successfully with
Code: Select all
sudo openvpn --config /etc/openvpn/US\ Seattle.confWhen I run
Code: Select all
sudo systemctl enable openvpn@US\ Seattle.serviceCode: Select all
sudo systemctl start openvpn@US\ Seattle.serviceCode: Select all
openvpn@US\x20Seattle.service - OpenVPN connection to US\x20Seattle
Loaded: loaded (/lib/systemd/system/openvpn@US\ Seattle.service; enabled)
Active: failed (Result: exit-code) since do 2017-08-07 18:54:13 MDT; 1min 36s ago
Process: 1161 ExecStart=/usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn/%i.status 10 --cd /etc/openvpn --config /etc/openvpn/%i.conf (code=exited, status=1/FAILURE)