shadowsocks / shadowsocks-libev

Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
https://github.com/shadowsocks/shadowsocks-rust
GNU General Public License v3.0
15.74k stars 5.71k forks source link

ss-server -c xxxx ERROR: bind: Cannot assign requested address #2997

Open aylgSS opened 1 month ago

aylgSS commented 1 month ago

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

yennmorrigan commented 3 weeks ago

Same problem on Ubuntu 24, my configs are correct because they work on the windows client