ok, i think im following this, but to make sure.
I have 2 seperate servers (2 actuall PCs' - 192.168.1.7 and 192.168.1.15).
So, 192.168.1.15 is the primary server, has ascent.exe and logonserver.exe running. For me to get the 2nd server online, I need to:
Add the new realm to the realms.conf file :
Code:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "logon"
RealmCount = "4">
<Realm1 Name = "Server A"
Address = "192.168.1.15:8129"
Icon = "PVP"
Colour = "1"
Population = "0"
TimeZone = "1">
<Realm2 Name = "Server B"
Address = "192.168.1.7:8129"
Icon = "PVP"
Colour = "1"
Population = "0"
TimeZone = "1">
And then make the Ascent.conf file on the 2nd box talk to the logonserver.exe running on the first box:
Code:
<CharacterDatabase Hostname = "192.168.1.15" .... >
Correct? What about the "Listen Host" options?
Code:
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">