iPhone 5s, iOS 7.0.3, pfSense and OpenVPN connect Problem

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
avalox
OpenVpn Newbie
Posts: 2
Joined: Tue Oct 29, 2013 8:05 am

iPhone 5s, iOS 7.0.3, pfSense and OpenVPN connect Problem

Post by avalox » Tue Oct 29, 2013 8:12 am

Hi,

i tried using the open VPN config generated by the pfSense Webinterface with my iPhone 5s, iOS 7.0.3 and the latest OpenVPN connect version but failed.

After adding the config (which works fine) and entering my user and password, nothing happens. The Log in the OpenVPN connect Client is empty. Also the pfSense Log / tcpdump on the pfSense show nothing.

With OpenVPN for Windows, the config is working fine.

Here is my .ovpn File:

Code: Select all

persist-tun
persist-key
cipher BF-CBC
tls-client
client
remote xx.xx.xx.xx 1195 tcp
auth-user-pass
comp-lzo

<ca>
-----BEGIN CERTIFICATE-----
XXX
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
XXX
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
XXX
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
XXX
-----END OpenVPN Static key V1-----
</tls-auth>
 key-direction 1
This config is generated directly by the pfSense Webinterface for OpenVPN connect Andriod/iOS.

Maybe one of you guys has an idea.

Thanks and best regards
Sebastian

meepmeep
OpenVpn Newbie
Posts: 1
Joined: Thu Sep 02, 2010 8:13 am

Re: iPhone 5s, iOS 7.0.3, pfSense and OpenVPN connect Proble

Post by meepmeep » Tue Oct 29, 2013 8:34 am

Hi

openVPN on iphone 5s is currently broken (thread).

It shoud be support by the next release ... mid december :cry:

avalox
OpenVpn Newbie
Posts: 2
Joined: Tue Oct 29, 2013 8:05 am

Re: iPhone 5s, iOS 7.0.3, pfSense and OpenVPN connect Proble

Post by avalox » Tue Oct 29, 2013 11:20 am

thanks for letting me know. I can wait :)

Post Reply