|
|
Hi All, I've had OpenVPN server running on linux for a couple of years now. And clients connect in via Windows desktops every day with no problems. I've got a new windows mobile 5 device that I'm trying to get to connect using the OpenVPN client thats been ported to PocketPC (http://ovpnppc.ziggurat29.com/ovpnppc-main.htm) I've used a currently working desktop config as a guide, and looked at the samples provided with openvpnforppc. My config file seems good, and the server logs show a good connection, all the way until this error: openvpn[1329]: read UDPv4 [ECONNREFUSED]: Connection refused (code=111) Can anyone advise on this error? Here is a sample of the server log: openvpn[1329]: 58.168.155.113:61648 Re-using SSL/TLS context openvpn[1329]: 58.168.155.113:61648 LZO compression initialized openvpn[1329]: 58.168.155.113:61648 Control Channel MTU parms [ L:1574 D:166 EF:66 EB:0 ET:0 EL:0 ] openvpn[1329]: 58.168.155.113:61648 Data Channel MTU parms [ L:1574 D:1450 EF:42 EB:135 ET:32 EL:0 AF:3/1 ] openvpn[1329]: 58.168.155.113:61648 Local Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,keydir 0,cipher BF-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-server' openvpn[1329]: 58.168.155.113:61648 Expected Remote Options String: 'V4,dev-type tap,link-mtu 1574,tun-mtu 1532,proto UDPv4,comp-lzo,keydir 1,cipher BF-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-client' openvpn[1329]: 58.168.155.113:61648 Local Options hash (VER=V4): '360696c5' openvpn[1329]: 58.168.155.113:61648 Expected Remote Options hash (VER=V4): '13a273ba' openvpn[1329]: 58.168.155.113:61648 TLS: Initial packet from 58.168.155.113:61648, sid=a8d0cd08 86196d6a openvpn[1329]: 58.168.155.113:61648 CRL CHECK OK: /C=AU/ST=VIC/L=MEL/O=OpenVPN-Marble/CN=OpenVPN-CA/emailAddress=murr@xxxxxxxxxx openvpn[1329]: 58.168.155.113:61648 VERIFY OK: depth=1, /C=AU/ST=VIC/L=MEL/O=OpenVPN-Marble/CN=OpenVPN-CA/emailAddress=murr@xxxxxxxxxx openvpn[1329]: 58.168.155.113:61648 CRL CHECK OK: /C=AU/ST=VIC/O=OpenVPN-Marble/CN=murray-pda/emailAddress=murr@xxxxxxxxxx openvpn[1329]: 58.168.155.113:61648 VERIFY OK: depth=0, /C=AU/ST=VIC/O=OpenVPN-Marble/CN=murray-pda/emailAddress=murr@xxxxxxxxxx openvpn[1329]: 58.168.155.113:61648 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key openvpn[1329]: 58.168.155.113:61648 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication openvpn[1329]: 58.168.155.113:61648 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key penguin openvpn[1329]: 58.168.155.113:61648 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication openvpn[1329]: 58.168.155.113:61648 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |