Re: [Openvpn-devel] Wintun performance results

2019-06-14 Thread Gert Doering
Hi, On Fri, Jun 14, 2019 at 06:56:56PM +0300, Lev Stipakov wrote: > ovpn3 wintun 1.90 Gbit/s > ovpn3 tap6 890 Mbit/s This is amazing indeed. Now, if you do readmmsg() in openvpn3 for the tap6 case - will that also speed up things significantly? gert -- "If was one thing all people

Re: [Openvpn-devel] Wintun performance results

2019-06-14 Thread Lev Stipakov
Hi, I got some new Wintun (I used version 0.2) performance stats I would like to share. I have tested openvpn2 and openvpn3 (both with openssl) on the client against openvpn2 and proprietary openvpn3 server (which is openvpn3 with kernel acceleration). Cipher AES-256-GCM. Server - proprietary

Re: [Openvpn-devel] Wintun performance results

2019-06-03 Thread Lev Stipakov
Hi, Here you can get the latest binary of openvpn3 test Windows client with both wintun and tap-windows6 support. https://ci.appveyor.com/project/openvpn/openvpn3/build/artifacts To use it with wintun, open admin command prompt and run: > cli.exe -w profile.ovpn To use tap-windows6, just omit

Re: [Openvpn-devel] Wintun performance results

2019-05-20 Thread Lev Stipakov
Hi, While wintun support is not yet added to openvpn3 master, I think it would be beneficial to share my own branch. https://github.com/lstipakov/openvpn3/tree/feature/wintun-wip#building-the-openvpn-3-client-on-windows See instructions in README on how to build openvpn3 library and test

Re: [Openvpn-devel] Wintun performance results

2019-05-16 Thread Lev Stipakov
Hi, However, if I am not mistaken the version of OpenVPN used in the test > was a *Windows* build of OpenVPN3 with a wintun patch included. Correct. > That is not open source, is it? I'd *not* be in favour of writing > community > wiki pages on the non-open source version of OpenVPN. >

Re: [Openvpn-devel] Wintun performance results

2019-05-16 Thread Jan Just Keijser
Hi David, * On 15/05/19 19:32, David Sommerseth wrote: On 15/05/2019 16:49, Илья Шипицин wrote: it will most probably get lost in mailing list. can we add it to https://openvpn.net website ? something like "performance testing" with full configs provided ? Good idea, but maybe not the

Re: [Openvpn-devel] Wintun performance results

2019-05-15 Thread David Sommerseth
On 15/05/2019 16:49, Илья Шипицин wrote: > it will most probably get lost in mailing list. > can we add it to https://openvpn.net website ? something like "performance > testing" with full configs provided ? Good idea, but maybe not the official corp web pages just yet. But we should definitely

Re: [Openvpn-devel] Wintun performance results

2019-05-15 Thread Lev Stipakov
I think so, but before we need to incorporate wintun support into openvpn2/3 masters. ke 15. toukok. 2019 klo 17.49 Илья Шипицин (chipits...@gmail.com) kirjoitti: > it will most probably get lost in mailing list. > can we add it to https://openvpn.net website ? something like > "performance

Re: [Openvpn-devel] Wintun performance results

2019-05-15 Thread Илья Шипицин
it will most probably get lost in mailing list. can we add it to https://openvpn.net website ? something like "performance testing" with full configs provided ? ср, 15 мая 2019 г. в 18:49, Lev Stipakov : > Hi guys, > > I made openvpn3 (required changes will be incorporated into main branch at >

[Openvpn-devel] Wintun performance results

2019-05-15 Thread Lev Stipakov
Hi guys, I made openvpn3 (required changes will be incorporated into main branch at some point) work with wintun and did performance testing in AWS. Client:c5.xlarge, Windows Server 2016, patched openvpn3 test client and OpenVPN Connect 2.7.1.103 (uses tap-windows6, based on openvpn3).