Page 1 of 1

Working in Mac but not with the ipad mini

Posted: Wed May 15, 2013 12:15 am
by grg.beta
Hi,

I have the OpenVpn credentials using which I can able to connect from the MAC. I copied the same ovpn, key, cert and ca files to the iPad mini and tried to connect the openVpn network using the openvpn connect application. I am getting connection timeout error.

Note: I have changed and put the key, cert and ca inside the ovpn file

My ovpn file is;

client
dev tun
comp-lzo
nobind
proto udp
remote 209.182.103.177 7000
resolv-retry infinite
persist-key
persist-tun
verb 4
route-delay 15
reneg-sec 3600
key-direction 1
<ca>
...
</ca>
<key>
...
</key>
<cert>
...
</cert>

I am getting this log from the iPad mini;

2013-05-14 15:15:57 ----- OpenVPN Start -----
2013-05-14 15:15:57 LZO-ASYM init swap=0 asym=0
2013-05-14 15:15:57 EVENT: RESOLVE
2013-05-14 15:15:57 EVENT: WAIT
2013-05-14 15:15:57 Connecting to 209.182.103.177:7000 (209.182.103.177) via UDPv4
2013-05-14 15:15:58 EVENT: CONNECTING
2013-05-14 15:15:58 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,key-method 2,tls-client
2013-05-14 15:15:58 Peer Info:
IV_VER=1.0
IV_PLAT=ios
IV_NCP=1
IV_LZO=1

2013-05-14 15:16:27 EVENT: CONNECTION_TIMEOUT [ERR]
2013-05-14 15:16:27 EVENT: DISCONNECTED
2013-05-14 15:16:27 Raw stats on disconnect:
BYTES_IN : 48
BYTES_OUT : 1030
PACKETS_IN : 2
PACKETS_OUT : 17
CONNECTION_TIMEOUT : 1
2013-05-14 15:16:27 Performance stats on disconnect:
CPU usage (microseconds): 36090
Network bytes per CPU second: 29869
Tunnel bytes per CPU second: 0
2013-05-14 15:16:27 ----- OpenVPN Stop -----
2013-05-14 15:16:27 EVENT: DISCONNECT_PENDING

I am trying with all the different possibilities that are mentioned in various forums, but still getting the same disconnect error. Somebody please help here to overcome this problem.

Appreciate your help.