Re: [Openvpn-devel] push route-ipv6 and metric

2013-06-19 Thread Athanasios Douitsis
19 Ιουν 2013, 11:04 μ.μ., ο/η Gert Doering έγραψε: > Hi, > > On Wed, Jun 19, 2013 at 06:00:27PM +0300, Athanasios Douitsis wrote: >> I noticed that issuing the following command in the server config: >> >> push "route-ipv6 ::/0 2001:648:2000:ffae::1 15" >> >> does indeed make a windows clien

Re: [Openvpn-devel] push route-ipv6 and metric

2013-06-19 Thread Gert Doering
Hi, On Wed, Jun 19, 2013 at 06:00:27PM +0300, Athanasios Douitsis wrote: > I noticed that issuing the following command in the server config: > > push "route-ipv6 ::/0 2001:648:2000:ffae::1 15" > > does indeed make a windows client install that route, but it ignores the > metric: True. There i

[Openvpn-devel] push route-ipv6 and metric

2013-06-19 Thread Athanasios Douitsis
Hello, I noticed that issuing the following command in the server config: push "route-ipv6 ::/0 2001:648:2000:ffae::1 15" does indeed make a windows client install that route, but it ignores the metric: add_route_ipv6(::/0 -> 2001:648:2000:ffae::1 metric 15) dev Local Area Connection 3 C:\Windo

Re: [Openvpn-devel] OpenVPN Versioning

2013-06-19 Thread James Yonan
On 18/06/2013 01:41, Joachim Schipper wrote: From: James Yonan : On 14/06/2013 02:47, Joachim Schipper wrote: >From James Yonan : TLS Protocol Since day 1, OpenVPN has used TLS 1.0 as a control channel and key exchange mechanism. But now we have TLS 1.1 and 1.2, each of which ad

Re: [Openvpn-devel] OpenVPN Versioning

2013-06-19 Thread James Yonan
On 17/06/2013 01:58, Steffan Karger wrote: On 06/14/2013 09:53 PM, James Yonan wrote: To get the adaptive versioning behavior in OpenSSL, you have to use SSLv23_server_method() or SSLv23_client_method() and then explicitly disable the versions you don't want to consider, i.e. SSL_OP_NO_SSLv2, SS