Re: [Openvpn-devel] [PATCH] win: support for Visual Studio 2017

2018-09-29 Thread Simon Rozman
Hi, Now, that's more like it. Thanks for the directions. Will try it again and report. Yes, TAP driver can be build for ARM64. See: https://github.com/OpenVPN/tap-windows6/pull/57 https://github.com/OpenVPN/tap-windows6/pull/56 https://github.com/OpenVPN/tap-windows6/pull/55 Best

Re: [Openvpn-devel] [PATCH] win: support for Visual Studio 2017

2018-09-29 Thread Lev Stipakov
Hi, > > I was very delighted to see this contribution. However, after hours of > struggling to compile and prepare pre-requisites, I gave up my attempts to > test this patch. The openvpn-build/msvc/build.bat was indeed helpful, > though a > bit outdated to be directly usable. > Sorry, I probably

[Openvpn-devel] (no subject)

2018-09-29 Thread Yovie Ramadhan
___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Bagikan ke Facebook

2018-09-29 Thread ramadhanyovie99
https://m.facebook.com/share.php?title=Is+it+possible+to+have+only+one+%28reseller%29+account+and+use+it+for+all+my+customers%3F=https%3A%2F%2Fsupport.cookiebot.com%2Fhc%2Fen-us%2Farticles%2F360004082413-Is-it-possible-to-have-only-one-reseller-account-and-use-it-for-all-my-customers-# Dikirim

[Openvpn-devel] DAA_Cross-Device_Guidance-Final.pdf

2018-09-29 Thread ramadhanyovie99
Dikirim dari ponsel cerdas Samsung Galaxy saya.___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] win: support for Visual Studio 2017

2018-09-29 Thread Simon Rozman
Hi, > This patch enables building openvpn with Visual Studio 2017. > > It is advised to use openvpn-build/msvs/build.bat which > also downloads and build required dependencies. I was very delighted to see this contribution. However, after hours of struggling to compile and prepare

[Openvpn-devel] (no subject)

2018-09-29 Thread Yovie Ramadhan
 webview.pdf signature.asc ___ Openvpn-devel mailing list

[Openvpn-devel] [PATCH] Enable dhcp on tap adapter using interactive service

2018-09-29 Thread selva . nair
From: Selva Nair Currently, if dhcp on the TAP interface is disabled, OpenVPN on Windows tries to enable it using netsh but that succeeds only when run with admin privileges. When interactive service is available, delegate this task to the service. Trac # Tested on Windows 7