Topic: [SOLVED] New win server having issue between d2cs and bnetd
Hi everyone -
I'm trying to standup a new server for my kids to bat around in, and seem to be having a looping or connection issue between bnetd and d2cs, not what the issue is but I'm sure it's something silly that someone here probably can spot right away.
Please note everything is running off the same physical machine (A win Server 2019 box). Just keep filling off the logs with these never ending errors.
d2cs.log
Feb 14 13:54:06 [info ] pvpgn::d2cs::s2s_create: try make s2s connection to 192.168.3.110:6112
Feb 14 13:54:06 [info ] pvpgn::d2cs::s2s_create: connection to s2s server 192.168.3.110:6112 is in progress
Feb 14 13:54:06 [info ] pvpgn::d2cs::d2cs_conn_create: created session=5298 socket=692 (2 current connections)
Feb 14 13:54:06 [info ] pvpgn::d2cs::conn_handle_connecting: connected to 192.168.3.110:6112
Feb 14 13:54:06 [info ] pvpgn::d2cs::handle_bnetd_init: sent init class packet to bnetd
Feb 14 13:54:06 [info ] pvpgn::d2cs::on_bnetd_authreq: received bnetd sessionnum 557
Feb 14 13:54:06 [info ] pvpgn::d2cs::on_bnetd_authreply: authed by bnetd
Feb 14 13:54:06 [info ] pvpgn::d2cs::d2cs_conn_destroy: [692] closed connection 5298 (1 left)
Feb 14 13:54:06 [info ] pvpgn::d2cs::d2cs_conn_destroy: [1664] closed connection 5279 (0 left)
bnetd.log
Feb 14 13:54:06 [info ] pvpgn::bnetd::sd_accept: [1008] accepted connection from 192.168.3.110:60531 on 0.0.0.0:6112
Feb 14 13:54:06 [info ] pvpgn::bnetd::handle_init_packet: [1008] client initiated d2cs_bnetd connection
Feb 14 13:54:06 [info ] pvpgn::bnetd::handle_d2cs_init: sent init packet to d2cs (sessionnum=557)
Feb 14 13:54:06 [info ] pvpgn::bnetd::on_d2cs_authreply: d2cs 192.168.3.110 authed
Feb 14 13:54:06 [info ] pvpgn::bnetd::realm_deactive: realm CrazyEights deactivated
Feb 14 13:54:06 [info ] pvpgn::bnetd::realm_active: realm CrazyEights active
Feb 14 13:54:06 [info ] pvpgn::bnetd::realm_deactive: realm CrazyEights deactivated
Feb 14 13:54:06 [info ] pvpgn::bnetd::conn_destroy: [1004] closed d2cs_bnetd connection
Feb 14 13:54:06 [error] pvpgn::bnetd::realm_deactive: realm CrazyEights is not active
Feb 14 13:54:06 [info ] pvpgn::bnetd::conn_destroy: [1008] closed d2cs_bnetd connection
Any help would be much appreciated. Thanks!