Connecting problem on hosted shard. - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: General Discussion (/Forum-General-Discussion) +--- Forum: Help Wanted (/Forum-Help-Wanted) +--- Thread: Connecting problem on hosted shard. (/Thread-Connecting-problem-on-hosted-shard) |
Connecting problem on hosted shard. - Baal - 11-23-2016 05:36 AM Hello,im working on Sphere shard 56b. I can connect on local without problem,finally,i end the shard,and host it. But when ill go to connect online hosted shard,the client (2.0.3) stuck on connecting after pick character. Info: Sphere 56b Client 2.0.3 Using: Inection-and No Injection. On console account x connected. account x disconnected. Thank you so much for the help! RE: Connecting problem on hosted shard. - Kanibal - 11-23-2016 05:43 AM Check this lines in Sphere.ini Code: // What client protocol version used RE: Connecting problem on hosted shard. - Baal - 11-23-2016 05:49 AM [quote='Kanibal' pid='24569' dateline='1479843787'] Check this lines in Sphere.ini Code: // What client protocol version used CONSOLE: 21:02:1a8:Client connected [Total:1] ('83.42.198.210' 1/1) 21:02:1a8:Login 'Admin' 21:02:1a8:Client disconnected [Total:0] ('83.42.198.210' 0/0) And im using the same client used on local. RE: Connecting problem on hosted shard. - eddiedean - 01-15-2017 02:00 AM I'm having the very same issue: PHP Code: 15:36:0:Client connected [Total:1] ('95.122.XXX.XXX' 1/1) Tested on Windows (2008 and 2012) & Linux (Ubuntu and CentOS) servers, both without any firewall in place. I can login locally, but not if it is elsewhere. I've changed the local IP in sphere.ini with the public IP and downloaded latest prerelease. Also I've tried to compile the last version available in GitHub but I get this error: PHP Code: ./makefile: line 1: SHELL: command not found EDIT: Also used different clients (5.0.9.1 and 7.0.52.2) Thanks a lot. RE: Connecting problem on hosted shard. - Coruja - 01-15-2017 06:36 PM if you're using any router on your PC, you must create proper port fowarding rules on your router here you can test if sphere port is working fine on your server: http://www.canyouseeme.org/ if even with port fowarding rules properly set you still unable to connect, try using the command SERV.SERVIP=0.0.0.0 (insert your IP here) PS: on servers with static IP, you can make this command run automatically at server startup, just add the command on sphere_serv_triggers.scp -> f_onserver_start RE: Connecting problem on hosted shard. - eddiedean - 01-15-2017 09:57 PM (01-15-2017 06:36 PM)Coruja Wrote: if even with port fowarding rules properly set you still unable to connect, try using the command SERV.SERVIP=0.0.0.0 (insert your IP here) This solved my issue. Thanks a lot Coruja |