Configure OpenVPN client on WD MyCloud
- Login to My Cloud with SSH
- Make a temp working directory
mkdir temp cd temp
- Get the open vpn config files
wget http://www.nicolacanepa.net/oldsite/Andrea.ovpn
- copy the following file to /etc/openvpn
cp Andrea.ovpn /etc/openvpn/ReteConNicola.conf
- Get the VPN to start at boot time
nano /etc/default/openvpn
change the AUTOSTART line to your host file from step 4 and make sure you remove any # at the start of the line
AUTOSTART="ReteConNicola"
save file and exit nano - Reboot your NAS for the VPN to start