Hi,
I've tryed to install the virtual nic released from openvpn and wippien (for 64bit installation) but the nic appears, in the network control panel, as Cable unplugged .
Analyzing the nic from .NET application, using WMI interface, the nic appears always with this two properties set to false:
IpEnabled = false
NetEnabled = false
When trying to set static IP/NetMask, the new values appear on the window panel shown from network control panel properties, but ipconfig /all not confirms this: the nic appears with no IP and it's description is similar to disconnetcted support (my OS installation is in italian)
In addition, when my application create a wodVPN instance, it's fail with error Retrieving the COM class factory for component with CLSID {459C65ED-AA9C-4CF1-9A24-7685505F919A} failed due to the following error: 80040154. seems the dll has not properly registered, but the command regsvr32 has worked fine...
Any ideas?
Thanks for any hint/help! :)
PS: Have you the intention of release an own 64bit virtual adapter driver?
Giovanni