Failed Connection Using OpenVPN Connect On iPad
Posted: Sat May 03, 2014 4:10 pm
I am having issues establishing a connection using OpenVPN Connect on my iPad. I have been connecting via OpenVPN using Viscosity VPN on my Mac just fine, but when I try to connect using OpenVPN Connect on my iPad, I keep getting a failed connection error. I have an Asus AC68U router and I am using the built-in OpenVPN server for my secure connections. I have posted my client.ovpn details as well as my server log below.
Any help given on this issue would be great!
Client.ovpn Details:
Server Log:
Any help given on this issue would be great!
Client.ovpn Details:
Code: Select all
client
dev tun
proto udp
remote [networkname.com] 1194
float
comp-lzo adaptive
keepalive 15 60
auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
Removed
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
Removed
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
Removed
-----END PRIVATE KEY-----
</key>
ns-cert-type server
resolv-retry infinite
nobind
Code: Select all
kernel: br0: received packet on eth2 with own address as source address
dnsmasq-dhcp[505]: DHCPREQUEST(br0) 192.168.1.33 b35:e7:21:77:c2:g9
dnsmasq-dhcp[505]: DHCPACK(br0) 192.168.1.33 b35:e7:21:77:c2:g9 My-iPad
openvpn[770]: 192.168.1.33:12345 TLS: Initial packet from [AF_INET]192.168.1.33:12345, sid=7g4387af b419f0d
openvpn[770]: 192.168.1.33:12345 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
openvpn[770]: 192.168.1.33:12345 TLS Error: TLS handshake failed
openvpn[770]: 192.168.1.33:12345 SIGUSR1[soft,tls-error] received, client-instance restarting