Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

Ok guys... i found a solution for the problem that have the clients " Connection to the Field Server have been lost."

1. Go to Global.cfg and:

$LOCAL_IP_ADDR = 192.168.126.24
$LOCAL_PUBLIC_IP_ADDR = Here you put the external IP (google it : whats my ip)
$ALLOWED_TOOL_IP = 192.168.126.24
$SERVER_GROUP_NAME = Earth
$LANGUAGE_TYPE = 1

2. Go to SQL Server Configuration Manager and
Allow your External IP on port 9979

3. Restart SQL Server (MSSQLSERVER) from
Start > type SERVICES > scroll untill you reach it > right click > restart > ok.

4. Useing QuickBatch File or other program, type

echo off
start Launcher.atm (here you put the external IP)


And no one will have anymore problems with the error "Connection to the Field Server Have been lost"


Its kinda risky but it's working.


and also... You must forward the ports of the servers i mean these ones
$PRE_SERVER_PORT = 15100
$IM_SERVER_PORT = 15101
$LOG_SERVER_PORT = 15102
$FIELD_SERVER_PORT = 15103
$NPC_SERVER_PORT = 15104

In your router. If you don't, then it won't work.
 
Last edited:
Skilled Illusionist
Joined
May 8, 2011
Messages
349
Reaction score
148
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

Ok guys... i found a solution for the problem that have the clients " Connection to the Field Server have been lost."

1. Go to Global.cfg and:

$LOCAL_IP_ADDR = 192.168.126.24
$LOCAL_PUBLIC_IP_ADDR = Here you put the external IP (google it : whats my ip)
$ALLOWED_TOOL_IP = 192.168.126.24
$SERVER_GROUP_NAME = Earth
$LANGUAGE_TYPE = 1

2. Go to SQL Server Configuration Manager and
Allow your External IP on port 9979

3. Restart SQL Server (MSSQLSERVER) from
Start > type SERVICES > scroll untill you reach it > right click > restart > ok.

4. Useing QuickBatch File or other program, type

echo off
start Launcher.atm (here you put the external IP)


And no one will have anymore problems with the error "Connection to the Field Server Have been lost"


Its kinda risky but it's working.
and were i put for the player online . IP ?
 
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

You don't need to put for the player...
When you make the crack with your external ip which is static, this includes also the $LOCAL_IP_ADDR and for your players which will play ur game, you must put in the $LOCAL_PUBLIC_IP_ADDR. Just do as i wrote there and you will see:p.

It's working 100% if You will make it as the small Tutorial.
The only thing that you must change to the players, is the .exe (because you will change it with batch file and compile it with the external IP)
 
Newbie Spellweaver
Joined
Jan 11, 2009
Messages
34
Reaction score
0
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

Tell me if im ok wt this config.
 

Attachments

You must be registered for see attachments list
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

Tell me if im ok wt this config.


Tell me if im ok wt this config.

$LOCAL_IP_ADDR = 192.168.126.24
$LOCAL_PUBLIC_IP_ADDR = Here you put the external IP (google it : whats my ip)


And no no no...u are totally wrong... is not weared that u puted 2 ips with the same port there? :S for me it sounds..weared


as i said at $LOCAL_PUBLIC_IP_ADDR

go to Google.com type in Whats my ip and after, take that external IP and put it in

$LOCAL_PUBLIC_IP_ADDR = Here you put the external IP (google it : whats my ip)


look...this is an example:

################################################################################
$LOCAL_IP_ADDR = 192.168.126.24
$LOCAL_PUBLIC_IP_ADDR = 62.216.254.185
$ALLOWED_TOOL_IP = 192.168.126.24
$SERVER_GROUP_NAME = Earth
$LANGUAGE_TYPE = 1


the red must be in ur SQL Server Configuration Manager... which means to my example, that i must put the 62.216.254.185 in it.




AND ALSO... YOU MUST PUT THE PORT 9979 NOT IN THE DYNAMICAL PORT....YOU MUST PUT IT IN TCP Port
 
Newbie Spellweaver
Joined
Jan 11, 2009
Messages
34
Reaction score
0
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

xD lol i have dinamic ip im using no-ip, isnt usefull know what is my ip,forward to 192.168.1.2 router ports etc etc etc..

and now... i put internal ip=192.168.1.2

$LOCAL_IP_ADDR = 192.168.126.24<=ip=192.168.1.2

$LOCAL_PUBLIC_IP_ADDR =and here <=ip=192.168.1.2

or u think i must put no-ip somewhere?

well and ok i disable first ip in sql server mangement.And remove 9979 dinamic
 
Last edited:
Joined
Sep 7, 2011
Messages
1,323
Reaction score
528
Re: Small TUTORIAL of "How to fix the "Connection to the Field Server have been lost"

You don't have an IP ? you mean if you go here it won't say ur external ip?

1st do it without dynamic...
$LOCAL_IP_ADDR = 192.168.126.24 this is what? at you? Because u said 192.168.1.2 is ur internal.

Listen to me..

add me on yahoo or msn.. foxxzy@yahoo.com
 
Back
Top