We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest version
centos7.9
{ "server": "domain name", "server_port": 20010, "local_address": "127.0.0.1", "local_port": 1080, "password": "xxxx", "timeout": 300, "method": "aes-128-gcm", "fast_open": false, "workers": 1 }
2024-06-05 10:45:22 INFO: binding to outbound IPv4 addr: 127.0.0.1 2024-06-05 10:45:22 INFO: initializing ciphers... aes-128-gcm 2024-06-05 10:45:22 INFO: tcp server listening at xxxx 2024-06-05 10:45:22 ERROR: bind: Cannot assign requested address 2024-06-05 10:45:22 ERROR: failed to bind address
The text was updated successfully, but these errors were encountered:
Same problem on Ubuntu 24, my configs are correct because they work on the windows client
Sorry, something went wrong.
No branches or pull requests
What version of shadowsocks-libev are you using?
Latest version
What operating system are you using?
centos7.9
{
"server": "domain name",
"server_port": 20010,
"local_address": "127.0.0.1",
"local_port": 1080,
"password": "xxxx",
"timeout": 300,
"method": "aes-128-gcm",
"fast_open": false,
"workers": 1
}
2024-06-05 10:45:22 INFO: binding to outbound IPv4 addr: 127.0.0.1
2024-06-05 10:45:22 INFO: initializing ciphers... aes-128-gcm
2024-06-05 10:45:22 INFO: tcp server listening at xxxx
2024-06-05 10:45:22 ERROR: bind: Cannot assign requested address
2024-06-05 10:45:22 ERROR: failed to bind address
The text was updated successfully, but these errors were encountered: