Hey, maybe somebody here can help me..
I use a Service which uses the IP-Addresses of Game-Servers to identify them.
Pretty much like this: I have eg. IP 172.18.0.2 set to be Server "1" in the Database of that Service.. The Gameserver communicates with that Service and because it runs on the same root server, it only sees the 172.18... network.
Now the Problem: The Server does not always get the .0.2 IP as it depends on the starting order in which case the service may see .0.4 and reject communication with that Server..
Any Ideas what I can do?