Sorry for the late reply, I do not receive notifications and have manually to check replies.
Here we are with my working configuration
root server (Linux) <-> Iphone/IPad
I configured both server and client globally with
comp-lzo
and selected for the IPhone/IPad client the following in the APP-configuration:
Raise keyboard
on
Seamless tunnel
on
Connect via
Any network
Reconnect on wakeup
on
Protocol
UDP
Compression
FULL
Connection Timeout
30 seconds
Network state detection
active
Advanced Settings
Force AES-CBS-ciphersuites
on
Google DNS fallback
on
Layer 2 reachability
off
No proxy
client conf (which was installed using I-Tunes):
client
remote server.ip port
proto udp
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
cipher AES-256-CBC
comp-lzo
verb 3
--tls-auth ta.key 1
key-direction 1
<ca>
-----BEGIN CERTIFICATE-----
....
....
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
....
....
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
....
....
-----END PRIVATE KEY-----
</key>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
....
....
-----END OpenVPN Static key V1-----
</tls-auth>
Hope, this helps
