Cisco VPN クライアントを使用して VPN に接続中にエラーが発生しました

Cisco VPN クライアントを使用して VPN に接続中にエラーが発生しました

ログはこちら

Cisco Systems VPN Client Version 5.0.07.0410 Copyright (C) 1998-2010 Cisco Systems, Inc. All Rights Reserved. Client Type(s): Windows, WinNT Running on: 6.2.9200  Config file directory: C:\Program Files\Cisco Systems\VPN Client\


 1. 09:53:33.418  12/09/15  Sev=Warning/3   CVPND/0xE340000C The Client
    was unable to enable the Virtual Adapter because it could not open
    the device.

 2. 09:53:33.433  12/09/15  Sev=Warning/3   CVPND/0xE340000C The Client
    was unable to enable the Virtual Adapter because it could not open
    the device.

 3. 09:53:33.433  12/09/15  Sev=Warning/2   IKE/0xE300009B Failed to
    active IPSec SA: Unable to enable Virtual Adapter (NavigatorQM:936)

 4. 09:53:33.433  12/09/15  Sev=Warning/2   IKE/0xE30000A7 Unexpected SW
    error occurred while processing Quick Mode
    negotiator:(Navigator:2263)

どのような助けでも大歓迎です。

答え1

  • レジストリエディタを開きます。regedit
  • へ移動HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpnva
  • DisplayNameをダブルクリック
  • @oem14.inf,%VPNVA64_Desc%DisplayName の先頭に付いている文字を削除します

ここに画像の説明を入力してください

  • もう一度接続してみてください

答え2

解決策 1: 少し調査し、別のコミュニティから情報を得た結果、Cisco VPN が DisplayName 文字列のレジストリ キーに誤った値を書き込んでいることがわかりました。

この問題を解決するには、値を以下のように変更する必要があります。レジストリ エディターを開き (Windows から regedit と入力)、次の場所に移動します: HKLM\SYSTEM\CurrentControlSet\Services\CVirtA

For x86, change the value data from "@oem8.inf,%CVirtA_Desc%;Cisco Systems VPN Adapter" to "Cisco Systems VPN Adapter"
For x64, change the value data from "@oem8.inf,%CVirtA_Desc%;Cisco Systems VPN Adapter for 64-bit Windows" to "Cisco Systems VPN Adapter for 64-bit Windows"

ここで、VPN に接続してみると、問題なく動作するはずです。

関連情報