1.bind: address already in use. 2.如何设置多个ss?
Closed this issue · 2 comments
wayearn commented
- 我把cow的地址绑定到12213端口,但是如下打印信息:
使用./cow start
的时候,提示端口已经被占用。
root@ubuntu:/home/liwei/cow# ps -ef|grep cow
root 62189 62085 0 15:58 pts/1 00:00:00 grep --color=auto cow
root@ubuntu:/home/liwei/cow# ./cow &
[1] 62194
root@ubuntu:/home/liwei/cow# ps -ef|grep cow
root 62194 62085 0 15:58 pts/1 00:00:00 ./cow
root 62202 62085 0 15:58 pts/1 00:00:00 grep --color=auto cow
root@ubuntu:/home/liwei/cow# ./cow start
listen http failed: listen tcp 0.0.0.0:12213: bind: address already in use
root@ubuntu:/home/liwei/cow# netstat -apn|grep 12213
tcp6 0 0 :::12213 :::* LISTEN 62194/cow
- 如何设置多个ss?当一个ss连接比较慢的时候,连接第二个?
Naunter commented
你已经把cow放后台运行了,然后你又再运行一遍cow,当然会提示address already in use……
你可以先 killall cow 的进程再重新运行
Naunter commented
你所说的设置多个ss指的是ss服务端?还是说用cow连接多个ss. 如果是用cow连接多个ss, 请自己仔细查看配置说明