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!

How to create a EP8 Cabal server Step by Step with Pictures

Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
This guide will contain a lot of text. And some pictures. If i made a mistake please reply below and I will be sure to fix it. I am using Windows 7 with a custom theme so do not be alarmed. Be jealous.

Credits to:

roplys_ for making a awesome video guide, Basically this guide is just like his except his is a video with no sound (besides clicking) showing you what the steps are, and this guide I took the time to type them all out.
Justin Bieber for releasing EP8 files. Thanks bro.
Extornia for being a boss and releasing a repack (used in this guide and roplys_

and these people

x30unlimited
AkiSora
TmX
Keith

and any one else who contributed to the files

Installing / Configuring the server:

** Download Ep8 Databases backups **
1. Install and follow this to configure it while installing! Be sure to install in Default Instance, not named. And used Mixed Authentication. That will be SA's password.
2. Open SQL Server 2008 R2 and log in using SQL Server Authentication with login SA and your password.
3. Expand Server Objects
4. Right click Backup Devices and select New Backup Device
5. Click the ... next to File and Navigate to Account.Bak in the folder you extracted the EP8 Database Backups too. Select Account.Bak.
6. Name the Device "Account" without the "s (For future reference all "s in this guide are to differentiate the thing you need it to be named from the text in the guide. So when you see "s never include them unless i say to.)
7. Do the same for Authentication, CabalCash, CabalGuild, cabalmanager, EventData, NetcafeBilling, and Server01. It should look like:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

8. Now expand Databases then Right click it and select New Database.
9. Name it "Account" then hit ok
10. Right click the Account database you just created and select Tasks > Restore > Database.
11. Select the Bubble next to From Device then hit the ... In the drop down menu select Backup device then select account. Then hit okay.
12. Now in the table below the device on the original menu select the bubble next to the only item in the table That will be the Restore setting. Should look like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

13. Now in the top left select Options
14. Under Restore options enable "Overwrite the existing database (WITH REPLACE)" then hit Ok.
15. Repeat steps 8-14 for Authentication, CabalCash, CabalGuild, cabalmanager, EventData, NetcafeBilling, and Server01 databases. Be sure you name them the correct names and restore from the associated devices. MAKE SURE YOU GO SLOW AND YOU WILL NOTICE WHEN YOU CLICK RESTORE DATABASE THE "TO DATABASE" MAY CHANGE AND YOU MAY HAVE TO CHANGE IT TO THE DATABASE YOU ARE ATTEMPTING TO RESTORE When you are done it should look like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

16. Now in the Server Objects folder right click Linked Servers and select New Linked Server
17. Fill it out like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

Code:
DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;
18. Select Server Options and change RPC and RPC Out to TRUE
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

19. Hit OK

Databases restored and set up

Setting up CentOS

** Download Oracle VirtualBox and the CentOS 5.8 DvD Full and install VirtualBox. Download POWERISO from and install it.***
1. Open VirtualBox, Click New name it "CentOS", choose Linux as the Type and other linux as the version. Hit Next and choose 2048 as the RAM, hit next then choose Create a virtual drive now and hit Create. Select VDI from the new window that pops up and hit Next, then select fixed size and hit next, then choose 40.98 gbs then hit create.
2. Click your new CentOS Vbox you created and then hit settings, Click network and then select Bridged instead of NAT (ONLY if you have a router). Then hit OK
3. Open your computer, you should see a virtual disk drive. Right click that, navigate to PowerISO > hit Mount image and select the disk 1 of centos you downloaded.
4. Click start on the CentOS vbox, a pop up will ask which drive you want to load centos from. Select your Virtual Disk drive with Disc 1 of centos mounted see my pic:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

5. Hit Start
6. Hit Enter to start installation. Next it will ask to test the disc, hit skip. Next the graphical interface of CentOS installation will load up. Once it does hit next. Choose English, hit next. Choose U.S. English, hit next. A pop up will pop up asking if you want to partition, hit yes. On the next screen choose "Remove linux partitions on selected drives and create default layout.", hit next. A popup will asking if you want to partition for 41gb. HIT YES! if you dont have a big enough HDD you shouldnt be hosting in the first place. On the next screen hit next. On the next screen choose the yellow dot closest to your region. This is for the timezone. Hit next. on the next screen it will ask you to set up a password, type something and hit next. Now scroll down and check the boxes for Server, and Server - GUI. Hit next. Now hit next to begin installation.
7. Next to the bottom right click the disc icons and click remove disc. Then hit Reboot.
8. CentOS will begin to open for the first time. Once loaded hit Forward, Change Firewall to Disabled. Hit Forward. A popup will pop up asking if you are sure. Hit yes. On the next screen hit forward. Hit Forward again. On the date and time tab make sure its correct and hit forward. On the Create User page fill out the boxes and hit forward. Hit forward twice then hit finish. Now log in with root and the password you created.
9. Click Applications > Accessories > Terminal then type in "ifconfig" and hit enter. You then should see a bunch of text pop up similar to if you typed in ipconfig in cmd. Write the inet addr: address down. Thats your CentOS IP. Now hit the Earth icon with a mouse on it to open the web browser. Navigate to google.com to see if your internet works.
10. Hit System > Shutdown. This will shut down the vbox centos. This is how you always want to power down, similiar to shutting your real pc down.
11. Now right click CentOS in Vbox and click Clone. Name it CentOS backup. That will back CentOS up incase you mess anything up so you dont have to go through the long process again. This cloneing process can take a long time. So once again make sure your PC doesnt turn off. Go workout, go do parkour, go make sweet love to your special someone, or your hand. And then return back to this guide!

Setting Up the Server

*** You will need PuTTy and WinSCP for this section. Google will find you those links. ***

1. Open CentOS and log in to root, open terminal from Accessories > Applications section.
2. Type in "ifconfig" copy the inet addr: ###.##.#.### down. Thats your centos ip.
3. Open WinSCP and type in your CentOS IP as the Host Name. Now enter "root" as the username and your CentOS root password in password and hit Save...
4. Now hit login on WinSCP. it will ask you to save it in the Cache. Click yes
5. On WinSCP click Options > Preferences. Now click Applications under Intergration tab. Browse to where you saved your PuTTy exe. I saved mine in ""C:\CABAL\winscp and putty\putty.exe"" Make sure the boxes that say "remember session password and pass it to putty" and "open TelNet sessions in putty for FTP sessions" are checked and hit okay. Now click the putty icon in WinSCP (its under the word Sessions at the top. Looks like your PuTTy.exes icon. A pop up will ask you are you sure. Hit Run. Now Hit yes on the next pop up then once its loaded type "yum update". It will begin to update CentOS and eventually ask you if you want to download a update. Hit Y then enter. Next it will ask if importing is okay. Hit Y then enter. It will begin to import stuff. Let it work its magic.
6. Several minutes later in WinSCP ensure on the right side you are in CentOS's root folder. On the left side navigate to where you extracted Ep8repack to. Mine is C:\CABAL\ep8repack\. highlight everything in you ep8repack folder and hit f5: copy a popup will pop up. Hit Copy.
7. Once step 6 is done open Putty again. now type "./cabal_install.sh" it will ask if you want to begin the installation. Hit Y then enter. It will ask are you sure hit Y then enter.
8. Now that the files are installed type "service cabal config". Open CMD and type in "ipconfig" and hit enter. At the top you should see a ip. Use that as the MSSQL server ip in Putty and hit enter. For the SQL user type sa and hit enter. Then put your MSSQL pass and hit enter. Now open up your internet. Google search what is my ip. You will see a IP. Put that in putty and hit enter. Now type in "service cabal start" on they all say OK then the server is started.

Some times services will stop. Just type "service NAME HERE start" example "service ChatNode_01 start" to start ChatNode_01 service.

LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums


Setting Up the Client

*** You will need a EP8 Client you can refer to this page and the Client patch ***

1. Install the Ep8 Client you downloaded.
2. Extract the CabalClientPatch_DARKSTEELMAN.rar to your pc. Edit the internal file in the Data folder to your CentOS ip. You should know it already. If not open CentOS or in PuTTy type ifconfig. Use that. Save internal.
3. Copy the Data folder and the cabal_start.bat and paste it in your Cabal ep8 client folder.
4. Use the start cabal bat to load your client.

Reserved for Error Fixes
 
Junior Spellweaver
Joined
Apr 24, 2006
Messages
173
Reaction score
2
What if WinSCP won't connect ?

What can we do ?
 
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
Verify your CentOS ip, ensure if you have a router that you set up Bridged, make sure your CentOS user and Pass are correct. Ensure you can ping your CentOS from your pc using cmd "ping CentOS ip here", ensure your CentOS firewall is off as well as your Windows firewall is off.

Basically make sure your PC can talk to your CentOS vbox. If it can then it is most likely the wrong account info.
 
Banned
Banned
Joined
Sep 26, 2007
Messages
196
Reaction score
75
can someone help me? i already done this 3x already but still i keep on getting this error.
Untitled - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
can someone help me? i already done this 3x already but still i keep on getting this error.
View attachment 123462

Your getting the same error I was. With WinSCP connect to the CentOS and then navigate to the var\logs\cabal\ and find DBagent01.log or whatever. Open it and scroll all the way down It should say if it connected successfully. If it didnt then you need to forward your ports, ensure that you have the correct CentOS ip in your Internal. Also open up "SQL Server configuration Manager" in the configuration folder under Start > Microsoft SQL 2008 R2 > Configuration. Click SQL Server Network COnfiguration in SSCM then click Protocols for MSSQLSERVER. Right click Named Pipes and enable them. Right Click TCP/IP and enable it. Then click SQL Server Services. Right click SQL Server [MSSQLSERVER] and click restart. Then it should work.

If not post your error from DBAgent01
 
Banned
Banned
Joined
Sep 26, 2007
Messages
196
Reaction score
75
okay finally i was able to log-in but the problem now is when i ever i connect on mercury, channel-1 it does not connect nor show anything that im connecting.
 
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
okay finally i was able to log-in but the problem now is when i ever i connect on mercury, channel-1 it does not connect nor show anything that im connecting.

Are your channels stopping?
 
Initiate Mage
Joined
Jan 22, 2009
Messages
73
Reaction score
2
i have same problem i can't connect to the server and i restarted them again and typed service cabal status they are still stopping, can u help me?

*uploaded problem screen, Putty ss & DBAgent_01.log
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
After they show stopped type service ChatNode_01 start

Etc...

As for your client error, does the bar fill all the way up with blue?
 
Junior Spellweaver
Joined
Aug 17, 2010
Messages
176
Reaction score
18
[root@vds0009 ~]# service cabal status
AuthDBAgent (pid 514) is running...
DBAgent_01 (pid 530) is running...
RockAndRollITS (pid 546) is running...
GlobalMgrSvr (pid 553) is running...
GlobalDBAgent (pid 560) is running...
CashDBAgent (pid 576) is running...
PCBangDBAgent (pid 592) is running...
EventDBAgent (pid 606) is running...
PartySvr_01 (pid 622) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped


what is problem my mssql ?
 
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
Its not a problem with your sql. Just simply type service ChatNode_01 start, service EventMgrSvr start, etc...
 
Initiate Mage
Joined
Dec 26, 2012
Messages
57
Reaction score
15
Load centOs. Boot up winscp. Click putty. Type Service cabal restart. Then open client. Connect.
 
Joined
Aug 11, 2010
Messages
8
Reaction score
0
My Problem can Help Me!

Agentshop_01.log
[Mon Mar 4 2013 08:23:43.779174 3086776960]: Default CommissionRate - Selling(0.050000)
[Mon Mar 4 2013 08:23:43.779917 3086776960]: Default CommissionRate - Cancellation(0.000000)
[Mon Mar 4 2013 08:23:43.780189 3086776960]: Default CommissionMax - Selling(0)
[Mon Mar 4 2013 08:23:44.460491 3086776960]: try connect 127.0.0.1:38170, Sync
[Mon Mar 4 2013 08:23:44.461651 3086776960]: sock -1 ->LinkHandler close
[Mon Mar 4 2013 08:23:44.461900 3086776960]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon Mar 4 2013 08:23:44.461995 3086776960]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:44.462087 3086776960]: [##ERROR##] RunServer(): active fail
[Mon Mar 4 2013 08:23:44.462420 3086773136]: CProcessLayer(0)::svc Start [3086773136]
[Mon Mar 4 2013 08:23:44.462500 3086773136]: CProcessLayer(0)::svc Terminated [3086773136]

AuthDBAgent.log
[Mon Mar 4 2013 08:26:49.158852 3065105296]: [##ERROR##] DB ERROR(MSG) : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
[Mon Mar 4 2013 08:26:49.158956 3065105296]: [##ERROR##] DB ERROR(CODE) : 20009
[Mon Mar 4 2013 08:26:49.158995 3065105296]: [##ERROR##] DB ERROR(VAR_INFO) :
[Mon Mar 4 2013 08:26:49.159031 3065105296]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Mon Mar 4 2013 08:26:49.159067 3065105296]: [##ERROR##] DB ERROR(STM_TEXT) :
[Mon Mar 4 2013 08:26:49.159110 3065105296]: [##ERROR##] Database Connect Fail (uid=sa;pwd=666666;dsn=Authentication;APP=AuthDBAgent)
[Mon Mar 4 2013 08:26:49.159219 3065105296]: [##ERROR##] check 'pDB' fail
[Mon Mar 4 2013 08:26:49.159281 3065105296]: [##ERROR##] 'OnIPCGMSAuthRequest' fail (Database/Auth.cpp:1367)
[Mon Mar 4 2013 08:26:49.159354 3065105296]: [##ERROR##] UsrMap Fail : MainCmd(755) Ret(557:0:1367) Addr(127.0.0.1) CharIdx(0)

ChatNode_01.log
[Mon Mar 4 2013 08:23:39.809281 3086248576]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon Mar 4 2013 08:23:39.809322 3086248576]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:39.809361 3086248576]: [##ERROR##] RunServer(): active fail
[Mon Mar 4 2013 08:23:39.809401 3086248576]: waiting for caching(PR message)
[Mon Mar 4 2013 08:23:39.810144 3085974416]: [##ERROR##] getq fail (108)
[Mon Mar 4 2013 08:23:39.810242 3075484560]: [##ERROR##] getq fail (108)
[Mon Mar 4 2013 08:23:39.810745 3086248576]: try listening 38121 port
[Mon Mar 4 2013 08:23:39.811027 3086248576]: FinalEnv BEGIN
[Mon Mar 4 2013 08:23:39.812230 3086248576]: FinalEnv END

DBAgent_01.log
[Mon Mar 4 2013 08:26:35.391681 3085977296]: [##ERROR##] DB ERROR(MSG) : [unixODBC][FreeTDS][SQL Server]Server is unavailable or does not exist.
[Mon Mar 4 2013 08:26:35.391845 3085977296]: [##ERROR##] DB ERROR(CODE) : 20009
[Mon Mar 4 2013 08:26:35.391883 3085977296]: [##ERROR##] DB ERROR(VAR_INFO) :
[Mon Mar 4 2013 08:26:35.391922 3085977296]: [##ERROR##] DB ERROR(SQLSTATE) : 08S01
[Mon Mar 4 2013 08:26:35.391963 3085977296]: [##ERROR##] DB ERROR(STM_TEXT) :
[Mon Mar 4 2013 08:26:35.392003 3085977296]: [##ERROR##] Database Connect Fail ((null))
[Mon Mar 4 2013 08:26:35.392155 3085977296]: [##ERROR##] check 'pDB' fail
[Mon Mar 4 2013 08:26:35.392190 3085977296]: [##ERROR##] 'DungeonRankingSchedule' fail (Proc/DungeonRanking.cpp:138)
[Mon Mar 4 2013 08:26:35.392295 3085977296]: try listening 38181 port

EventMgrSvr.log
[Mon Mar 4 2013 08:23:41.498012 3086142080]: Start EventMgrSvr Server
[Mon Mar 4 2013 08:23:41.498193 3086142080]: ReloadConfig(): ReloadConfig
[Mon Mar 4 2013 08:23:41.498233 3086142080]: LOG LEVEL: 3
[Mon Mar 4 2013 08:23:41.532607 3086142080]: try connect 127.0.0.1:38170, Sync
[Mon Mar 4 2013 08:23:41.533513 3086142080]: sock -1 ->LinkHandler close
[Mon Mar 4 2013 08:23:41.533639 3086142080]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon Mar 4 2013 08:23:41.533687 3086142080]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:41.533812 3086142080]: [##ERROR##] RunServer(): active fail
[Mon Mar 4 2013 08:23:41.534082 3086138256]: CProcessLayer(0)::svc Start [3086138256]
[Mon Mar 4 2013 08:23:41.534202 3086138256]: CProcessLayer(0)::svc Terminated [3086138256]

LoginSvr_01.log
[Mon Mar 4 2013 08:23:45.055629 3085965808]: ImageAuthDataMgr Init Begin
[Mon Mar 4 2013 08:23:45.490782 3085965808]: ImageAuthDataMgr Init End(Count:2000)
[Mon Mar 4 2013 08:23:45.494186 3085965808]: try connect 127.0.0.1:38170, Sync
[Mon Mar 4 2013 08:23:45.494997 3085965808]: sock -1 ->LinkHandler close
[Mon Mar 4 2013 08:23:45.495147 3085965808]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon Mar 4 2013 08:23:45.495189 3085965808]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:45.495437 3085965808]: [##ERROR##] active fail
[Mon Mar 4 2013 08:23:45.540046 3085965808]: waiting for the client version
[Mon Mar 4 2013 08:23:45.548609 3077663632]: CProcessLayer(0)::svc Start [3077663632]
[Mon Mar 4 2013 08:23:45.581790 3077663632]: CProcessLayer(0)::svc Terminated [3077663632]
[Mon Mar 4 2013 08:23:45.592493 3085965808]: waiting for the image key
[Mon Mar 4 2013 08:23:45.604149 3085965808]: try listening 38101 port

RockAndRollITS.log
[Mon Mar 4 2013 08:23:27.519609 3086813680]: try listening 32001 port
[Mon Mar 4 2013 08:23:27.519716 3086813680]: try listening 62001 port
[Mon Mar 4 2013 08:23:27.563473 3086674832]: CProcessLayer(0)::svc Start [3086674832]
[Mon Mar 4 2013 08:23:29.460410 3086813680]: success open, user count(1), handle(9), (127.0.0.1:37867)
[Mon Mar 4 2013 08:23:29.462285 3086674832]: OnIPCConnect2Svr(): client type 246, server Type 253, and server type 1
[Mon Mar 4 2013 08:23:29.544373 3086674832]: OnIPCEncryptKeyRequest2(): Request version 2
[Mon Mar 4 2013 08:23:29.544425 3086674832]: OnIPCEncryptKeyRequest2(): GMS AUTH SPLICE KEY : key value(1)
[Mon Mar 4 2013 08:23:39.601296 3086674832]: GMS AUTH REQ(0, 1) : KEY(HFhXWkJk), NATION(BRA), ORIGIN(255.255.255.127), LOCAL(127.0.0.1), SRC(f2b76e1ee8a92a8ce99a41c07926d3f3), BIN(a2efdd5f94e011e7a459841aeaacdc91)
[Mon Mar 4 2013 08:28:29.424822 3086674832]: [##ERROR##] unregister command: 3204

WorldSvr_01_01.log
[Mon Mar 4 2013 08:23:47.058884 3086060400]: [##ERROR##] connect 127.0.0.1:38181 fail
[Mon Mar 4 2013 08:23:47.058925 3086060400]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:47.058985 3086060400]: try connect 127.0.0.1:38190, Sync
[Mon Mar 4 2013 08:23:47.065687 3086060400]: sock 9 ->LinkHandler Open
[Mon Mar 4 2013 08:23:47.065853 3086060400]: SendIPSConnect2Svr (161:01:01:00)
[Mon Mar 4 2013 08:23:47.065931 3086060400]: try connect 127.0.0.1:38121, Sync
[Mon Mar 4 2013 08:23:47.066058 3086060400]: [##ERROR##] connect 127.0.0.1:38121 fail
[Mon Mar 4 2013 08:23:47.066096 3086060400]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 4 2013 08:23:47.066145 3086060400]: [##ERROR##] OpenLinkLayer(): ChatNode link failed
[Mon Mar 4 2013 08:23:47.066201 3086060400]: [##ERROR##] RunServer(): Initialize fail
[Mon Mar 4 2013 08:23:47.066770 3086060400]: RunServer END
[Mon Mar 4 2013 08:23:47.066809 3086060400]: FinalEnv BEGIN
[Mon Mar 4 2013 08:23:47.068317 3086060400]: FinalEnv END
 
Last edited:
Joined
May 21, 2011
Messages
418
Reaction score
73
That's it bro and connection problem with sql or repack is installed on a 64 bit better as you reinstall the repack again here when the sql is that if I install 100% repack again if not for 32bit to 64bit install solve if I let work out
 
Initiate Mage
Joined
Feb 23, 2013
Messages
20
Reaction score
0
u - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

anyone can tell me which is my mssql ip adress?
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Mar 16, 2013
Messages
11
Reaction score
0
Putty:


[root@localhost ~]# service cabal status
AuthDBAgent (pid 2954) is running...
DBAgent_01 (pid 2980) is running...
RockAndRollITS (pid 3001) is running...
GlobalMgrSvr (pid 3018) is running...
GlobalDBAgent (pid 3035) is running...
CashDBAgent (pid 3061) is running...
PCBangDBAgent (pid 3087) is running...
EventDBAgent (pid 3112) is running...
PartySvr_01 (pid 3138) is running...
ChatNode_01 is stopped
EventMgrSvr is stopped
AgentShop_01 is stopped
LoginSvr_01 is stopped
WorldSvr_01_01 is stopped

Stopped services logs are same, only the XXXX is diffrent:
[Mon Mar 18 2013 20:23:41.160317 3086871168]: [##ERROR##] connect 127.0.0.1:XXXX fail
[Mon Mar 18 2013 20:23:41.160449 3086871168]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon Mar 18 2013 20:23:41.160770 3086871168]: [##ERROR##] RunServer(): active fail
[Mon Mar 18 2013 20:23:41.315733 3086867344]: CProcessLayer(0)::svc Start [3086867344]
[Mon Mar 18 2013 20:23:41.315930 3086867344]: CProcessLayer(0)::svc Terminated [3086867344]


(CentOS Firewall: disabled, Windows firewall disabled, Windows defender turned off, Eset NOD32 turned off, in router ports fowarded between 30000-40000 for CentOS IP)

PLEASE, HELP ME! What's wrong?
 
Back
Top