Connection Timeout

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
habibi
OpenVpn Newbie
Posts: 4
Joined: Fri Mar 08, 2013 11:33 am

Connection Timeout

Post by habibi » Fri Mar 08, 2013 11:37 am

Hi all,
After I slide the ON button to start the connection, an error occurred as below. How can I solve this issue.


2013-03-08 16:45:48 ----- OpenVPN Start -----
2013-03-08 16:45:48 LZO-ASYM init swap=0 asym=0
2013-03-08 16:45:48 EVENT: RESOLVE
2013-03-08 16:45:48 EVENT: WAIT
2013-03-08 16:45:48 Connecting to 175.136.235.172:1194 (175.136.235.172) via UDPv4
2013-03-08 16:45:48 EVENT: CONNECTING
2013-03-08 16:45:48 Tunnel Options:V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher AES-192-CBC,auth SHA1,keysize 192,key-method 2,tls-client
2013-03-08 16:45:48 Peer Info:
IV_VER=1.0
IV_PLAT=ios
IV_NCP=1
IV_LZO=1

2013-03-08 16:45:49 VERIFY OK: depth=0
cert. version : 3
serial number : 01
issuer name  : C=MY, ST=WP, L=KL, O=SCS, OU=SPDIV, CN=SCS CA, emailAddress=wismail@scs.my
subject name  : C=MY, ST=WP, O=SCS, OU=SPDIV, CN=gpecFWx.nc2.mil
issued  on    : 2011-06-25 12:43:17
expires on    : 2027-05-06 03:17:57
signed using  : RSA+MD5
RSA key size  : 1024 bits

2013-03-08 16:45:49 VERIFY OK: depth=1
cert. version : 3
serial number : C1:39:A4:71:42:2B:58:FF
issuer name  : C=MY, ST=WP, L=KL, O=SCS, OU=SPDIV, CN=SCS CA, emailAddress=wismail@scs.my
subject name  : C=MY, ST=WP, L=KL, O=SCS, OU=SPDIV, CN=SCS CA, emailAddress=wismail@scs.my
issued  on    : 2011-06-25 12:43:17
expires on    : 2027-05-06 03:17:57
signed using  : RSA+MD5
RSA key size  : 2048 bits

2013-03-08 16:46:18 EVENT: CONNECTION_TIMEOUT [ERR]
2013-03-08 16:46:18 EVENT: DISCONNECTED
2013-03-08 16:46:18 Raw stats on disconnect:
  BYTES_IN : 3178
  BYTES_OUT : 3681
  PACKETS_IN : 31
  PACKETS_OUT : 46
  CONNECTION_TIMEOUT : 1
2013-03-08 16:46:18 Performance stats on disconnect:
  CPU usage (microseconds): 265582
  Network bytes per CPU second: 25826
  Tunnel bytes per CPU second: 0
2013-03-08 16:46:18 ----- OpenVPN Stop -----
2013-03-08 16:46:18 EVENT: DISCONNECT_PENDING


Thank you

habibi
OpenVpn Newbie
Posts: 4
Joined: Fri Mar 08, 2013 11:33 am

Re: Connection Timeout

Post by habibi » Wed Mar 13, 2013 2:00 am

help plzzz.

below are my config file:

Code: Select all

#OpenVPN Client conf
tls-client
client
dev tun
proto udp
tun-mtu 1400
remote XXXXXX
pkcs12 habibipad.p12
cipher AES-192-CBC
comp-lzo
verb 3
ns-cert-type server

<ca>
-----BEGIN CERTIFICATE-----
.... content here ...
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
.... content here ...
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN RSA PRIVATE KEY-----
.... content here ...
-----END RSA PRIVATE KEY-----
</key>

Post Reply