[Openvpn-devel] i want to unscribe it,,,, how do i can do that

2006-04-13 Thread astrek2002
unsubscribe

[Openvpn-devel] OpenVPN 2.1-beta14 released

2006-04-13 Thread James Yonan
2006.04.13 -- Version 2.1-beta14 * Fixed Windows server bug in time backtrack handling code which could cause TLS negotiation failures on legitimate clients. * Rewrote gettimeofday function for Windows to be simpler and more efficient. * Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Le

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-13 Thread Roy Marples
On Thursday 13 April 2006 22:01, Roy Marples wrote: > On Thursday 13 April 2006 21:33, James Yonan wrote: > > Roy Marples wrote: > > > In some instances, Linux requires routes being stuck to interfaces > > > instead of floating. Mainly in virtual environments like Xen and Qemu. > > > > > > Attached

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-13 Thread Roy Marples
On Thursday 13 April 2006 21:33, James Yonan wrote: > Roy Marples wrote: > > In some instances, Linux requires routes being stuck to interfaces > > instead of floating. Mainly in virtual environments like Xen and Qemu. > > > > Attached is a patch that addresses this issue. > What about the case whe

[Openvpn-devel] Re: [Openvpn-users] Re: OpenVPN 2.0.7 and 2.1-beta13 released

2006-04-13 Thread James Yonan
Tony wrote: OpenVPN v2.0.7 (server mode) works fine now on winXP-SP2. However, OpenVPN v2.1b13 (server) reports "TLS negotiation failure" on the same set of keys|certs where v2.0.7 works fine. I see the servers certificate arriving (on the client) and then the session stops for 60 seconds. A

Re: [Openvpn-devel] [PATCH] Default route metric

2006-04-13 Thread James Yonan
Roy Marples wrote: Hi Using route metrics is a great way to get around default route issues whilst preserving the original routes. Attached are patches to 2.0 and 2.1_beta12 that allow a default metric to be applied to all routes. IMO, this is a better option than redirecting the local route

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-13 Thread James Yonan
Roy Marples wrote: Hi List! In some instances, Linux requires routes being stuck to interfaces instead of floating. Mainly in virtual environments like Xen and Qemu. Attached is a patch that addresses this issue. Thanks