ss-server -c xxxx ERROR: bind: Cannot assign requested address
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
Same problem on Ubuntu 24, my configs are correct because they work on the windows client
Same error, I am a newbie but it works with 0.0.0.0. It cannot connect with the given address. Not sure why though?