Hi, I try to set up a vpn with the lastest version of openssl (2.0.5)under Bering-uClibc 2.3.
I try to connect a xp client to the bering gateway, the tls handshake is succesfully achived. >From the client's log: [tremblay.chep.priv] Peer Connection Initiated with 82.124.204.58:1194 My client didn't obtain ip and routes from the server, and I get "Initialisation process completed with errors" in the log, as explained in the documentation, I checked that the dhcp client is active on the tap interface and the firewall turn off, but my tunnel is still unworking. The server's config: ;local a.b.c.d port 1194 ;proto tcp dev tun ;dev-node MyTap ca keys/ca.crt cert keys/tremblay.chep.priv.crt key keys/tremblay.chep.priv.key # This file should be kept secret dh keys/dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist /var/state/openvpn-ipp.txt ;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 push "route 192.0.1.0 255.255.255.0 10.8.0.1" ;push "ip-win32 dynamic" ;push "route-delay 2 600" keepalive 10 120 ;comp-lzo ;user nobody ;group nogroup persist-key persist-tun status /var/log/openvpn-status.log ;log openvpn.log ;log-append openvpn.log verb 6 ;mute 20 My client's config (under windows xp sp1): client dev tun proto udp remote "the ip of the server" 1194 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 ca ca.crt cert trappes.chep.priv.crt key trappes.chep.priv.key ;ns-cert-type server ;tls-auth ta.key 1 ;cipher x ;comp-lzo verb 7 ;mute 20 Thanks for help Sylvain ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
