OpenVPN keeps disconnecting intermittently.

All comments and questions related to the functionality of the OpenVPN web pages and forum should go here.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
soinc16
OpenVpn Newbie
Posts: 5
Joined: Sun Jun 03, 2012 4:20 am

OpenVPN keeps disconnecting intermittently.

Post by soinc16 » Sun Jun 03, 2012 4:23 am

This seems to be a server related issue as I've tried another VPN server on another VPS that works.

My server conf:

Code: Select all

local 209.141.34.225
port 1194
proto tcp
dev tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
dh /etc/openvpn/keys/dh1024.pem
server 10.9.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "redirect-gateway def1" 
push "dhcp-option DNS 208.67.222.222" 
push "dhcp-option DNS 208.67.220.220" 
keepalive 5 30
comp-lzo
persist-key
persist-tun
status server-tcp.log
verb 3
My Client conf:

Code: Select all

push "redirect-gateway def1"
client 
dev tun 
proto tcp 
remote 209.141.34.225 1194 
resolv-retry infinite 
nobind 
persist-key 
persist-tun 
ca ca.crt 
cert client.crt 
key client.key 
comp-lzo 
verb 3 
My connection logs:

Code: Select all

Sat Jun 02 21:12:14 2012 OpenVPN 2.1.1 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Dec 11 2009
Sat Jun 02 21:12:14 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:12:14 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:12:14 2012 LZO compression initialized
Sat Jun 02 21:12:14 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:12:14 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:12:14 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:12:14 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:12:14 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:12:14 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:12:14 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:12:14 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:12:14 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:12:14 2012 TLS: Initial packet from 209.141.34.225:1194, sid=731476c7 5b4fed89
Sat Jun 02 21:12:15 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:15 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:17 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:17 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:17 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:17 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:17 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:12:17 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:12:19 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:12:19 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:12:19 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:12:19 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:12:19 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:12:19 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:12:19 2012 ROUTE default_gateway=192.168.0.1
Sat Jun 02 21:12:19 2012 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{4C4985E0-AA1A-4491-B6D6-731FF619999A}.tap
Sat Jun 02 21:12:19 2012 TAP-Win32 Driver Version 9.6 
Sat Jun 02 21:12:19 2012 TAP-Win32 MTU=1500
Sat Jun 02 21:12:19 2012 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.9.0.6/255.255.255.252 on interface {4C4985E0-AA1A-4491-B6D6-731FF619999A} [DHCP-serv: 10.9.0.5, lease-time: 31536000]
Sat Jun 02 21:12:19 2012 Successful ARP Flush on interface [18] {4C4985E0-AA1A-4491-B6D6-731FF619999A}
Sat Jun 02 21:12:24 2012 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Sat Jun 02 21:12:24 2012 C:\WINDOWS\system32\route.exe ADD 209.141.34.225 MASK 255.255.255.255 192.168.0.1
Sat Jun 02 21:12:24 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=10 and dwForwardType=4
Sat Jun 02 21:12:24 2012 Route addition via IPAPI succeeded [adaptive]
Sat Jun 02 21:12:24 2012 C:\WINDOWS\system32\route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.9.0.5
Sat Jun 02 21:12:24 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Jun 02 21:12:24 2012 Route addition via IPAPI succeeded [adaptive]
Sat Jun 02 21:12:24 2012 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.9.0.5
Sat Jun 02 21:12:24 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Jun 02 21:12:24 2012 Route addition via IPAPI succeeded [adaptive]
Sat Jun 02 21:12:24 2012 C:\WINDOWS\system32\route.exe ADD 10.9.0.1 MASK 255.255.255.255 10.9.0.5
Sat Jun 02 21:12:24 2012 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Jun 02 21:12:24 2012 Route addition via IPAPI succeeded [adaptive]
Sat Jun 02 21:12:24 2012 Initialization Sequence Completed
Sat Jun 02 21:12:24 2012 Connection reset, restarting [0]
Sat Jun 02 21:12:24 2012 TCP/UDP: Closing socket
Sat Jun 02 21:12:24 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:12:24 2012 Restart pause, 5 second(s)
Sat Jun 02 21:12:29 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:12:29 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:12:29 2012 Re-using SSL/TLS context
Sat Jun 02 21:12:29 2012 LZO compression initialized
Sat Jun 02 21:12:29 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:12:29 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:12:29 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:12:29 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:12:29 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:12:29 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:12:29 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:12:29 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:12:29 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:12:29 2012 TLS: Initial packet from 209.141.34.225:1194, sid=8afcba23 7c6014c7
Sat Jun 02 21:12:30 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:30 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:32 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:32 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:32 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:32 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:32 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:12:32 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:12:34 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:12:34 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:12:34 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:12:34 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:12:34 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:12:34 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:12:34 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:12:34 2012 Initialization Sequence Completed
Sat Jun 02 21:12:40 2012 Connection reset, restarting [0]
Sat Jun 02 21:12:40 2012 TCP/UDP: Closing socket
Sat Jun 02 21:12:40 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:12:40 2012 Restart pause, 5 second(s)
Sat Jun 02 21:12:45 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:12:45 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:12:45 2012 Re-using SSL/TLS context
Sat Jun 02 21:12:45 2012 LZO compression initialized
Sat Jun 02 21:12:45 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:12:45 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:12:45 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:12:45 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:12:45 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:12:45 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:12:45 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:12:45 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:12:45 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:12:45 2012 TLS: Initial packet from 209.141.34.225:1194, sid=b0c35e17 b7a1cd3d
Sat Jun 02 21:12:45 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:45 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:12:47 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:47 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:47 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:12:47 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:12:47 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:12:47 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:12:49 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:12:49 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:12:49 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:12:49 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:12:49 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:12:49 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:12:49 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:12:49 2012 Initialization Sequence Completed
Sat Jun 02 21:12:55 2012 Connection reset, restarting [0]
Sat Jun 02 21:12:55 2012 TCP/UDP: Closing socket
Sat Jun 02 21:12:55 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:12:55 2012 Restart pause, 5 second(s)
Sat Jun 02 21:13:00 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:13:00 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:13:00 2012 Re-using SSL/TLS context
Sat Jun 02 21:13:00 2012 LZO compression initialized
Sat Jun 02 21:13:00 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:13:00 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:13:00 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:13:00 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:13:00 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:13:00 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:13:00 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:13:00 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:13:00 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:13:00 2012 TLS: Initial packet from 209.141.34.225:1194, sid=41dd054c f5be8412
Sat Jun 02 21:13:01 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:01 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:02 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:02 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:02 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:02 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:02 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:13:02 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:13:04 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:13:04 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:13:04 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:13:04 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:13:04 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:13:04 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:13:04 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:13:04 2012 Initialization Sequence Completed
Sat Jun 02 21:13:10 2012 Connection reset, restarting [0]
Sat Jun 02 21:13:10 2012 TCP/UDP: Closing socket
Sat Jun 02 21:13:10 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:13:10 2012 Restart pause, 5 second(s)
Sat Jun 02 21:13:15 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:13:15 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:13:15 2012 Re-using SSL/TLS context
Sat Jun 02 21:13:15 2012 LZO compression initialized
Sat Jun 02 21:13:15 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:13:15 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:13:15 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:13:15 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:13:15 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:13:15 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:13:15 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:13:15 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:13:15 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:13:15 2012 TLS: Initial packet from 209.141.34.225:1194, sid=5ce5ade9 c747de64
Sat Jun 02 21:13:16 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:16 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:17 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:17 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:17 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:17 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:17 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:13:17 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:13:19 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:13:19 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:13:19 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:13:19 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:13:19 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:13:19 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:13:19 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:13:19 2012 Initialization Sequence Completed
Sat Jun 02 21:13:27 2012 Connection reset, restarting [0]
Sat Jun 02 21:13:27 2012 TCP/UDP: Closing socket
Sat Jun 02 21:13:27 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:13:27 2012 Restart pause, 5 second(s)
Sat Jun 02 21:13:32 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:13:32 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:13:32 2012 Re-using SSL/TLS context
Sat Jun 02 21:13:32 2012 LZO compression initialized
Sat Jun 02 21:13:32 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:13:32 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:13:32 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:13:32 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:13:32 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:13:32 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:13:32 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:13:32 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:13:32 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:13:32 2012 TLS: Initial packet from 209.141.34.225:1194, sid=6b6ad994 1675b563
Sat Jun 02 21:13:33 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:33 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:35 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:35 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:35 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:35 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:35 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:13:35 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:13:37 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:13:37 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:13:37 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:13:37 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:13:37 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:13:37 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:13:37 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:13:37 2012 Initialization Sequence Completed
Sat Jun 02 21:13:44 2012 Connection reset, restarting [0]
Sat Jun 02 21:13:44 2012 TCP/UDP: Closing socket
Sat Jun 02 21:13:44 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:13:44 2012 Restart pause, 5 second(s)
Sat Jun 02 21:13:49 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:13:49 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:13:49 2012 Re-using SSL/TLS context
Sat Jun 02 21:13:49 2012 LZO compression initialized
Sat Jun 02 21:13:49 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:13:49 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:13:49 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:13:49 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:13:49 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:13:49 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:13:49 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:13:49 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:13:49 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:13:49 2012 TLS: Initial packet from 209.141.34.225:1194, sid=9b0669c3 71407659
Sat Jun 02 21:13:49 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:49 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:13:51 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:51 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:51 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:13:51 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:13:51 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:13:51 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:13:53 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:13:53 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:13:53 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:13:53 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:13:53 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:13:53 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:13:53 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:13:53 2012 Initialization Sequence Completed
Sat Jun 02 21:14:01 2012 Connection reset, restarting [0]
Sat Jun 02 21:14:01 2012 TCP/UDP: Closing socket
Sat Jun 02 21:14:01 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:14:01 2012 Restart pause, 5 second(s)
Sat Jun 02 21:14:06 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:14:06 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:14:06 2012 Re-using SSL/TLS context
Sat Jun 02 21:14:06 2012 LZO compression initialized
Sat Jun 02 21:14:06 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:14:06 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:14:06 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:14:06 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:14:06 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:14:07 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:14:07 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:14:07 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:14:07 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:14:07 2012 TLS: Initial packet from 209.141.34.225:1194, sid=e8c147dc 947cf187
Sat Jun 02 21:14:12 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:14:12 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:14:21 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:14:21 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:14:21 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:14:21 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:14:21 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:14:21 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:14:23 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:14:25 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:14:25 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:14:25 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:14:25 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:14:25 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:14:25 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:14:25 2012 Initialization Sequence Completed
Sat Jun 02 21:14:49 2012 Connection reset, restarting [0]
Sat Jun 02 21:14:49 2012 TCP/UDP: Closing socket
Sat Jun 02 21:14:49 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:14:49 2012 Restart pause, 5 second(s)
Sat Jun 02 21:14:54 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:14:54 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:14:54 2012 Re-using SSL/TLS context
Sat Jun 02 21:14:54 2012 LZO compression initialized
Sat Jun 02 21:14:54 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:14:54 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:14:54 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:14:54 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:14:54 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:14:55 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:14:55 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:14:55 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:14:55 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:14:55 2012 TLS: Initial packet from 209.141.34.225:1194, sid=0c578d45 ff39c810
Sat Jun 02 21:15:04 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:15:04 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:15:18 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:15:18 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:15:18 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:15:18 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:15:18 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:15:18 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:15:20 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:15:20 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:15:20 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:15:20 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:15:20 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:15:20 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:15:20 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:15:20 2012 Initialization Sequence Completed
Sat Jun 02 21:15:46 2012 Connection reset, restarting [-1]
Sat Jun 02 21:15:46 2012 TCP/UDP: Closing socket
Sat Jun 02 21:15:46 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:15:46 2012 Restart pause, 5 second(s)
Sat Jun 02 21:15:51 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:15:51 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:15:51 2012 Re-using SSL/TLS context
Sat Jun 02 21:15:51 2012 LZO compression initialized
Sat Jun 02 21:15:51 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:15:51 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:15:51 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:15:51 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:15:51 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:15:51 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:15:51 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:15:51 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:15:51 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:15:52 2012 TLS: Initial packet from 209.141.34.225:1194, sid=646ab235 e052f761
Sat Jun 02 21:16:02 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:16:02 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:16:19 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:16:19 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:16:19 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:16:19 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:16:19 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:16:19 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:16:21 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:16:23 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:16:23 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:16:23 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:16:23 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:16:23 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:16:23 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:16:23 2012 Initialization Sequence Completed
Sat Jun 02 21:16:45 2012 Connection reset, restarting [0]
Sat Jun 02 21:16:45 2012 TCP/UDP: Closing socket
Sat Jun 02 21:16:45 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:16:45 2012 Restart pause, 5 second(s)
Sat Jun 02 21:16:50 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:16:50 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:16:50 2012 Re-using SSL/TLS context
Sat Jun 02 21:16:50 2012 LZO compression initialized
Sat Jun 02 21:16:50 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:16:50 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:16:50 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:16:50 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:16:50 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:16:50 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:16:50 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:16:50 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:16:50 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:16:51 2012 TLS: Initial packet from 209.141.34.225:1194, sid=f7cc28ba a341d3d5
Sat Jun 02 21:17:00 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:17:00 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:17:16 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:17:16 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:17:16 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:17:16 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:17:16 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:17:16 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:17:18 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:17:19 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:17:19 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:17:19 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:17:19 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:17:19 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:17:19 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:17:19 2012 Initialization Sequence Completed
Sat Jun 02 21:17:39 2012 Connection reset, restarting [0]
Sat Jun 02 21:17:39 2012 TCP/UDP: Closing socket
Sat Jun 02 21:17:39 2012 SIGUSR1[soft,connection-reset] received, process restarting
Sat Jun 02 21:17:39 2012 Restart pause, 5 second(s)
Sat Jun 02 21:17:44 2012 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Jun 02 21:17:44 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jun 02 21:17:44 2012 Re-using SSL/TLS context
Sat Jun 02 21:17:44 2012 LZO compression initialized
Sat Jun 02 21:17:44 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Jun 02 21:17:44 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Sat Jun 02 21:17:44 2012 Local Options hash (VER=V4): '69109d17'
Sat Jun 02 21:17:44 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Sat Jun 02 21:17:44 2012 Attempting to establish TCP connection with 209.141.34.225:1194
Sat Jun 02 21:17:44 2012 TCP connection established with 209.141.34.225:1194
Sat Jun 02 21:17:44 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Jun 02 21:17:44 2012 TCPv4_CLIENT link local: [undef]
Sat Jun 02 21:17:44 2012 TCPv4_CLIENT link remote: 209.141.34.225:1194
Sat Jun 02 21:17:45 2012 TLS: Initial packet from 209.141.34.225:1194, sid=97fa8321 f87ddaa4
Sat Jun 02 21:17:52 2012 VERIFY OK: depth=1, /C=CA/ST=BC/L=SanFrancisco/O=Fort-Funston/CN=none/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:17:52 2012 VERIFY OK: depth=0, /C=CA/ST=BC/L=Vancouver/O=Fort-Funston/CN=server/emailAddress=admin@smallpocketswarehouse.com
Sat Jun 02 21:17:58 2012 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:17:58 2012 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:17:58 2012 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Jun 02 21:17:58 2012 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Jun 02 21:17:58 2012 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Jun 02 21:17:58 2012 [server] Peer Connection Initiated with 209.141.34.225:1194
Sat Jun 02 21:18:00 2012 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sat Jun 02 21:18:01 2012 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.9.0.1,ping 5,ping-restart 30,ifconfig 10.9.0.6 10.9.0.5'
Sat Jun 02 21:18:01 2012 OPTIONS IMPORT: timers and/or timeouts modified
Sat Jun 02 21:18:01 2012 OPTIONS IMPORT: --ifconfig/up options modified
Sat Jun 02 21:18:01 2012 OPTIONS IMPORT: route options modified
Sat Jun 02 21:18:01 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Jun 02 21:18:01 2012 Preserving previous TUN/TAP instance: Local Area Connection 2
Sat Jun 02 21:18:01 2012 Initialization Sequence Completed
Sat Jun 02 21:18:02 2012 TCP/UDP: Closing socket
Sat Jun 02 21:18:02 2012 C:\WINDOWS\system32\route.exe DELETE 10.9.0.1 MASK 255.255.255.255 10.9.0.5
Sat Jun 02 21:18:02 2012 Route deletion via IPAPI succeeded [adaptive]
Sat Jun 02 21:18:02 2012 C:\WINDOWS\system32\route.exe DELETE 209.141.34.225 MASK 255.255.255.255 192.168.0.1
Sat Jun 02 21:18:02 2012 Route deletion via IPAPI succeeded [adaptive]
Sat Jun 02 21:18:02 2012 C:\WINDOWS\system32\route.exe DELETE 0.0.0.0 MASK 128.0.0.0 10.9.0.5
Sat Jun 02 21:18:02 2012 Route deletion via IPAPI succeeded [adaptive]
Sat Jun 02 21:18:02 2012 C:\WINDOWS\system32\route.exe DELETE 128.0.0.0 MASK 128.0.0.0 10.9.0.5
Sat Jun 02 21:18:02 2012 Route deletion via IPAPI succeeded [adaptive]
Sat Jun 02 21:18:02 2012 Closing TUN/TAP interface
Sat Jun 02 21:18:02 2012 SIGTERM[hard,] received, process exiting
It worked flawlessly this morning, and I didn't edit anything, but now it's just frustrating me. I'm tired to trying and I need help now. Thanks in advance :), just for reading my plea of help.

soinc16
OpenVpn Newbie
Posts: 5
Joined: Sun Jun 03, 2012 4:20 am

Re: OpenVPN keeps disconnecting intermittently.

Post by soinc16 » Tue Jun 05, 2012 1:46 am

Nevermind :)
Bit the bullet and just reinstalled CentOS, is now working Perfectly.

Post Reply