eaglexiang / eagle.tunnel.go

稳定的代理工具,比.NET版本更轻量和易用
MIT License
155 stars 42 forks source link

invalid reply #14

Closed danielfx1220 closed 5 years ago

danielfx1220 commented 5 years ago

The server returns "warning:invalid reply" when i use check command from my client server. the server shows that it's active(running)

eaglexiang commented 5 years ago

The server returns "warning:invalid reply" when i use check command from my client server. the server shows that it's active(running)

@danielfx1220 Could you quote all log?

It's usually because of unhealthy net connection between your remote side and local side.

danielfx1220 commented 5 years ago

用windows 命令行 和 et-electron 客户端都返回 invalid reply ,服务器端按说明配置 显示 running ,请问作者这是什么问题?感谢!

danielfx1220 commented 5 years ago

vps是可以ping通 延迟200ms以内 端口也是正常的

eaglexiang commented 5 years ago

用windows 命令行 和 et-electron 客户端都返回 invalid reply ,服务器端按说明配置 显示 running ,请问作者这是什么问题?感谢!

如果你确实保证服务端和客户端的head参数一致、账户设置一致,一般是由于网络原因引起。

danielfx1220 commented 5 years ago

head 参数值 用引号吗

eaglexiang commented 5 years ago

vps是可以ping通 延迟200ms以内 端口也是正常的

请按照下面顺序排查:

  1. 丢包率是否很高?
  2. 按照最小服务启动是否有问题?
  3. 参数设置是否正确?
eaglexiang commented 5 years ago

head 参数值 用引号吗

head参数值的引号也会被视作参数值的一部分。如果远端使用了引号,本地也必须使用。

danielfx1220 commented 5 years ago

谢谢!我再排查一下.

eaglexiang commented 5 years ago

这个issue已经过去太长时间,我会关掉它。如果你仍然出现问题,请继续回复此issue或提出新的issue

luckypoem commented 4 years ago

@danielfx1220 我也遇到一样的问题,你现在解决它了吗? 谢谢回复