error socket.connetc() faild while creating connection

This forum is for general conversation and user-user networking.

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

Post Reply
january
OpenVpn Newbie
Posts: 1
Joined: Thu Jan 26, 2012 10:47 am
Contact:

error socket.connetc() faild while creating connection

Post by january » Thu Jan 26, 2012 11:03 am

I´ve a little problem with my N900 and OpenVPN. If i try to establish a VPN connection i get the error "socket.connetc() faild". If i try to establish the connection manually via console with my config, can i see the whole error (same as i see in my syslog file):
options error: unrecognized options or missing parameter(s) in /etc/openvpn/Home.ovpn:1: client
if i change the order for example "client" with "dev tap" i get the same error just with "dev" instead of client (Home.ovpn:1: dev) and so on.

Home.ovpn:

Code: Select all

client
dev tap
;dev tun
;dev-node MyTap
;proto tcp
proto udp
remote <my ip> 1194
;remote-random
;resolv-retry infinite
nobind
;user nobody
;group nobody
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
pkcs12 N900.p12
ns-cert-type server
;tls-auth ta.key 1
;cipher x
comp-lzo
verb 3
redirect-gateway
;mute 20

___________________________________________________
snel afvallensnel afvallen in een weekdikke buik

Post Reply