Connection attempts timeout

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
wgstarks
OpenVpn Newbie
Posts: 1
Joined: Fri Oct 27, 2017 5:43 pm

Connection attempts timeout

Post by wgstarks » Fri Oct 27, 2017 5:49 pm

After updating OpenVPN-AS to 2.1.12 I can no longer connect using OpenVPN Connect on iOS version 1.1.1. I see this in the logs-

Code: Select all

2017-10-27 13:24:05 EVENT: RESOLVE
2017-10-27 13:24:05 Contacting xx.xxx.229.96:1194 via UDP
2017-10-27 13:24:05 EVENT: WAIT
2017-10-27 13:24:05 SetTunnelSocket returned 1
2017-10-27 13:24:05 Connecting to [redacted.duckdns.org]:1194 (xx.xxx.229.96) via UDPv4
2017-10-27 13:24:05 EVENT: CONNECTING
2017-10-27 13:24:05 NET Internet:ReachableViaWWAN/WR t------
2017-10-27 13:24:45 Session invalidated: KEEPALIVE_TIMEOUT
2017-10-27 13:24:45 Client terminated, restarting in 2000 ms...
2017-10-27 13:24:47 EVENT: RECONNECTING
2017-10-27 13:24:47 EVENT: RESOLVE
2017-10-27 13:24:47 Contacting xx.dxx.229.96:1194 via UDP
2017-10-27 13:24:47 EVENT: WAIT
2017-10-27 13:24:47 SetTunnelSocket returned 1
2017-10-27 13:24:47 Connecting to [redacted.duckdns.org]:1194 (xx.xxx.229.96) via UDPv4
2017-10-27 13:24:47 EVENT: CONNECTING
2017-10-27 13:25:05 EVENT: CONNECTION_TIMEOUT [ERR]
2017-10-27 13:25:05 EVENT: DISCONNECTED
2017-10-27 13:25:05 Raw stats on disconnect:
  BYTES_IN : 126
  BYTES_OUT : 2436
  PACKETS_IN : 9
  PACKETS_OUT : 58
  BUFFER_ERROR : 9
  KEEPALIVE_TIMEOUT : 1
  CONNECTION_TIMEOUT : 1
  N_RECONNECT : 1
2017-10-27 13:25:05 Performance stats on disconnect:
  CPU usage (microseconds): 37986
  Network bytes per CPU second: 67445
  Tunnel bytes per CPU second: 0
2017-10-27 13:25:05 EVENT: DISCONNECT_PENDING
2017-10-27 13:25:05 ----- OpenVPN Stop -----

Post Reply