i need to start this, I have already went through mauals but i am getting troubles to make OpenVpn client working.
I have 3rd party paid VPN service to connect to. I am provided ovpn file config where as follows:
Code: Select all
setenv USERNAME "email@address.how.I.Login"
client
dev tun
remote SITE_OF_3RDPARTY_VPN.com 1194 udp
remote-cert-tls server
comp-lzo no
auth SHA1
nobind
verb 3
sndbuf 0
rcvbuf 0
socket-flags TCP_NODELAY
Code: Select all
<ca>
here certificate hash
</ca>
Code: Select all
<cert>
another certificate hash
</cert>
Code: Select all
<extra-certs>
another hash
</extra-certs>
Code: Select all
<key>
-----BEGIN RSA PRIVATE KEY-----
key...
</key>
Code: Select all
key-direction 1
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
hash
</tls-auth>
Code: Select all
-----BEGIN RSA SIGNATURE-----
DIGEST:SHA1WithRSA
another hash