andregiestas wrote:
I've created my admin account and I try to connect. When I do that, it shows
this message! What shall I do?
Shall I edit
config/servers.cfg? It is like:
Quote:
/////////////////////////////////////////////////////////////////////////////
//
// SERVERS.CFG: Loginserver configuration data on Gameservers
//
// Entries can contain the following properties:
// Name Display name shown on login screen
// IP IP Address of game server
// Note: --ip-- uses your "Internet IP" address
// --lan-- uses your "LAN IP" address
// Otherwise, must be a numerical IP address.
// Port Listening port of Gameserver
// Note: This does not configure the server to actually
// listen at that port - POL.CFG specifies that.
// IPMatch IPAddr/Mask
// If IPMatch lines are present for a server, that server
// will only be displayed to clients connecting from IP
// addresses matching those specified
//
/////////////////////////////////////////////////////////////////////////////
GameServer
{
Name MyShard
IP MyInternetIp(???)
Port 5003
}
GameServer
{
Name POL-ip
IP poldev
Port 7003
}
Please, help me! I wanna Host my server ASAP! Thx everyone!
Just for the record, all you need to know about IP field in this file is that it is the *exact* textual IP that the server tells the client to connect to.
PS: maybe i wasnt clear

i mean that servers.cfg doesn't provide the client with any absolute way to locate the game server and what an IP can be *relatively* to your server might not be the same for the client.. so if you write 127.0.0.1 on servers.cfg then the client tries to connect to *its* 127.0.0.1, so to itself; same thing if you write a lan address, it will work fine only if you accept clients from your lan.. cause clients outside it won't have knowledge of your lan ips.