View previous topic :: View next topic |
Author |
Message |
mostal
Joined: 29 Apr 2005 Posts: 60
|
Posted: Sun Sep 11, 2005 8:28 Post subject: Problem with Vaulster |
|
|
hello,
We have 2 Debian servers installed with nwnx2. They work fine, no problems.
We attempt to portal these two servers with vaulster 0.3 (linux). We copy nwnx_vaulster.so, nwnx_vaulster.dll and zlib.dll on Never directories on both servers (no compile) and configure nwnx2.ini file with this informations adding
nwnx2.ini on server n°1
[Vaultster]
port=5100
path=/home/lilou/servervault/
key=chocolat
password =chocolat
startserver=1
validateclient=1
count=1
server1=82.66.132.40
nwnx2.ini on server n°2
[Vaultster]
port=5100
path=/home/lilou/servervault/
key=chocolat
password =chocolat
startserver=1
validateclient=1
count=1
server1=82.226.132.183
port 5100 is opened on both servers and path is the same
We insert nwnx_vaulster.erf, insert right function onOnEntering function of one door. When we attempt portal crossing, we receive "failure with portaling" message on never console. In logs, in nwn_vaulster.ini, we have this: NWNX2 Vaultster version 0.2.6 Linux.
Copyright 2004 (C) Jeroen Broekhuizen
o Found 0 servers
o Server started
Is someone could help me please ?
What's wrong ?
Thanks a lot
Régis |
|
Back to top |
|
|
mostal
Joined: 29 Apr 2005 Posts: 60
|
Posted: Sun Sep 11, 2005 13:40 Post subject: |
|
|
So, we have news.
The 2 servers seems to be loaded, but no portalling occured with these configuration....
[Vaultster]
port=5100
path=/home/lilou/servervault/
key=chocolat
password=chocolat
startserver=1
validateclient=1
count=2
server1=82.226.238.183
server2=82.66.132.40
[Link]
count=2
server1=82.226.238.183
server2=82.66.132.40
Any idea to help us ?
Thanks |
|
Back to top |
|
|
monezz
Joined: 03 Jan 2005 Posts: 52 Location: The Netherlands
|
Posted: Fri Sep 16, 2005 12:27 Post subject: |
|
|
any entries in the vaultster log file?
(btw, you wont need ddl's on a debian system) |
|
Back to top |
|
|
mostal
Joined: 29 Apr 2005 Posts: 60
|
Posted: Fri Sep 16, 2005 18:21 Post subject: |
|
|
only this: "too many clients connected"
I have 3 modules on same server (with different port used) but with only 1 module I have same problems.
Thanks fot your help
Régis |
|
Back to top |
|
|
monezz
Joined: 03 Jan 2005 Posts: 52 Location: The Netherlands
|
Posted: Mon Sep 19, 2005 22:32 Post subject: |
|
|
I know the layout of the ini file has changed a bit.
This is the layout I use:
Code: |
[Vaultster]
port=5100
maxclients=10
vault=/opt/nwn/servervault
cryptokey=mykey
password=mypass
validateclient=0
startserver=1
[Link]
count=1
server=remote.server.com
|
|
|
Back to top |
|
|
mostal
Joined: 29 Apr 2005 Posts: 60
|
Posted: Tue Sep 20, 2005 20:39 Post subject: |
|
|
thanks,
for the moment, we found a synchronization software instead of nwnx but I have a look of your ini files further
thanks a lot
régis |
|
Back to top |
|
|
|