How to install and configure openvpn on client side
Learn very easy way how to install and configure openvpn on client side. i am also make a video tutorial that how to install and configure openvpn on centos 6.4 step by step.
Step 1 -- Download lastest openvpn window client software from openvpn website. And also install net framework and window installer pack.
Step 2 -- Finally lets create a server.ovpn config file. To make it easy, you can simply create it on your local computer using Notepad
client
dev tun
proto udp
remote 192.168.10.120 1194 # - Your server IP and OpenVPN Port
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ca ca.crt
auth-user-pass
comp-lzo
reneg-sec 0
verb 3
Step 2 -- That's it. Now you can copy ca.crt file from /etc/openvpn/easy-rsa/2.0/keys/ public/directory
cp /etc/openvpn/easy-rsa/2.0/keys/ca.crt /impbackup/acc001
if you learn linux tutorial then visit my official website http://www.broexperts.com