windows8使用cisco vpn连接提…
扫描二维码
随时随地手机看文章
系统windows8.1。第一次用cisco连接公司内网,就出现了unable to establish
vpn的问题。不是账号、服务器的问题。网上百度了好久只找到比如去除共享、删除其他网络配置、打开端口等等方法都无法解决。当时是怀疑是系统配置问题,在虚拟机xp里连接了一下,成功连接。于是试了下用兼容模式xp运行cisco
vpn客户端,步骤如下:
右击安装文件夹里程序文件,属性-兼容性-以兼容模式运行这个程序-windows xp(sp3)。
我将文件夹里所有程序文件都设置了一遍,重新运行主程序,unable to establish
vpn问题解决了。不过又出现了新的错误提示:The VPN client driver has encountered
an error
这个错误网上可以找到解决办法。如下:
1.管理员运行
2.修改注册表:运行regedit
3.找到HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesvpnva
4.找到有键值Cisco AnyConnect VPN Virtual Miniport Adapter
for Windows x64的项,将该值前面的字符串删掉,只保留Cisco AnyConnect VPN Virtual Miniport Adapter
for Windows x64。然后重启一下就可以了。
(原文:Seen this error when trying to use the Cisco client with
Windows 8? The VPN Client driver has encountered an error.
The fix for me was pretty easy. Go into registry and go to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesvpnva
Check the DisplayName data value. On my installation, it had a
bit of inf information before the actual name. So deleted that
info, and was left with just Cisco AnyConnect VPN Virtual Miniport
Adapter for Windows x64. Fired up the VPN Client and connected
without any problems)