I when I initiate the connection on windows client, it just diconnects and retries like this:
Code: Select all
Mon Sep 03 16:21:22 2012 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Mon Sep 03 16:21:22 2012 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon Sep 03 16:21:22 2012 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Sep 03 16:21:22 2012 Local Options hash (VER=V4): '69109d17'
Mon Sep 03 16:21:22 2012 Expected Remote Options hash (VER=V4): 'c0103fa8'
Mon Sep 03 16:21:22 2012 Attempting to establish TCP connection with 173.239.164.xx:1194
Mon Sep 03 16:21:24 2012 TCP connection established with 173.239.164.xx:1194
Mon Sep 03 16:21:24 2012 TCPv4_CLIENT link local: [undef]
Mon Sep 03 16:21:24 2012 TCPv4_CLIENT link remote: 173.239.164.xx:1194
Mon Sep 03 16:21:24 2012 TLS: Initial packet from 173.239.164.xx:1194, sid=0ee41446 a6490035
Mon Sep 03 16:21:25 2012 VERIFY OK: depth=1, /C=CA/O=xx/CN=XX_Certificate_Authority
Mon Sep 03 16:21:25 2012 VERIFY OK: depth=0, /C=CA/ST=ON/O=xx/CN=secure.XXX.ca
Mon Sep 03 16:21:26 2012 Connection reset, restarting [0]
Mon Sep 03 16:21:26 2012 TCP/UDP: Closing socket
Mon Sep 03 16:21:26 2012 SIGUSR1[soft,connection-reset] received, process restarting
Mon Sep 03 16:21:26 2012 Restart pause, 5 second(s)
Code: Select all
16:16:46 ovpn,info TCP connection established from 184.151.61.242
16:16:46 ovpn,info <ovpn-0>: dialing...
16:16:48 ovpn,info <ovpn-0>: using encoding - BF-128-CBC/SHA1
16:16:54 ovpn,info TCP connection established from 184.151.61.242
16:16:54 ovpn,info <ovpn-0>: dialing...
16:16:57 ovpn,info <ovpn-0>: using encoding - BF-128-CBC/SHA1
Code: Select all
client
dev tun
dev-node openVPNtap
proto tcp
remote 173.239.164.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
cert "C:\\Data\\Certificates\\lt-ds.ca-cert.pem"
ca "C:\\Data\\Certificates\\DOMAIN-cacert.pem"
key "C:\\Data\\Certificates\\lt-ds-privatekey.pem"
cipher BF-CBC
verb 3
Can someone tell me what is going wrong here? I am new to a LOT of things here...so massive learning curve! Thanks
Michelle