Making server public doesnt work - ppl cant connect

11/04/2021 14:07 Wasserkopf123#1
hi,

I wanna make my server public and therefor added the ip adress of my server where the files are running to the accountserver.ini, certifier.ini and loginserver.ini. I changed the IP of my neuz and made sure that all ports are correct both in the source as well as in the ini-configuration.

On the server it self it is possible to connect to the game, but when I try to connect from my local pc I get the message "Can't connect to the game, please check your network".

My firewall is off (just for testing) so it probably isn't the problem here.

My inis:

AccountServer.ini:
Code:
Authorization
{
	ACCOUNT "test" AUTH_ADMINISTRATOR
}

AddTail( -1, 1, "Test Server", "MY IP OF THE SERVER", 0, 1, 1000 );
AddTail( 1, 1, "Test Channel 1-1", "MY IP OF THE SERVER", 1, 1, 1000 );

DSN_NAME_LOGIN		"login"
DB_ADMIN_ID_LOGIN	"account"

DSN_NAME_LOG		"log01"
DB_ADMIN_ID_LOG		"log01"


//MSG_VER			"MSGVR_6_12_2020"

TEST
SKIP_TRACKING
NOLOG
Cacheserver.ini
Code:
Core	"127.0.0.1"	// String, Core-Address
Port	35700		// number, Core-Port

//* Heartbeat hb( "10" ); // Virtual, I don't know this one.
Code:
DB			"127.0.0.1"	// DB-ip-address
Core			"127.0.0.1"	// Core-ip-address
AddCache("IP OF MY SERVER");
//MSG_VER			"MSGVR_6_12_2020"	// must match Neuz.exe, if not set default = "20100412"
Cache-Port in Source: 35700
LoginServer-Port in Source: 35701
Certifier-Port in Source: 35702

IP in Neuz is set to "IP OF MY SERVER".
IP-Adress of my neuz.ini is set to "IP OF MY SERVER".

Does anyone know what the problem could be?

Thanks in advance.
12/14/2021 06:40 LegenWaitDary#2
Open your Accountserver.ini and change
"AddCache(127.0.0.1);"
to
"AddCache(MY IP OF THE SERVER);"