pvpgn / pvpgn-server

Next generation of PvPGN server
https://pvpgn.pro
GNU General Public License v2.0
555 stars 156 forks source link

Clients could not connect #173

Closed Neubivljiv closed 8 years ago

Neubivljiv commented 9 years ago

Hi, I just installed PvPGN version 1.99.7-PRO and I have a couple of problems. No client can not connect (Unable to connect...). This is part of the server log:

Sep 27 21:44:51 [info ] pvpgn_greeting: running on Linux (#1 SMP Fri May 8 11:27:35 CEST 2015 2.6.32-39-pve, x86_64) Sep 27 21:44:51 [info ] storage_init: initializing storage layer (available drivers: file, sql) Sep 27 21:44:51 [info ] storage_init: using file storage driver ... Sep 27 21:44:51 [info ] ...usr/local/pvpgn/var/pvpgn/lua/antihack/starcraft.lua:20: Starcraft Antihack activated Sep 27 21:44:51 [info ] _setup_listensock: listening for bnet connections on SERVER_IP:6112 TCP Sep 27 21:44:51 [info ] _setup_listensock: listening for bnet connections on 127.0.0.1:6112 TCP Sep 27 21:44:51 [info ] _setup_listensock: listening for w3route connections on 0.0.0.0:6200 TCP Some errors from the trackers: Sep 27 21:44:51 [warn ] tracker_send_report: could not send tracking information from 127.0.0.1:6112 to 69.23.81.161:6114 (psock_sendto: Invalid argument)

And when I tried to connect:

Sep 27 21:49:47 [info ] sd_accept: [19] accepted connection from MY_IP:7674 on SERVER_IP:6112 Sep 27 21:49:47 [info ] conn_create: [19][15] sessionkey=0x3d83255c sessionnum=0x00000000 Sep 27 21:49:47 [debug] sd_accept: [19] client connected to a bnet listening address Sep 27 21:49:47 [info ] handle_init_packet: [19] client initiated bnet connection Sep 27 21:49:47 [trace] conn_shutdown: [19] connection allready closed Sep 27 21:49:47 [debug] sd_tcpinput: [19] read returned -1 (closing connection) Sep 27 21:49:47 [info ] conn_destroy: [19] closed bnet connection

Whether there is any indication of what is causing the problem? Also, I'm ready to do web interface for this project, but I can not start.

Regards.