Error 56: The Cisco Systems, Inc. VPN Service has not been started(Cisco VPN在Vista下出现Error 56的解决办法)
Error 56: The Cisco Systems, Inc. VPN Service has not been started(Cisco VPN在Vista下出现Error 56的解决办法)
似乎,自从我的Vista自动升级安装了SP1后,我的Cisco VPN就出现问题了,根本就无法运行。总是提示Error 56: The Cisco Systems, Inc. VPN Service has not been started. Please start this service and try again。不知道是啥问题?从控制面板→管理工具里进入服务,发现Cisco Systems, Inc. VPN Service的服务被关闭了,启动后没一分钟又自动关闭了。
肯定是与其他某个服务有冲突。一时又找不到原因。这很令人郁闷,特别是出差期间,无法连接到公司的notes处理邮件,很不方便。
这不,本周在无锡培训,不能处理工作邮件,又是件烦事。上网Google了半天,找到一篇文章:
Error 56: The Cisco Systems, Inc. VPN Service has not been started
On some systems there is this problem with Cisco VPN service: cvpnd.exe must be excuted before you run theipsecdialer.exe ( the GUI for the client ). But even if you start the service per hand in service.msc, it got killed in a few seconds after thus you can not run the client.
To work around this problem: Uninstall Cisco VPN in Windows Control Panel, then go to regedit and remove all the entries have Cisco term in them. Be careful, back up the registry with built-in export function of regedit first and do not delete somethings like “Franscisco”, ok ? Some entries can not be deleted, it’s normal, just F3 until you reach the end of the registry.
按文章里说的卸载了VPN,然后手工清除了注册表里的所有的Cisco键值,重启,重安装,再重启。咦,可以运行了。开心没多久,第二天又不行了。再次从控制面板→管理工具里进入服务,还是如前面说的那样。往下滚动了一下,看到有这么一个服务:Internet Connection Sharing (ICS). 这个服务的说明是:为家庭和小型办公网络提供网络地址转换、寻址、名称解析和/或入侵保护服务。试着把这个服务停止,再启动Cisco Systems, Inc. VPN Service服务。隔了一会,F5刷新一下,喔耶,没自动停止。看来干掉VPN服务的罪魁祸首就是这个ICS服务了。或者说他们的启动顺序有问题,先启动了ICS,VPN就不能启动。因为我后面测试过先关掉ICS再启动VPN,然后再开启ICS后俩个服务相安无事。
也算是瞎猫碰死耗子解决了这个问题吧。有懂的朋友看到这篇文章,欢迎留言交流。
注1:我的系统是Vista Home Basic,用的VPN是Cisco Systems VPN Client Version 5.0.02.0090
注2:我在上面提到的找到的那篇文章的留言板里的留言也叙述了本文讲到的解决方法,看来帮到了不少网友,见:http://www.lamnk.com/blog/vpn/error-56-the-cisco-systems-inc-vpn-service-has-not-been-started/,小小地得意一下!http://www.xiaowu.net/blog/post/18.html
Error 56: The Cisco Systems, Inc. VPN Service has not been started(Cisco VPN在Vista下出现Error 56的解决办法)的更多相关文章
- 启动安卓模拟器报错 emulator: ERROR: x86_64 emulation currently requires hardware acceleration! CPU acceleration status:HAXM must be updated(version 1.1.1<6.0.1) 解决办法
启动安卓模拟器报错 emulator: ERROR: x86_64 emulation currently requires hardware acceleration! CPU accelerat ...
- Error fetching https://gems.ruby-china.org/: bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz) 报错解决办法
执行换源操作 gem source -a https://gems.ruby-china.org/ 时报错: Error fetching https://gems.ruby-china.org/: ...
- IDEA里运行代码时出现Error:scalac: error while loading JUnit4, Scala signature JUnit4 has wrong version expected: 5.0 found: 4.1 in JUnit4.class错误的解决办法(图文详解)
不多说,直接上干货! 问题详情 当出现这类错误时是由于版本不匹配造成的 Information:// : - Compilation completed with errors and warnin ...
- 关于MyEclipse启动报错:Error starting static Resources;下面伴随Failed to start component [StandardServer[8005]]; A child container failed during start.的错误提示解决办法.
最后才发现原因是Tomcat的server.xml配置文件有问题:apache-tomcat-7.0.67\conf的service.xml下边多了类似与 <Host appBase=" ...
- django在启动时抛出Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试 解决办法
1.适用场景 在启动某个服务的时候,比如python中django启动的时候8000端口被占用,导致无法启动服务. 2.解决办法 通过命令行找出端口对应的PID进程 C:\Users\micha> ...
- java.lang.IllegalArgumentException: Service Intent must be explicit 解决办法
java.lang.IllegalArgumentException: Service Intent must be explicit 意思是服务必须得显式的调用 我之前是这样使用绑定Service的 ...
- 【转】linux中执行外部命令提示" error while loading shared libraries"时的解决办法
今天在Centos下编译kapar 后执行时出错,老说: [root@dc01 ~]# kapar kapar: error while loading shared libraries: libsc ...
- Error 56: …… VPN Service has not been started
vpn service在系统服务中名为Cisco System, Inc. VPN Service(cvpnd),异常情况下,该服务时停止的,并且手动启动该服务后没几秒,就被kill了.根据Zhiga ...
- 解决Windows8下Cisco Systems VPN Client的Reason 442: Failed to Enable Virtual Adapter错误
Windows8下使用Cisco Systems VPN Client创建的Cisco IPSec VPN无法连接,提示Reason 442: Failed to Enable Virtual Ada ...
随机推荐
- [ffmpeg 扩展第三方库编译系列] 关于须要用到cmake 创建 mingw32编译环境问题
我在这里给出我编译的样例 cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=& ...
- Java网络编程-对象编解码方案、优劣对照
书籍推荐: 实例代码 :http://download.csdn.net/detail/jiangtao_st/7677503 watermark/2/text/aHR0cDovL2Jsb2cuY ...
- XML序列化反序列化—常用类
public class XMLSerializer { #region (public) xml序列化 /// <summary> /// ...
- [Android学习笔记]获取view的尺寸和坐标
对于UI方面很多时候需要获取它的很多信息,具体情况见view的文档 View文档 http://developer.android.com/training/index.html 常用方法:获取vie ...
- java中clone的深入理解
Java中Clone的概念大家应该都很熟悉了,它可以让我们很方便的“制造”出一个对象的副本来,下面来具体看看java中的Clone机制是如何工作的? 1. Clone和Copy 假 ...
- DJ_Java_Decompiler新手入门教程
首先声明:这篇文章并不是我原创,只是感觉挺有用处,想跟大家分享一下,所以标注为原创,希望能有更多的朋友可以看到,还请原作者谅解. 昨天大D说让我写下DJ入门的基础,今天写了一大半了,结果不小心把浏览器 ...
- XSS分析及预防(转)
阅读目录 XSS的种类和特点 XSS预防 总结 XSS(Cross Site Scripting),又称跨站脚本,XSS的重点不在于跨站点,而是在于脚本的执行.在WEB前端应用日益发展的今天,XSS漏 ...
- A股市场暴跌背后的三大元凶?
周一两市低开低走,盘中空方连续打压股指,大盘一路下行,沪指2000点关口告急,收于1963.24点,跌幅超过了5%.行业板块全线溃败.银行.证券领衔大幅杀跌,板块跌幅一度超过5%:继上周五中国石油A股 ...
- hdu4908(中位数)
传送门:BestCoder Sequence 题意:给一个序列,里面是1-N的排列,给出m,问以m为中位数的奇数长度的序列个数. 分析:先找出m的位置,再记录左边比m大的状态,记录右边比m大的状态,使 ...
- Amazon.com : The Odyssey of the Manual Toothbrusher
Amazon.com : The Odyssey of the Manual Toothbrusher The Odyssey of the Manual Toothbrusher