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!

Error GauthClient disconnect to au !

Initiate Mage
Joined
Oct 11, 2015
Messages
7
Reaction score
0
I using version Woi.
Linux ip : 192.168.1.5
Win ip : 192.168.1.10
I copied the authd.conf , table.xml to /etc/.
please help me ! Thanks all.
Gauthclient ( Win) :
Code:
[GAuthClient]
type            =    tcp
port            =    29200
address            =    192.168.1.5
so_sndbuf        =    131072
so_rcvbuf        =    131072
ibuffermax        =    409600
obuffermax        =    819200
;so_broadcast    =    1
tcp_nodelay        =    1
osec                    =       2
oseckey                 =       123456
isec                    =       2
iseckey                 =       123456
shared_key              =       12345
6
------------
authd.conf ( linux)
Code:
[GAuthServer]
type            =    tcp
port            =    29200
address            =    192.168.1.5
so_sndbuf        =    16384
so_rcvbuf        =    16384
ibuffermax        =    1638400
obuffermax        =    1638400
tcp_nodelay        =    1
listen_backlog    =    10
mtrace            =    /tmp/mtrace.authd
isec                    =       2
iseckey                 =       123456
osec                    =       2
oseckey                 =       123456
shared_key              =       123456
;forbidips        =    192.168.1.253,192.168.1.101,192.168.1.254
ismssql            =    true
isabroad        =    false
lastloginlimit        =    0
allow_all_user           =       true
allow_same_zoneid       =       true
matrixpasswd_log        =       false
no_anti_wallow_aids     =       0
[ThreadPool]
config                =1    (1,1)(2,10)(3,1)
max_queuesize        =    1048576
Error
Code:
auagent: 2017-07-24 12:23:42,475 INFO  - zoneid=1,aid=1
auagent: 2017-07-24 12:23:42,475 INFO  - SpeedLimit:window=20,high=2
auagent: 2017-07-24 12:23:42,475 INFO  - CouponLimit:window=300,high=2
auagent: 2017-07-24 12:23:42,475 INFO  - CouponExchangeLimit:window=120,high=2
auagent: 2017-07-24 12:23:43,240 INFO  - TimeoutLimit:window=180,high=200
auagent: 2017-07-24 12:23:43,255 INFO  - issupport_cert=0
auagent: 2017-07-24 12:23:43,255 INFO  - Auagent setup success!
auagent: 2017-07-24 12:23:43,286 INFO  - GameDBClient::connect gamedb success!
auagent: 2017-07-24 12:23:43,349 INFO  - (zoneid=1,aid=1) send AnnounceZoneid3 to au ok,blreset=1,version=1,ip1=127.0.0.1,ip2=0.0.0.0,ip3=192.168.1.10
auagent: 2017-07-24 12:23:43,349 INFO  - GAuthClient::connect to au success!
 auagent: 2017-07-24 12:23:43,364 INFO  - =========GAuthClient::disconnect from au!
 
Initiate Mage
Joined
Nov 8, 2015
Messages
80
Reaction score
33
start sharedmemproc as admin
and win side shared_key 123456
 
Back
Top