Quote:
Originally Posted by kameko
Please correct me if I'm wrong, but couldn't you just have 1 login server
and then 2 game servers using the same login server ?
|
As long as they have distinct public IP addresses, yes you can set up two public game servers using the same login server. However, most people only have one public IP so they can only have one public game server available.
The limitation is in the client, which forces port 9000 for the initial connection to the game server. You can only have one game server on port 9000 on a specific IP address.
You could run more than one local game server using internal IP addresses, but typically you could only have one of those available to the internet in general by mapping one to port 9000 on the public IP address assigned to your DSL/cable connection.