I extracted tap-windows.exe from the OpenVPN install package and ran it on the server accepting all the defaults. It thought it installed, but there was a failed-to-open-file error. So I ran it again as administrator and got the same thing.
I ran the uninstaller.
I ran tap-windows.exe again as administrator and put it in C:\TAP-Windows. No installation errors.
Also no TAP adapter.
So I ran C:\TAP-Windows\bin\tapinstall.exe and C:\TAP-Windows\bin\addtap.bat.
No TAP adapter.
I was not prompted for confirmation of a driver install in any installation.
The last few lines of the server log after a connection attempt are:
Code: Select all
Tue Jun 16 15:06:30 2015 us=659373 OpenVPN 2.3.7 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Jun 8 2015
Tue Jun 16 15:06:30 2015 us=659373 library versions: OpenSSL 1.0.1m 19 Mar 2015, LZO 2.08
Tue Jun 16 15:06:30 2015 us=896397 Diffie-Hellman initialized with 2048 bit key
Tue Jun 16 15:06:30 2015 us=896397 TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:3 ]
Tue Jun 16 15:06:30 2015 us=897397 Socket Buffers: R=[8192->8192] S=[8192->8192]
Tue Jun 16 15:06:30 2015 us=900397 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Tue Jun 16 15:06:30 2015 us=900397 open_tun, tt->ipv6=0
Tue Jun 16 15:06:30 2015 us=901398 CreateFile failed on TAP device: \\.\Global\{3ACAE3A8-A7A4-4F92-8911-66F39718CABF}.tap
Tue Jun 16 15:06:30 2015 us=901398 All TAP-Windows adapters on this system are currently in use.
Tue Jun 16 15:06:30 2015 us=901398 Exiting due to fatal error
Now what?