I have OpenVPN Connect 1.0.1 working fine on iPhone 5 with iOS 6.1.4, but there is one problem that occurs "sometimes" (sorry but I cannot describe it better, thank you for your patience).
I use an OpenVPN tcp server configuration which pushes a route to my internal company network:
Code: Select all
proto tcp
...
push "route AAA.BBB.CCC.DDD 255.255.255.0"
Code: Select all
local WWW.XXX.YYY.ZZZ
Now what "sometimes" happens is that the iPhone no longer has network connectivity at all, that is, the "WIFI connected" symbol is displayed but Safari or Email no longer work (activity wheel spins forever).
To cure that I need to disable and re-enable WIFI or enter and leave flight mode or do a warm reboot.
Also, when leaving the company building OpenVPN does not automatically reconnect.
Does somebody here know a solution?
Here is my OpenVPN Connect client configuration on the iPhone:
Code: Select all
client
dev tun
proto tcp
remote ovpn.XXXXXXXXX.com 1194
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
cipher BF-CBC
comp-lzo
verb 3
<ca>
...
</ca>
<cert>
...
</cert>
<key>
...
</key>