Hi,

On Fri, Sep 20, 2019 at 1:55 PM Lev Stipakov <lstipa...@gmail.com> wrote:
>
> Hi Steffan,
>
>> Out of curiosity: does the (signed) driver from wintun.net not work? Of so, 
>> why?
>
>
> It does. It is just not usable for openvpn yet because:
>
> 1)  Wintun is distributed as msm module, which is supposed to be integrated 
> into MSI installer.
> Our MSI installer doesn't support wintun yet.
>
> 2) One can install wireguard client, which installs wintun, however it still 
> won't work
> for openvpn out of the box. Wireguard creates tun adapter on demand, and 
> openvpn
> expects it to already exist. So if you try to use openvpn with wintun after 
> installing wireguard
> you'll get error "no tun adapters found" (or something). This is not a 
> problem, since
> we have "tapctl" tool which can create/list/delete tun/tap adapters. It does 
> not work with
> wintun, though, since it has hardcoded "tap0901" hardware id. I plan to make 
> it customizable
> so one could create wintun adapter by running something like "tapctl.exe 
> create --name openvpn-wintun --hwid wintun".
> We could consider creating tun adapter on demand, but this increases 
> connection time by a few seconds.
>

The last time I tried, I could use the driver that comes with
wireguard by "activatin" an adapter from its GUI but not add a
tunnel so that the device remains free. Then the pacthed openvpn
could open it.

How does one install the driver in the zip file you posted -- using
devcon with the hardware id of wintun?


Selva


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to