ciao a tutti
non riesco a connettermi con il PC client al server di openVPN, vi posto il log del client il file server e la finesta che compare :
Sat Apr 10 06:02:05 2010 Control Channel MTU parms [ L:1576 D:168 EF:68 EB:0 ET:0 EL:0 ]
Sat Apr 10 06:02:05 2010 Data Channel MTU parms [ L:1576 D:1450 EF:44 EB:135 ET:32 EL:0 AF:3/1 ]
Sat Apr 10 06:02:05 2010 Local Options hash (VER=V4): 'e39a3273'
Sat Apr 10 06:02:05 2010 Expected Remote Options hash (VER=V4): '3c14feac'
Sat Apr 10 06:02:05 2010 Attempting to establish TCP connection with 10.xx.xx.55:8080
Sat Apr 10 06:02:05 2010 TCP connection established with 10.xx.xx.55:8080
Sat Apr 10 06:02:05 2010 Send to HTTP proxy: 'CONNECT xxxxxx.dnsalias.net:443 HTTP/1.0'
Sat Apr 10 06:02:06 2010 HTTP proxy returned: 'HTTP/1.1 200 Connection established'
Sat Apr 10 06:02:08 2010 TCPv4_CLIENT link local: [undef]
Sat Apr 10 06:02:08 2010 TCPv4_CLIENT link remote: 10.xx.xx.55:8080
Sat Apr 10 06:02:09 2010 TLS: Initial packet from 10.xx.xx.55:8080, sid=bc64e771 053031b3
Sat Apr 10 06:02:11 2010 VERIFY OK: depth=1, /C=IT/ST=IT/L=lavori/O=bandi/OU=IT/CN=cert-openvpn/emailAddress=mail@host.domain
Sat Apr 10 06:02:11 2010 VERIFY OK: nsCertType=SERVER
Sat Apr 10 06:02:11 2010 VERIFY OK: depth=0, /C=IT/ST=IT/O=bandi/OU=IT/CN=cert-openvpn/emailAddress=mail@host.domain
Sat Apr 10 06:02:14 2010 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Apr 10 06:02:14 2010 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Apr 10 06:02:14 2010 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Apr 10 06:02:14 2010 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Apr 10 06:02:14 2010 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sat Apr 10 06:02:14 2010 [cert-openvpn] Peer Connection Initiated with 10.60.33.55:8080
Sat Apr 10 06:02:16 2010 SENT CONTROL [cert-openvpn]: 'PUSH_REQUEST' (status=1)
Sat Apr 10 06:02:16 2010 PUSH: Received control message: 'PUSH_REPLY,route-gateway 192.168.0.105,ping 10,ping-restart 120,ifconfig 192.168.0.188 255.255.255.0'
Sat Apr 10 06:02:16 2010 OPTIONS IMPORT: timers and/or timeouts modified
Sat Apr 10 06:02:16 2010 OPTIONS IMPORT: --ifconfig/up options modified
Sat Apr 10 06:02:16 2010 OPTIONS IMPORT: route options modified
Sat Apr 10 06:02:16 2010 TAP-Win32 adapter 'OpenVPN' not found
ed ecco il file server
port 443
proto tcp
dev tap
dev-node OpenVPN
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
ifconfig-pool-persist ipp.txt
push "route 192.168.0.1 255.255.255.0 192.168.0.188"
server-bridge 192.168.0.105 255.255.255.0 192.168.0.188 192.168.0.189
client-config-dir ccd
client-to-client
keepalive 10 120
tls-auth key.txt 0 # This file is secret
comp-lzo
max-clients 100
persist-key
persist-tun
status openvpn-status.log
verb 3
Alla fine compare la finestra di OpenVPN con scritto Connecting to clien has failed
tenete presente che provando con un PC in casa sulla (stessa rete) e tutto ok , si connette.
Dove sbaglio?
grazie delle risposte.