From Guizmo OpenVpn to OpenVpn Connect (Iphone 5), howto?

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
janhoedt
OpenVPN Power User
Posts: 56
Joined: Wed Sep 21, 2011 3:10 pm

From Guizmo OpenVpn to OpenVpn Connect (Iphone 5), howto?

Post by janhoedt » Tue May 21, 2013 8:23 am

Hi,

I have a working Openvpn connection. However, for that I needed to jailbreak my Iphone (to use Guizmo Openvnp). I upgraded my Iphone to a new version and would like not to jailbreak anymore.
Therefore I would like to use the new OpenVpn Connect but I’m not sure howto configure this. I know have a zip-file, which I upload to my Iphone, in that zip-file there is a cert, a ovpn-configfile and a passwordfile.
The configfile is beneath. Please advise howto configure this in OpenVpn Connect.

J.

---
dev tun
tls-client

remote mysite.mydomain.com 80

# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)

#redirect-gateway
#auth-nocache

ifconfig-nowarn

#auto-proxy

pull

proto tcp-client
script-security 2

ca mycer.crt

comp-lzo

reneg-sec 0

auth-user-pass

---

Post Reply