Game Development Community

Cannot connect server

by Enel · in Torque 3D Professional · 09/16/2009 (7:03 am) · 0 replies

Sending heartbeat to master server [IP:``.``.``.``:`````]
Received info request from a master server [IP:``.``.``.``:`````].

server is heartbeat very well

$ServerInfo::Address = "IP:``.``.``.``:`````";

%conn = new GameConnection(ServerConnection);
%conn.connect($ServerInfo::Address);

but i cant connect this server when other computer connect this server because ConnectRequestTimedout..

how can i do it?..