From 68161a32836cd374cb5a6c122aa6480ca3238e94 Mon Sep 17 00:00:00 2001 From: visocicaguy Date: Sun, 18 Dec 2016 21:10:17 +0100 Subject: [PATCH] Update README.md --- controller/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/controller/README.md b/controller/README.md index 48746e1..3bf6f59 100644 --- a/controller/README.md +++ b/controller/README.md @@ -64,12 +64,14 @@ sudo /home/pi/umtskeeper/umtskeeper --sakisoperators "USBINTERFACE='0' OTHER='US 10. to set up vpn ``` +install openVPN on the client + generate vpn certificate, key and config (ovpn) files on server (see STEP 3: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04) -transfer them to the client (WinSCP or a similar tool, maybe need to copy the key files to another directory, "chmod 644 [filename]" for the .key file in order to transfer it - see STEP 4: see STEP 3: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04) - unify the OpenVPN profile (see STEP 4: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04) +transfer them to the client (WinSCP or a similar tool, maybe need to copy the key files to another directory, "chmod 644 [filename]" for the .key file in order to transfer it - see STEP 4: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04) + edit /etc/rc.local add the line openvpn --daemon --cd /etc/openvpn --config zoblakFarmAlarmAmirZepce01.ovpn before "exit 0" in order to start the vpn daemon on startup, where zoblakFarmAlarmAmirZepce01.ovpn is the generated conf file