Page 2 of 2

Re: Multiple servers

Posted: Mon Dec 29, 2014 3:37 am
by kjLotus
Vivitaru wrote:
kjLotus wrote:double checked the ports, 54003 is just for the message server (it has nothing to do with logging in - it's 127.0.0.1 because that's what you put for msg_server_ip in the config)
My problem is not logging in, it's the messages that aren't received between servers. I checked the lobby core and changed msg_server_ip for 0.0.0.0, now server 2 can connect remotely to 54003 but i only get one-way communication. I'm pretty sure i'll be able to figure out the rest, thanks for the replies!
if your login server and your game server are not on the same machine, then you have to change the IP from 127.0.0.1 on BOTH the login conf and the map conf for the game servers

Re: Multiple servers

Posted: Mon Dec 29, 2014 4:09 am
by Vivitaru
Sorry, i should've given more details, here it is:

Server 1 has the lobby and map-server 1, no problems here.
Server 2 has map-server2, it was the one who couldn't connect to the lobby on server 1.

Now it's connecting to the message server using the lan ip. Only problem still, i only see the lobby reroute one side of communications, i was able to make it work both ways earlier, gonna do more troubleshooting.