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!

Making server public doesnt work - ppl cant connect

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
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.
I use windows authentication, not the mixed one.

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.

LoginServer.ini
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.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
I'd try port forwarding: 35700, 35701, 35702 and also double check to see if they are already in use.

You already posted this in groxys guide so I don't know why you needed to make another thread about it.

Have some patience as some of us are pretty busy. :thumbup1:
 
Upvote 0
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
1
I haven't access to the gateway interface. So I can only create the rules on firewall nad I have checked that already.

Yea sure, but I wanted to post it with more infos and I think it's easier to find for ppl in the future :D
 
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
I haven't access to the gateway interface.

If this is a pc your setting up to allow external connections then you need router access. Only in the case if it was a VPS or Dedicated you wouldn't.

And the second post wasn't really needed.
 
Upvote 0
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
1
It's a Root Server, and I get a timeout if i do "ipconfig" in a cmd and then open the gateway..
 
Upvote 0
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
1
It's solved. Had to do it by using the interface of the provider and forwarding the corresponding ports. Haven't found it directly. Thanks for the support anyway.
 
Upvote 0
Status
Not open for further replies.
Back
Top