Jump to content

VPN wont work


e.elbert_

Recommended Posts

Posted

I am trying to enable my vpn with an openvpn config file from ipvanish and it will not connect at all.

this is the config:

client
dev tun
proto udp
remote las-c12.ipvanish.com 443
resolv-retry infinite
nobind
persist-key
persist-tun
persist-remote-ip
ca ca.ipvanish.com.crt
verify-x509-name las-c12.ipvanish.com name
auth-user-pass
comp-lzo
verb 3
auth SHA256
cipher AES-256-CBC
keysize 256
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-DHE-DSS-WITH-AES-256-CBC-SHA:TLS-RSA-WITH-AES-256-CBC-SHA
 

  • Administrators
Posted

Hey, welcome to the forum!

There is more to a config than that, did they give you a zip file? If so there will be a .crt file for example that you need to add to this.

  • 9 months later...
  • Administrators
Posted
2 hours ago, Tutankhamun88 said:

Good morning, I have the .crt file how can I add it?

You would open the file in a text editor, copy the contents and add it to the bottom of the config so far

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...