If you dont have a router then you dont need portforwarding either. Configure your firewall to allow all in-out connection
for serverfiles. Thats it. :)
You need change/write in your IP in this files.:
ConnectServer\Data\bor_serverlist.dat
Code:
//---------------------------------------------------------------------------
// MU Server List
// MU ConnectServer by S@nek © Copyright 2007-2009
// In one Server can be a maximum 16 Sub-Servers. (16 visibles)
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// GameServerID | NameServer | IP | Port | Status(SHOW, HIDE)
//---------------------------------------------------------------------------
// 0-65535 | 0-30 characters | 0-16 characters | 0-65535 | SHOW/HIDE
//---------------------------------------------------------------------------
0 "PVP" "YOUR_IP" 55901 "SHOW"
19 "PVP" "YOUR_IP" 55919 "HIDE"
Replace "YOUR_IP" whit your global ip. Keep quotationmarks.
Data\mapserverinfo.dat
Code:
//==============================================================================
//Map Server Infomation File [KOR]
//#www.darksideofmu.com
//by DaRKav (darkav@hotmail.com)
//------------------------------------------------------------------------------
//Revision 2 Mar, 2008
//==============================================================================
// 1> . ─Ż┬ş─ů├Â┼ö├ç IP, ─ć├Ě─ć┬«├ü┬Ą┼č┬Ş (┬░┼Ö┼ö├ÄIP, ─ć├Ě─ć┬«─ů┼Ö─î┼ü ┬Ş┬Ş ┬╗├ž┼╝├ź┬░╦ç┬┤├ë)
//
// P.S.> InitSetting (─é├ľ─é─ś ┬Ş─ś┼ö─Ü┬Á┼╝ ├ü┬Ą┼č┬Ş ─Ż─Ż─ć─é┬░┼×) ┼ö├ç ┬░┼×┼ö├ç ┼ö├ç─ů─Ü
// -1 : ├ü╦ś─Ż├ô┼č┼ç┬░╦ç - ├ü╦ś─Ż├ô┬░╦ç┬┤├ë├ç┼â ─é├ľ─é─ś─Ż┬ş─ů├Â┬Ě├Ä ├ü╦ś─Ż├ô
// 0 : ├ü╦ś─Ż├ô┼č┼ç┬░╦ç - ├ü╦ś─Ż├ô┬░╦ç┬┤├ë├ç┼â ─Ż┬ş─ů├ ├ü├č ┬Ě┼ü┬┤├Ż├ç─Ä┬░├ö ├ü╦ś─Ż├ô
// 1 : ├ü╦ś─Ż├ô┬░╦ç┬┤├ë
//
// ServerCode MapServerGroup InitSetting IpAddress PortNum
//-----------------------------------------------------------------------------
0
// Normal Servers
0 0 1 SYOUR_IP 55901 //[Main]
19 0 0 SYOUR_IP 55919 //[Castle]
end
// 2> . ─Ż┬ş─ů├Â┼ö├ç ┬Ş─ś ┼ö─Ü┬Á┼╝ ┼č┼ç┬░╦ç┬┤├ë ├ü┬Ą┼č┬Ş (┼ö┬ž┼ö├ç ─Ż┬ş─ů├Â├ü┬Ą┼č┬Ş┼╝╦ç ─ż┼Ö┬┤├é ─Ż┬ş─ů├Â┬┤├é ┬Á├«┬Ě─Ä┬Á├ë ─Ż├ ─ż┼Ö┼ö╦Ł)
//
// ServerCode MoveAbleOption Map DestServerCode
//-----------------------------------------------------------------------------
1
// Normal Servers
0 0 30 19 //Lorren
0 0 31 19 //DareDevil
0 0 34 19 //CryWolf
0 0 41 19 //Barraks
0 0 42 19 //Refuge
// Castle Siege Servers
19 1 30 0 //Lorren
19 1 31 0 //DareDevil
19 1 34 0 //CryWolf
19 1 41 0 //Barraks
19 1 42 0 //Refuge
end
Replace "YOUR_IP" whit your global IP. Keep "S" before it.
SUploader\config.ini (Just added what u need to change.)
Code:
[Program 6]
Path=D:\MuServer\JoinServer\JoinServer.exe
Arguments=/p55970 /caYOUR_IP /cp55557
WaitSeconds = 1
RestartAfterMinutes = 0
Replace "YOUR_IP" whit your global ip. Keep "ca" before it.
All IPs like 127.0.0.1 in dataservers case 127 0 0 1 255 is staying the same.
Now to your sql pass:
EventServer\DATA\svconfig.ini
Code:
[pim_setting]
queue_no = 4
workerthread_no = 4
[odbc_connection]
mu2003_dbname = MU2003_EVENT_DATA
mu2003_dsn = MU2003_EVENT_DB
mu2003_uid = sa
mu2003_pass = YOUR_SQL_PASS
Replace "YOUR_SQL_PASS" whit your sql password.
ExDB\exdb.ini
Code:
// ExDataServerInfo
// ID, Password, Version, MaxFriend, MaxMail
"sa" "YOUR_SQL_PASS" 1 50 50
Replace "YOUR_SQL_PASS" whit your sql password. Keep qoutationmarks.
SCFExDB\Config.ini
Code:
[Connection]
ServerODBC = MuOnline
Port = 55999
Name = MuOnline
NameMe = MuOnline
NameRS = Ranking
NameES = MU2003_EVENT_DATA
Login = sa
Password = YOUR_SQL_PASS
Replace "YOUR_SQL_PASS" whit your sql password. Keep a space before it.
For queryinstaller and vmanager I think you will figure out. :D
---------- Post added at 08:31 PM ---------- Previous post was at 08:14 PM ----------
Oh come on, Its on first page.
Dont make us repeat ourselfs.