10001 连接IP不被许可,请检查客户端参数设置中的主控端IP是否包含IP[****。**。***。***]!”
10001 Couldn’t connect to remote Socket.(remoteip=localhost remoteport=32317
当然这个错误提示也有可能是端口没开.详见:10001 Couldn’t connect to remote Socket.Error:10061
详细的有:10001 Couldn’t connect to remote Socket.(remoteip=localhost remoteport=32317) Error: 10061
解决方法:
———————————————————————————————————————-
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREhzhostconfigsvrconnect***.***.***.***]
“hostport”=”32318”
“hosttype”=”3”
“localip”=””
———————————————————————————————————————-
以上***.***.***.***改为你的客户端IP,另存为一个*.reg文件,执行就可以了。