Cisco VPN on Windows 10

Cisco VPN client may not work on Windows 10 directly. After upgrading to Windows 10 threshold 2 (version 1511, build 10586), the system said the Cisco VPN client cannot run on it. So I reinstalled it according to the instruction on itservice.manchester.co.uk. It woks finally after some tweaks.

The instruction says,

  1. Uninstall your Cisco VPN Client.
  2. Download and Install the file WinFix ftp://files.citrix.com/winfix.exe
  3. Reboot the computer.
  4. Install the DNE Update from ftp://files.citrix.com/dneupdate64.msi for 64–bit
  5. Restart Computer
  6. Install and configure your Cisco VPN Client (The download links are private so I will not provide them here)
    • 64bit
    • 32bit
  7. run the msi file instead of the exe file
  8. Restart Computer

Problems occur from step 6.

Firstly, Cisco VPN Client will not run properly if double click the installer and run it directly on Windows 10. The right way to do it is,

  1. Double click the installer, choose a easy-to-find destination folder and un-select the option “When done unzipping open: .\vpnclient_setup.exe” then proceed to next step (Unzip).
  2. Open the chosen folder, and double click “vpnclient_setup.msi”. The installation would success.
  3. But the vpnclient may still not run properly.

Secondly, the following error message pops up when I try to run the VPN client,

VPN Client
    Secure VPN Connection terminated locally by the Client.
    Reason 442:Failed to enable Virtual Adaper.

But the virtual adapter is correctly installed if checking it in Control Panel \ Network and Internet \ Network Connections.The real problem is the installer used a wrong name string to identify this adapter in Windows registry. So the system cannot find the adapter using the wrong name.

The solution to this problem,

  1. Open regedit (Win + R and enter regedit then Enter).
  2. Browse to the registry key,
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CVirtA
  3. Double click on the item with Name as DisplayName, then delete chars before “Cisco Systems VPN Adapter”, which means,
    • x86 system: “@oem8.ifn,%CVirtA_Desc%;Cisco Systems VPN Adapter” to “Cisco Systems VPN Adapter”
    • x64 system: “@oem8.ifn,%CVirtA_Desc%;Cisco Systems VPN Adapter for 64-bit Windows” to “Cisco Systems VPN Adapter for 64-bit Windows”
  4. Reboot

Now the Cisco VPN Client works like a charm.©

本文发表于水景一页。永久链接:<https://cnzhx.net/blog/cisco-vpn-on-windows-10/>。转载请保留此信息及相应链接。

时间过去太久,评论已关闭。
如果您有话要说,请到讨论区留言并给出此文章链接。
谢谢您的理解 :-)