youre using wireless router or wired?
your other client is connecting thru LAN connection? or ONLINE connection?
if you got DC after the loading.. it means that your client cant connect directly to the connectserver..
make sure your ports is open (44405, 55901 and 55919)
make sure you allow the connectserver, gameserver and gameservercs in firewall..
make sure you use the right IP (global ip or DNS)
and if your other pc is connecting thru LAN try this in client pc and server pc
go to C:\WINDOWS\system32\drivers\etc
then open HOST with notepad
put SERVER LAN IP then your GLOBAL IP
example:
server lan IP : 192.168.0.101
global IP : 111.111.111.111
Code:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
192.168.0.101 111.111.111.111