by frengo » 10 May 2016, 16:11
Actually I have to install OpenVPN only as Client (not as Bridge) but I see that I have always a large amount of error messages.
On Debian I succeeded to make working fine OpenVPN in seconds ....
apt-get install openvpn
then:
service openvpn restart
service openvpn status
now copy the certificates, the key and config files in /etc/openvpn with:
cp ca.crt /etc/openvpn
cp client.crt /etc/openvpn
cp client.key /etc/openvpn
cp client.ovpn /etc/openvpn
-To connect to the server type on /etc/openvpn:
openvpn --config client.ovpn & exit
And the Client connect to the server.
I use the ODROID C1 +. Perhaps the codes are different from those for the Raspberry ?