How-to connect a Linux server to another Linux server via OpenVPN, command line style.
apt-get install openvpn
Copy the example client.conf file
cp /usr/share/doc/openvpn/examples/sample-config-files/client.conf /etc/openvpn
I then edited the client.conf file down as listed below for my initial testing. Please be sure to adjust according to your own Server configuration as well as proper names for the ca, key and crt files.
"OpenVPN - Linux Client"
No comments yet. -