BruceMcHuge Posted September 18, 2015 Share Posted September 18, 2015 So I own a citadelservers.com server for DST. And apparently in order to have both caves AND overworld, I have to buy 2 servers from them. But by reading through the guide, in the slave server settings.ini you can specify an IP address... So I theorize that I could have citadelservers.com hosting my overworld, and then dedicated server on MY pc hosting the caves... and the two link together. I've tried editing the slave shard to have my citadelservers.com server's ip address and port, but I keep getting : [sHARD] Connection to master failed. Waiting to reconnect... Is this method even possible? If so, any ideas on how to arrnage the port numbers to work? Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/ Share on other sites More sharing options...
XirmiX Posted September 19, 2015 Share Posted September 19, 2015 Perhaps you need to do it the other way round so that THEY run your caves server and you run the overworld? Perhaps that's why it doesn't work as well? Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674049 Share on other sites More sharing options...
Developer nome Posted September 19, 2015 Developer Share Posted September 19, 2015 Overworld and caves can be either on the same server or on different servers - we've tested both. The machine used for the stream had both caves and overworld on the same amazon instance, whereas the other caves dedicated servers we run have them on different hosts. Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674080 Share on other sites More sharing options...
BruceMcHuge Posted September 19, 2015 Author Share Posted September 19, 2015 Okay, nice. So it DOES work, I just have to figure out the ports situation? Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674086 Share on other sites More sharing options...
anselch1011 Posted September 19, 2015 Share Posted September 19, 2015 @BruceMcHugeAdd follow to Master server's settings.ini [shard]bind_ip = 0.0.0.0 and,open Master server's port 11200 udp as default. Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674139 Share on other sites More sharing options...
BruceMcHuge Posted September 20, 2015 Author Share Posted September 20, 2015 Need some help with this, I can't seem to get it working. for the server port for the slave server, do I put the port of my master server, or the port listed in the guide? Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674680 Share on other sites More sharing options...
Developer Ipsquiggle Posted September 21, 2015 Developer Share Posted September 21, 2015 Here's an explanation of the ports I originally posted here:http://forums.kleientertainment.com/topic/57890-playing-caves-beta/page-7#entry674042 Hopefully this clarifies things? [master] bind_ip = 0.0.0.0 <============ [slave] [server] master_port = 11100 master_port = 11100 [server] [ip: 1.2.3.4] (listen) master_ip = 1.2.3.4 [ip: 2.3.4.5] server_port = 10999 server_port = 10998 ^ ^ | | | | | | `--------------- [client] -----------------------' server_port is the port the server exposes for the client connections. If both servers are on the same machine, these must be non-conflicting (e.g. 10999 and 11001). Otherwise they can be whatever. You will have to open these ports to let clients connect.On the master:bind_ip is the interface to listen to. You can make this 0.0.0.0 to allow an external server to connect, or 127.0.0.1 if they are on the same machine.master_port is the port the master is listening on, for slave connections. You will have to open this to let slaves on different machines connect.On the slave:master_ip is the address of the master server we are connecting to.master_port is the port the master is listening, specified above. This doesn't have to be opened on the slave. Link to comment https://forums.kleientertainment.com/forums/topic/57951-can-overworld-server-and-cave-server-be-in-2-different-places/#findComment-674928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.