Page 1 of 1

status stays "disconnected"

Posted: Fri Nov 08, 2013 4:30 am
by lirelent
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.

Re: status stays "disconnected"

Posted: Fri Nov 08, 2013 4:32 am
by ivarh
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

Re: status stays "disconnected"

Posted: Fri Nov 08, 2013 4:58 am
by lirelent
Ah, yes, iPad air. Well thank you for the response. Guessing there is no workaround then?

Re: status stays "disconnected"

Posted: Fri Nov 08, 2013 5:25 am
by lirelent
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!

Re: status stays "disconnected"

Posted: Wed Dec 04, 2013 9:47 pm
by allen00se
Any update on this?