Error when connecting to the GNS3 server: Cannot connect to http://127.0.0.1:3080. Please check if GNS3 is allowed in your antivirus and firewall. And that server version is 2.1.8.

时间:2018-07-06 13:12:39   收藏:0   阅读:1751

原因是本地服务器没有正常启动,但我看了一下3080端口确实是正在使用的,查看Server配置也是正常的

于是我手动运行GNS3\gns3server.EXE,发现报错信息:系统检测到在一个调用中尝试使用指针参数时的无效指针地址

出错原因是 winsock 出错

解决方法:以管理员身份运行cmd.exe执行netsh winsock reset然后重启就可以解决问题

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!