Test environment:
- Fresh, clean install of Windows 8 PRO Retail under a VirtualBox VM.
- OpenVPN 2.3.0
At connection, always waiting the TUN/TAP interface, forever until OpenVPN continue and finish with a "Initialization Sequence Completed With Errors".
Some people, for example here:
http://blogs.radicalsystems.com.au/lsil ... windows-8/
and also 'Bulvot' in this thread say to open the "Control Panel -> Network connections" to resolve.
True. Sistematic. If for example wait five "Waiting for TUN/TAP" and i open the control panel, OpenVPN unlock (see the adapter) in realtime.
So, control panel do something, i suppose it change somethings on the TAP network interface.
People around internet say it's because CP start the "Netman" service.
Also, some other people, for example here:
http://visualplanet.org/blog/?p=127
say that issue is caused by missing "RAS Connection Manager Administration Kit (CMAK)" in Windows 8 default installation.
Actually, in my test environment,
i don't have installed the "RAS Connection Manager Administration Kit (CMAK)",
i don't have started or set auto the service "Netman",
i simply run
Code: Select all
netsh interface set interface "Local Area Connection" ENABLED
("Local Area Connection" is my TAP-Windows interface).
I still think that OpenVPN developer must investigate about this issue.
Regards.