2Servers - l2 Crushed L2O 

Newbie Spellweaver
Joined
Aug 7, 2004
Messages
22
Reaction score
0
---2PC's---
box1(with sql)
cached.exe, newauth.exe, account register, u dont need to run l2logd.exe & petitiond.exe
the ini's all with box1 IP,but ip=212.12.12.12 & inner_ip=box2 IP(where the l2server.exe IP) in server table in lin2db DB; DevServerIP=212.12.12.12;

box2(not sql)
l2server.exe, l2npc.exe
l2server.ini with box1 IP
l2npc.ini with below
[LogD]
address="192.168.0.20" (box1)
port=3999

[CacheD]
address="192.168.0.20" (box1)
port=2008

[server]
address="192.168.0.30" (box2)
port=2002

[map]
directory="map"

[World]
WorldId=1

[db]
address="192.168.0.20" (box1)
port=2005
user="gamma" (sql account)
password="l2online" (sql password)

1BOX AMD 1.8 1024 RAM
2BOX Celeron 2.4 1024 RAM

i make this config but l2server.exe crushed in 1-2 min
error message in Cashed (Server Closed (10.0.0.1) error 64)
 
what's server crushed? o.O or do you mean server crashed? :P

Well you DO need to run l2logd.exe in order for L2Server to stop crashing. The Petition server however, you can shut that off once L2Server fully loads up.

Cache Server -> L2LogD Server -> L2Server
Cache Server -> L2Server

If L2LogD Server goes down, Cache Server will go down eventually and that causes L2Server to crash.

Anyway for a proper "dual" server setup.

You need NewAuth (Registeration/Log in-to server selection window), L2Server, and NPC Server to be on the same machine. If you don't put NewAuth on the same machine, some users won't be able to connect to your server at all. Then L2LogD, CacheD Server, and Petition Server on a 2nd machine. Once L2Server is fully loaded; all HTML files cached. You can then go to the tool bar menu and manually shut down Petition server.
 
Upvote 0
Actually, the logd server and petition server dont even need to be started at all. Been running my server like this for over a week straight without a reboot, and for about 3 weeks without using logd or petition.
 
Upvote 0
Back