shadowsocks / shadowsocks-nodejs

https://github.com/shadowsocks/shadowsocks
Other
1.25k stars 724 forks source link

1.2.1服务器端错误 #43

Closed gae closed 11 years ago

gae commented 11 years ago

查看log

shadowsocks-nodejs v1.2.1 26 May 18:25:31 - server listening at ...:**\ 26 May 18:25:36 - unsupported addrtype: 69 26 May 18:25:36 - unsupported addrtype: 69 26 May 18:25:36 - unsupported addrtype: 147 26 May 18:25:37 - unsupported addrtype: 69 26 May 18:25:38 - unsupported addrtype: 147 26 May 18:25:38 - unsupported addrtype: 69 26 May 18:25:38 - unsupported addrtype: 147 26 May 18:25:40 - unsupported addrtype: 69 26 May 18:25:40 - unsupported addrtype: 227 26 May 18:25:40 - unsupported addrtype: 69 26 May 18:25:40 - unsupported addrtype: 147

什么原因?

clowwindy commented 11 years ago

可能是服务器端和客户端版本不一致,加密方法不一致或者密码不一致。

gae commented 11 years ago

用的shadowsocks-csharp 3.5客户端

gae commented 11 years ago

已解决。不过又出现了Error: This socket is closed.

clowwindy commented 11 years ago

可以正常使用么?

gae commented 11 years ago

搞了好久,还是不行,unsupported addrtype: 147。能否告知客户端使用哪个?

clowwindy commented 11 years ago

客户端用 csharp 版的话,服务器端加密方式设成 null

gae commented 11 years ago

嗯,果然啊~谢谢 clowwindy

fiture commented 10 years ago

我也出现了这样的问题,服务端和客户端都用的node、确认配置没错。怀疑是遭到了定点监控。