|
From: Bill B. <Bil...@ph...> - 2010-09-14 17:10:59
|
Hi All, I have run into an issue when using Openvpn (2.1.1, 2.1.3 & 2.2 b3) on Windows 7. I install OpenVPN without errors and configure the service to run automatically. The tunnel starts and works normally when started manually or when the computer is started. The issue occurs if I put the laptop into sleep/standby mode. When I "wake" the computer, the tunnel is down. No traffic is passed, there is nothing in the openvpn log file. Once I restart the service, the tunnel works normally again. Is this a known issue? Do I need to adjust my client config file (below) for Win7? I tried adding the route-delay parameter, but that did not seem to make a difference. Any help would be greatly appreciated. Thanks! --Bill =================== client dev tun proto udp remote my.server.com 1194 resolv-retry infinite nobind persist-key persist-tun mute-replay-warnings cryptoapicert "THUMB:xx xx xx xx..." <ca> -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- </ca> <tls-auth> -----BEGIN OpenVPN Static key V1----- -----END OpenVPN Static key V1----- </tls-auth> key-direction 1 cipher BF-CBC comp-lzo verb 3 mute 100 ns-cert-type server =================== |