status stays "disconnected"

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
lirelent
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 08, 2013 4:20 am

status stays "disconnected"

Post by lirelent » Fri Nov 08, 2013 4:30 am

No matter what I do the status on my connection seems to stay as "disconnected" and both the log on the iPad and my ubuntu server show zero activity. ipad is ios7, client is 1.0.1 build 88. Server is OpenVPN 2.2.1 x86_64-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Feb 27 2013. This same server works just fine from my laptop using tunnelBlick.

server config is:
port 1194
proto tcp
dev tun
ca /etc/openvpn/ca.crt
cert /etc/openvpn/ExcaliburUS.crt
dh /etc/openvpn/dh2048.pem
server 10.1.120.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3

client config is:
client
dev tun
proto tcp
remote <hostname> 1194
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 9
route-nopull
route 10.1.120.0 255.255.255.0 vpn_gateway
<ca>
-----BEGIN CERTIFICATE-----
"cert info"
-----END CERTIFICATE-----
</ca>


the rest of the key info is in imported p12 file, but I've also tried just co-locating the key files with no difference in behavior. Any help would be greatly appreciated.

ivarh
OpenVpn Newbie
Posts: 2
Joined: Mon Oct 14, 2013 1:48 pm

Re: status stays "disconnected"

Post by ivarh » Fri Nov 08, 2013 4:32 am

iPad air? The current version of the open VPN client does not work on 64 bit systems like the iPad air and the iphone 5s

-Ivar


Sent from my iPhone using Tapatalk

lirelent
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 08, 2013 4:20 am

Re: status stays "disconnected"

Post by lirelent » Fri Nov 08, 2013 4:58 am

Ah, yes, iPad air. Well thank you for the response. Guessing there is no workaround then?

lirelent
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 08, 2013 4:20 am

Re: status stays "disconnected"

Post by lirelent » Fri Nov 08, 2013 5:25 am

I found the answer I was looking for knowing it was a arm64 issue.

topic13838-15.html#p34117

sounds like december will be a good month for this, thank you ivarh for the help!

allen00se
OpenVpn Newbie
Posts: 1
Joined: Wed Dec 04, 2013 9:47 pm

Re: status stays "disconnected"

Post by allen00se » Wed Dec 04, 2013 9:47 pm

Any update on this?

Post Reply