Here is my config file and connection log. It times out both on Wifi and on the Verizon cellular connection. My router has port 1194 forwarded on UDP to the appropriate NIC on my NAS.
Thank you very much.
OpenVPN Config
Code: Select all
client
dev tun
script-security 3
proto udp
remote XXXXXXXX.myqnapcloud.com 1194
resolv-retry infinite
nobind
ca ca.crt
auth-user-pass
reneg-sec 3600
cipher AES-128-CBC
tls-cipher RSA+AES128:RSA+AES256:RSA+3DES:!MD5
comp-lzo
Code: Select all
2015-09-26 10:00:06 LZO-ASYM init swap=0 asym=0
2015-09-26 10:00:06 EVENT: RESOLVE
2015-09-26 10:00:06 Contacting 73.229.248.165:1194 via UDP
2015-09-26 10:00:06 EVENT: WAIT
2015-09-26 10:00:06 SetTunnelSocket returned 1
2015-09-26 10:00:06 Connecting to XXXXXXXX.myqnapcloud.com:1194 (73.229.XXX.XXX) via UDPv4
2015-09-26 10:00:06 EVENT: CONNECTING
2015-09-26 10:00:06 Tunnel Options:V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
2015-09-26 10:00:06 Creds: Username/Password
2015-09-26 10:00:06 Peer Info:
IV_GUI_VER=net.openvpn.connect.ios 1.0.5-177
IV_VER=3.0
IV_PLAT=ios
IV_NCP=1
IV_LZO=1
2015-09-26 10:00:07 NET Internet:ReachableViaWiFi/-R -------
2015-09-26 10:00:07 NET WiFi:ReachableViaWiFi/-R ------d
2015-09-26 10:00:46 Session invalidated: KEEPALIVE_TIMEOUT
2015-09-26 10:00:46 Client terminated, restarting in 2...
2015-09-26 10:00:48 EVENT: RECONNECTING
2015-09-26 10:00:48 LZO-ASYM init swap=0 asym=0
2015-09-26 10:00:48 EVENT: RESOLVE
2015-09-26 10:00:49 Contacting 73.229.XXX.XXX:1194 via UDP
2015-09-26 10:00:49 EVENT: WAIT
2015-09-26 10:00:49 SetTunnelSocket returned 1
2015-09-26 10:00:49 Connecting to XXXXXXXXXX.myqnapcloud.com:1194 (73.229.XXX.XXX) via UDPv4
2015-09-26 10:00:49 EVENT: CONNECTING
2015-09-26 10:00:49 Tunnel Options:V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
2015-09-26 10:00:49 Creds: Username/Password
2015-09-26 10:00:49 Peer Info:
IV_GUI_VER=net.openvpn.connect.ios 1.0.5-177
IV_VER=3.0
IV_PLAT=ios
IV_NCP=1
IV_LZO=1
2015-09-26 10:01:06 EVENT: CONNECTION_TIMEOUT [ERR]
2015-09-26 10:01:06 EVENT: DISCONNECTED
2015-09-26 10:01:06 Raw stats on disconnect:
BYTES_IN : 96
BYTES_OUT : 2720
PACKETS_IN : 4
PACKETS_OUT : 34
KEEPALIVE_TIMEOUT : 1
CONNECTION_TIMEOUT : 1
N_RECONNECT : 1
2015-09-26 10:01:06 Performance stats on disconnect:
CPU usage (microseconds): 27967
Network bytes per CPU second: 100690
Tunnel bytes per CPU second: 0
2015-09-26 10:01:06 EVENT: DISCONNECT_PENDING
2015-09-26 10:01:06 ----- OpenVPN Stop -----