Problem setting up VPN

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
fahasch
OpenVpn Newbie
Posts: 1
Joined: Thu Mar 07, 2013 8:29 pm

Problem setting up VPN

Post by fahasch » Thu Mar 07, 2013 8:32 pm

It is great that OpenVPN is finally available for iOS. However, I have problems setting up my VPN server. The following configuration file works fine on my desktop but not on my iPhone. What am I missing? In the beginning, I had the problem with a missing certificate file but then I found out that one should include the certificate in the configuration file which I have done. But still no luck setting up my VPN.

Thanks a lot for your help

--- content of my file config.ovpn ----
remote XXX 25 udp
pull
auth-user-pass
tls-client
ns-cert-type server
persist-key
redirect-gateway def1
dev tun
persist-tun
nobind
hand-window 20
resolv-retry infinite
mute-replay-warnings
cipher AES-256-CBC
topology subnet
<cert>
-----BEGIN CERTIFICATE-----
XXX
-----END CERTIFICATE-----
</cert>

Post Reply