-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ricmp协议在虚拟机下运行的问题 #16
Comments
Linux虚拟机有同样问题。 |
虚拟机可能并不能很好的支持icmp,试试真机看看 |
似乎只能在同一台机器上才能成功,在不同的实体机上也是报timeout。 |
原因是你们的云主机安全策略没有添加icmp协议全端口开放 |
和服务端设置无关。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server端参数:
./spp -type server -proto ricmp -listen 0.0.0.0
Client端参数:
spp.exe -name "test" -type reverse_socks5_client -server x.x.x.x -fromaddr :8080 -proxyproto tcp -proto ricmp -username dsafdsfa -password dsafsfa
在Windows虚拟机中,Server端看日志能收到Client 的 ICMP请求,但无法监听起8080端口。日志打印出以下错误:
换到Windows实体机,同样的命令就成功了。
The text was updated successfully, but these errors were encountered: