Not being able to connect!
Posted: Wed May 31, 2006 1:22 pm
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:
Shall I edit config/servers.cfg? It is like:
Please, help me! I wanna Host my server ASAP! Thx everyone!/////////////////////////////////////////////////////////////////////////////
//
// 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
}