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!

[HELP] 0.15.12: LAN to INTERNET

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
Hello all. For several days I'm trying to configure the server to the internet.

Here are my configs:

IN GC:

Code:
[MMC]
SERVER_NO=900
INTERVAL_TIME=5
SMC_AUTO_PATCH =1
SYNC_MACHINE_NUM = 3

[SYNC]
SRC_CONTENTS= ../Patch/Contents
SRC_CENTER = ../Patch/Center
SRC_LOGIN = ../Patch/Login
SRC_MAP = ../Patch/Map
SRC_SWITCH= ../Patch/Switch
SRC_LOG = ../Patch/Log
SRC_IMMIGRATION = ../Patch/Immigration
SRC_GM = ../Patch/GM
SRC_CONFIG = ../Patch/Config
SRC_SMC = ../Patch/SMC
SRC_CONSENT = ../Patch/Consent

EXE_CENTER = CenterServer_Release.exe
EXE_Contents = ContentsServer_Release.exe
EXE_LOGIN = LoginServer_Release.exe
EXE_MAP = MapServer_Release.exe
EXE_SWITCH= SwitchServer_Release.exe
EXE_LOG = LogServer_Release.exe
EXE_IMMIGRATION = ImmigrationServer_Release.exe
EXE_GM = GMServer_Release.exe
EXE_SMC = SMC_Release.exe
EXE_CONSENT = ConsentServer_Release.exe

[COPY_LOG]
HACKLOG_COPY_INTERVAL_MIN = 60
PATH_LOG = ../LogFiles/Recv
PATH_DUMP = ../Patch

[USER_INFO]
MAX_USER = 1

[USER_INFO_1]
ID = sa
PW = MYPW
IP = [COLOR="#FF0000"]109.88.88.3[/COLOR] (MY IP WAN)
GRADE = 10

And the same IP (109.88.88.3 =IP WAN) in all folder GC.

2.bat:

Code:
cd .\GC
SMC_Release.exe /SERVER_NO=9001 /MMC_ADDR=[COLOR="#FF0000"]192.168.0.2[/COLOR]:1801

192.168.0.2 = IP LAN

Patch/Config:

ADDR = PINOLORINDA-PC (it's good!)
IP = 192.168.0.2 (IP LAN)

Patch/ ALL XML:

IP = 192.168.0.2 (IP LAN)

DB Realm:



DB SITESERVER



All my ports what i need is open.

My brother (who does not live with me) able to connect to the choice of the channel but not on the screen characters.

Please help me !
 
Last edited:
Newbie Spellweaver
Joined
Dec 25, 2010
Messages
41
Reaction score
11
Change TB_Realm -> ServerBindIP on the WAN IP
 

MpL

Newbie Spellweaver
Joined
Dec 18, 2009
Messages
39
Reaction score
1
You are a KING. I go try now and edit if all work. Thank you for your help :3


EDIT: Another problem

Center (server 300) say: Failed connect to content



TB_REALM



SERVER MANAGER:

 
Last edited:
Newbie Spellweaver
Joined
Dec 25, 2010
Messages
41
Reaction score
11
Change ServerBindIP only Contents on the Local IP
 
Back
Top