spp icon indicating copy to clipboard operation
spp copied to clipboard

ricmp协议在虚拟机下运行的问题

Open lnm3000 opened this issue 2 years ago • 5 comments

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端口。日志打印出以下错误: image

换到Windows实体机,同样的命令就成功了。

lnm3000 avatar Jun 07 '22 15:06 lnm3000

Linux虚拟机有同样问题。

lnm3000 avatar Jun 07 '22 15:06 lnm3000

虚拟机可能并不能很好的支持icmp,试试真机看看

esrrhs avatar Jun 14 '22 02:06 esrrhs

似乎只能在同一台机器上才能成功,在不同的实体机上也是报timeout。 已双方都开放icmp,命令同上

serfend avatar Sep 23 '22 09:09 serfend

原因是你们的云主机安全策略没有添加icmp协议全端口开放

pandak1d avatar Nov 04 '22 06:11 pandak1d

原因是你们的云主机安全策略没有添加icmp协议全端口开放

和服务端设置无关。 事实上已经是全开放。服务端也能接受到响应。 但客户端在虚拟机内依旧会出现连接超时问题

yeyeye888 avatar Nov 04 '22 09:11 yeyeye888