this setup has been working for 4 years and when i finally saw openvpn on the app market i was like OOHHHHH YEA

tunnelblick works / windows / etc etc
heres my snapshot for the .ovpn (under the hood do you see anything wrong?) (its 2 versions in 1 i just tried the other way to contain it all)
client
dev tun
proto udp
remote vpn.remote.net 1194
resolv-retry infinite
nobind
persist-key
persist-tun
;ca vpn-user-ca.crt
;cert vpn-user-client.crt
;key vpn-user-client.key
;tls-auth vpn-user-ta.key 1
comp-lzo
verb 4
explicit-exit-notify
auth-user-pass
<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>
Heres the output as it just sits there
2013-03-30 22:21:35 ----- OpenVPN Start -----
2013-03-30 22:21:35 LZO-ASYM init swap=0 asym=0
2013-03-30 22:21:35 EVENT: RESOLVE
2013-03-30 22:21:36 EVENT: WAIT
2013-03-30 22:21:36 Connecting to vpn.remote.net:1194 (64.11.22.44) via UDPv4
2013-03-30 22:21:36 EVENT: CONNECTING
2013-03-30 22:21:36 Tunnel Options:V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher BF-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-client
2013-03-30 22:21:36 Peer Info:
IV_VER=1.0
IV_PLAT=ios
IV_NCP=1
IV_LZO=1
2013-03-30 22:21:36 VERIFY OK: depth=1
cert. version : 3
serial number : A4:64:BB:4D:C5:6A:2D:6B
issuer name :
subject name :
issued on : 2008-04-14 23:42:58
expires on : 2018-04-12 23:42:58
signed using : RSA+SHA1
RSA key size : 2048 bits
2013-03-30 22:22:05 EVENT: CONNECTION_TIMEOUT [ERR]
2013-03-30 22:22:05 EVENT: DISCONNECTED
2013-03-30 22:22:05 Raw stats on disconnect:
BYTES_IN : 5130
BYTES_OUT : 23520
PACKETS_IN : 39
PACKETS_OUT : 54
CONNECTION_TIMEOUT : 1
2013-03-30 22:22:05 Performance stats on disconnect:
CPU usage (microseconds): 746747
Network bytes per CPU second: 38366
Tunnel bytes per CPU second: 0
2013-03-30 22:22:05 ----- OpenVPN Stop -----
2013-03-30 22:22:05 EVENT: DISCONNECT_PENDING