status stays "disconnected"
Posted: 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.
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.