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!

Players Cannot connect to my server

Newbie Spellweaver
Joined
May 11, 2015
Messages
22
Reaction score
1
Forgive me about my english and post
"I just want to know the proper way of doing it"

I've been also here


Unfortunately still not working.

The problem was when clicking on the launcher.. It's shows' the Connecting to server and gone already. with in .5 miliseconds.

Please help me.

Im confused on changing the ip's of the ff configuration . ini files:

1st: I change all the ip's into public ip like this:
Worldinfo.ini
BillingCode = 32
BillOper = 0
FreeServer = 1
Address = 112.207.210.106
GateIP = 192.168.1.8
HBKPath = E:\Work\HBK
HistoryPath = E:\Work\History

NationCode = RU


2nd is C:\AppServ\www\rfclient_update\update\update1\LPServerInfo.dat
[LoginServer]
ServerNumber = 1
Server0 = 112.207.210.106

[PatchServer]
ServerNumber = 3
Server0 = 112.207.210.106
Server1 = 112.207.210.106
Server2 = 112.207.210.106


3rd is Account,Login\RF_Bin\Initialize
#############AccountSystem.ini#########
[Database]
AccountDB_Machine = 112.207.210.106
AccountDB_Name = RF_User


[System]
NationCode = RU
;NationCode = RU (для рус локали)

[DB_INFO]
IP = 112.207.210.106
Port = 1433
DBName = BILLING
Acc = sa
PW = 12345

[Service]
MaxAccountNum = 1337

[World]
WorldSet_Num = 1
ServiceSet_Num = 0

Name0 = RF_Zero
Address0 = 112.207.210.106
DBName0 = RF_WORLD
Type0 = 0



#############BillingSystem.ini#########
[System]
ZoneAddress = 112.207.210.106
NationCode = RU
;NationCode = RU (для рус локали)

[BILLING]
SERVER_NAME = BILLING
IP = 112.207.210.106
PORT = 1433
CP_ID = 1
GROUP_NUM = 1
SERVER_NUM = 1
GAME_ID = 1



#############Login_filter_Dev.ini#########
[IPAddress]
FilterNum = 0

Filter0 = 192.168.1.8
FilterRange0 = 255
[ID]
;фильтр GM логинов
FilterNum = 1
Filter0 = !tester



#############LoginSystem.ini#########
[Account]
AccountAddress = 192.168.1.8
[System]
NationCode = RU
;NationCode = RU (для рус локали)
[CHECK ADDRESS]
CHECK = TRUE

[LOG]
AUTH_LOG = TRUE

[World]
Lim World Num = 1
DB Push Job = 0

[BILLING]
Check = FALSE
BillingCode = 78

[MOTP]
Service = FALSE
HostName = Let.Tom.Ru
HostIP = 192.168.1.8
URLPath = /MOTPValidation/ValidationServlet
Port = 12380

[IP Address Filter]
FilterNum = 0

Filter0 = 192.168.1.8
FilterRange0 = 255
[UserCountDisplyLimit]
Limit0 = 500
Limit1 = 1200
Limit2 = 2700
[BILL_RU]
DBName = BILLING
DBIP = 112.207.210.106
DBAccount = sa
DBPassword = 12345
DBPort = 1433



C:\AppServ\www\emulator
############update.dll#############
$use_archive_three = true;
$main_launcher_host = '112.207.210.106 ';
$LPServerInfo_host[0] = '112.207.210.106 ';
$PatchInfo_host[0] = '112.207.210.106 ';



C:\AppServ\www\emulator\Config10
############LPServerInfo.dat#############
[LoginServer]
ServerNumber = 1
Server0 = 112.207.210.106

[PatchServer]
ServerNumber = 1
Server0 = 112.207.210.106

[Notice]
Server = 112.207.210.106


lastly is this
C:\AppServ\Apache2.2\conf
############rf-server.confi#############
NameVirtualHost 112.207.210.106 :80
NameVirtualHost 112.207.210.106 :8080
NameVirtualHost 112.207.210.106 :10007

####################################################################################
#
# Your Launcher Patcher Setting
#
####################################################################################


<VirtualHost 112.207.210.106 :80>

ServerAdmin hidden
ServerName hidden

DocumentRoot "c:/AppServ/www/rfclient_update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log

<Directory "C:/AppServ/www/rfclient_update/">

Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all

AddType application/zip .tmp
AddType application/zip .cab

<Files update.dll>
AddType application/x-httpd-php .dll
</Files>



</Directory>

</VirtualHost>

####################################################################################

<VirtualHost 112.207.210.106 :8080>

ServerAdmin hidden
ServerName hidden

DocumentRoot "C:/AppServ/www/rfclient_update/update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log

<Directory "C:/AppServ/www/rfclient_update/update/">

Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all

AddType application/zip .tmp
AddType application/zip .cab

<Files update.dll>
AddType application/x-httpd-php .dll
</Files>


</Directory>

</VirtualHost>

####################################################################################

<VirtualHost 112.207.210.106 :10007>

ServerAdmin hidden
ServerName hidden

DocumentRoot "C:/AppServ/www/rfclient_update/update/"
CustomLog logs/rfpatch.log combined
ErrorLog logs/rfpatch_err.log

<Directory "C:/AppServ/www/rfclient_update/update/">

Options -Indexes MultiViews FollowSymLinks IncludesNoExec
AllowOverride None
AddOutputFilter Includes html
Order allow,deny
Allow from all

AddType application/zip .tmp
AddType application/zip .cab

<Files update.dll>
AddType application/x-httpd-php .dll
</Files>


</Directory>

</VirtualHost>

####################################################################################


:*:
I don't know what's missing...
I have this status screen shot:

status - Players Cannot connect to my server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
Remove these lines in your zone config:

Address = 112.207.210.106
GateIP = 192.168.1.8

Also, just for testing, set everything to 127.0.0.1. This will rule out wrong IPs being the problem. Make sure the server is fully working with 127.0.0.1 before you do any further troubleshooting.
 
Upvote 0
Newbie Spellweaver
Joined
May 11, 2015
Messages
22
Reaction score
1
Okay , I will try this one... again. Yesterday I tried and got an error..
Run time C++ Error.
 
Upvote 0
Newbie Spellweaver
Joined
May 11, 2015
Messages
22
Reaction score
1
I observed already about this error. This error is the patch or the update path and configuration are errors.

Thanks for the rep. Ron and Tervz
 
Upvote 0
Newbie Spellweaver
Joined
May 11, 2015
Messages
22
Reaction score
1
Well what I did is reinstall everything again. it's hard for me but... I just remove everything and installed it back.
Thank you for the reply everyone it also helps me somehow. Things are done good I tried also the few advises..

Thank you this will be close now.
 
Upvote 0
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
Well what I did is reinstall everything again. it's hard for me but... I just remove everything and installed it back.
Thank you for the reply everyone it also helps me somehow. Things are done good I tried also the few advises..

Thank you this will be close now.

I see. I'm sure you missed a config somewhere is all. Guess we'll never know for sure!
 
Upvote 0
Newbie Spellweaver
Joined
May 11, 2015
Messages
22
Reaction score
1
Absolutely your right. I already configure my router and my head was almost boom... so I need to start again for better and organized way.
 
Upvote 0
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
Absolutely your right. I already configure my router and my head was almost boom... so I need to start again for better and organized way.

In the past, I would set everything to the LAN IP (192.168.x.x) then have the global IP in the client. The World IP config may need to be set to the WAN IP as well, but everything else should be LAN or 127.0.0.1.
 
Upvote 0
Back
Top