Navigation

Personal tools

Perfection through knowledge
You are here: Home / Fun with technology / Configure OpenVPN client on WD MyCloud

Configure OpenVPN client on WD MyCloud

  1. Login to My Cloud with SSH
  2. Make a temp working directory
    mkdir temp
    cd temp
  3. Get the open vpn config files
    wget http://www.nicolacanepa.net/oldsite/Andrea.ovpn
  4. copy the following file to /etc/openvpn
    cp Andrea.ovpn /etc/openvpn/ReteConNicola.conf
  5. 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
  6. Reboot your NAS for the VPN to start
Google