shadowsocks / shadowsocks-nodejs

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

Can't get it to work #88

Closed Kantaris closed 10 years ago

Kantaris commented 10 years ago

I'm want to try out "shadowsocks-nodejs" out so I made it as simple as possible and set up the server and client on the same machine. But when I set the socks5 connection setting for the browser to 127.0.0.1:1080 I can't connect to anything. Please help.

This is the output from ssserver: C:\Users\kantaris\Desktop\shadowsocks\nodemodules.bin>ssserver shadowsocks-nodejs v1.4.4 1 Apr 10:44:12 - loading config from C:\Users\kantaris\Desktop\shadowsocks\node modules\shadowsocks\config.json 1 Apr 10:44:12 - Server is set to 127.0.0.1, maybe it's not correct 1 Apr 10:44:12 - Notice server will listen at 127.0.0.1:8388 1 Apr 10:44:12 - calculating ciphers for port 8388 1 Apr 10:44:12 - UDP server listening 127.0.0.1:8388 1 Apr 10:44:12 - server listening at 127.0.0.1:8388

This is output from sslocal: C:\Users\kantaris\Desktop\shadowsocks\nodemodules.bin>sslocal shadowsocks-nodejs v1.4.4 1 Apr 10:46:27 - loading config from C:\Users\kantaris\Desktop\shadowsocks\node modules\shadowsocks\config.json 1 Apr 10:46:27 - Server is set to 127.0.0.1, maybe it's not correct 1 Apr 10:46:27 - Notice server will listen at 127.0.0.1:8388 1 Apr 10:46:27 - UDP server listening 0.0.0.0:1080 1 Apr 10:46:27 - local listening at 0.0.0.0:1080

Kantaris commented 10 years ago

I tried with putting the server on another computer and the result is the same. I'm definitely doing something wrong.

clowwindy commented 10 years ago

If you use WIndows or IE, see Troubleshooting