Skip to content
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

Shadowsocks + Cloak doesn't produce inbound traffic #278

Open
DarkStar750 opened this issue Sep 5, 2024 · 3 comments
Open

Shadowsocks + Cloak doesn't produce inbound traffic #278

DarkStar750 opened this issue Sep 5, 2024 · 3 comments

Comments

@DarkStar750
Copy link

Shadowsocks windows client and Ubuntu 20.04 server, shadowsocks itself works well, but when introducing cloak theres some connection errors and I'm not getting any inbound traffic after configuring my system proxy to use shadowsocks. Here are some errors from the Shadowsocks log:

time="2024-09-05T12:06:10+02:00" level=info msg="Listening on TCP 127.0.0.1:62307 for shadowsocks client"
time="2024-09-05T12:06:31+02:00" level=info msg="Attempting to start a new session"
time="2024-09-05T12:06:53+02:00" level=error msg="Failed to establish new connections to remote: dial tcp 2.241.52.229:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
time="2024-09-05T12:06:53+02:00" level=error msg="Failed to establish new connections to remote: dial tcp 2.241.52.229:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
time="2024-09-05T12:06:53+02:00" level=error msg="Failed to establish new connections to remote: dial tcp 2.241.52.229:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
time="2024-09-05T12:06:53+02:00" level=error msg="Failed to establish new connections to remote: dial tcp 2.241.52.229:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."

@LindaFerum
Copy link

Post your configs maybe (don't forget to censor the keys lol)

@DarkStar750
Copy link
Author

Post your configs maybe (don't forget to censor the keys lol)

I used Hirod Benhams installer script so I didnt set everything up myself, so idk where all the configs are stored but imma figure it out

@DarkStar750
Copy link
Author

this is config.json in /etc/shadowsocks-libev/

{
    "server":"0.0.0.0",
    "server_port":443,
    "password":"*********",
    "timeout":60,
    "method":"chacha20-ietf-poly1305",
    "nameserver":"1.1.1.1",
    "plugin":"ck-server",
    "plugin_opts":"/etc/shadowsocks-libev/ckconfig.json"
}

theres also ckclient.json, ckconfig.json, userinfo.db, userForScript.txt, and an empty db-backup folder in there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants