====== PONTECH IT VPN Setup New User ====== ===== Current Settings ===== * **Server** : pontech.dyndns.org * **Port** : 2000 ===== Create a new account on Linux Server ===== First, create the user account: $ adduser -m,G users,pontech $ passwd Next, Add user to Samba and set password: $ smbpasswd -a $ smbpasswd Finally, Create User Key/Certificate Request and Sign Certificate: $ openssl genrsa -out .key $ openssl req -new -key .key -out .csr $ openssl x509 -req -days 365 -in .csr -CA CA.crt -CAkey CA.key -CAcreateserial -out .crt Files required by User: * CA.crt * persons.crt * persons.key * c-local.conf * secret.key ===== Setup OpenVPN Connection in Windows ===== - Go to [[http://openvpn.se/download.html|openvpn]], download and install the stable installation package. - Open: Start->All Programs->OpenVPN->Edit Config..., This will open a Directory in Windows Explorer. - Copy your Keys, Certificates, and Configuration File into the opened Directory. - Rename 'c-local.conf' -> 'c-local.ovpn' - Start OpenVPN GUI, Double-Click on Taskbar Icon to Connect