-
Notifications
You must be signed in to change notification settings - Fork 88
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
Cant connect to server #32
Comments
Hello |
Aug 23 21:41:04 v2ray systemd[1]: Started Shadowsocks-libev Server Service. /etc/shadowsocks-libev/config.json
the WebServerAddr is the default @msn. Thank you, p/s - im on a Ubuntu 20.04 LTS vps |
From the client log, it looks like that the server is refusing the connection. Have you checked your firewall? |
hi, its more like nothing is listening/receiving the traffic on ipv4(443). its a new vps and there is no iptables/firewall-
on another server running ss+v2ray, it is listening on both ipv4 and ipv6. its weird why there is no ipv4 for this one. as far i know, the vps doesn't has ipv6. any suggestions? thank you, |
Hello again |
hi, i was thinking of using v2, but from my understanding from the guide, v2 is for tor or openvpn. could we use v2 with ss? if yes, how do we do that? manually install ss then cloak v2 and setup the config etc + ssl? is there guide some where we could follow as im kinda noob on this thank you, |
Hello curl -o Cloak-Installer.sh -L https://git.io/fj5mh && bash Cloak-Installer.sh and follow the instructions. |
hi, thanks a lot ~! will install and revert later :) |
@aboka2k I also forgot, please uninstall cloak 1 completely and then install cloak 2. |
no worry, i will reset the whole vps and do a update && upgrade then only install them :) |
@HirbodBehnam V2 is working now :) but got some questions after installing and playing with them -
thank you, |
@aboka2k Hello
And lastly, for cloak 1, I will go and check it's code to see how does it bind on IP address and check if the problem of ipv6 is because of my script or cloak itself. |
hi, thanks alot for all the help and info. interesting to know 'plain' is an encryption method, would try search for that as like to read the details. in the meantime, hv edit them like this "RedirAddr": "204.79.197.200:443", and its working now. It will divert to the IP after accepting the unsecure page warning i hv got 2 more questions if you dont mind -
|
'found' the ipv4 443 by using 'sudo ss -tulpn'
not sure why its not shown on netstat, perhaps it is not consider as a server? |
No problem I'm just here to help :)
|
@HirbodBehnam i already have a domain and pointing to the server now and im using the domainname on the client settings. i thought we need to change the IP to domain in the server settings as the proper way thanks again and hv a nice day :) |
hi, hv tried to install SS with Cloak v.1 using your example here -
curl -o Shadowsocks-Cloak-Installer.sh -L https://git.io/fjECg && bash Shadowsocks-Cloak-Installer.sh
installation completes with no error. but couldn't make connection to the server. here is the error on the client side:
truncate... 2020-08-23 18:29:47.7409|INFO|Shadowsocks.Controller.ShadowsocksController|Started SIP003 plugin for 173.82.104.152:443 on 127.0.0.1:54398 - PID: 5212 2020-08-23 18:29:47.9550|DEBUG|Shadowsocks.Controller.TCPHandler|connect to s.yimg.com:443 2020-08-23 18:29:47.9760|INFO|Shadowsocks.Controller.ShadowsocksController|Started SIP003 plugin for 173.82.104.152:443 on 127.0.0.1:54403 - PID: 6460 2020-08-23 18:29:48.7980|WARN|Shadowsocks.Controller.TCPHandler|System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it at Shadowsocks.Util.Sockets.WrappedSocket.EndConnect(IAsyncResult asyncResult) at Shadowsocks.Proxy.DirectConnect.EndConnectDest(IAsyncResult asyncResult) at Shadowsocks.Controller.TCPHandler.ConnectCallback(IAsyncResult ar) 2020-08-23 18:29:48.9780|WARN|Shadowsocks.Controller.TCPHandler|System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it ... truncate
dont know where is the server log, so couldn't attach here. one thing i notice is there no ipv4. the ck-server only listen on ipv6 and not on ipv4. i try to disable ipv6 with the code below, but still no ipv4. please advice. thank you.
p/s - after installation, i just scan the qr code on the client side and change the plugin path and connect
The text was updated successfully, but these errors were encountered: