The server is not working in any way

Post Reply
ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

The server is not working in any way

by ikhlasulov » Post

I use CentOS 9 Stream Xfce, the server is installed, port 30005, the IP of the computer is set, all info is set, ports 22 and 30005 are open, the freedns subdomain is available and linked, but still nothing works.

Server logs:

Code: Select all

minetestserver[16692]: 2024-10-14 01:13:39: ACTION[Main]: Server for gameid="mineclonia" listening on 0.0.0.0:30000.
minetestserver[16692]: 2024-10-14 01:13:39: ACTION[Server]: Announcing start to servers.minetest.net
minetestserver[16692]: 2024-10-14 01:13:39: ERROR[CurlFetch]: HTTPFetch for servers.minetest.net/announce returned response code 409
minetestserver[16692]: 2024-10-14 01:13:39: ERROR[CurlFetch]: Response body:
minetestserver[16692]: 2024-10-14 01:13:39: ERROR[CurlFetch]: Request has been filed, but the previous request encountered the following error:
minetestserver[16692]: 2024-10-14 01:13:39: ERROR[CurlFetch]: Unable to get address info for NAME.minetest.land
Maybe I'm missing something, I'll attach what I have in the config.

Code: Select all

server_address = NAME.minetest.land
server_announce = true
port = 30005
bind_address = 0.0.0.0
I have already set the bind address of the IP address of the computer and the provider, now I just set the zeros
Also you can check my Firewall:
https://ibb.co/zV6n4Xp

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

I just noticed something, what the hell listening on 0.0.0.0:30000, why 30000 if I set 30005?

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

Anyway I tried with 30000 before too, I could only connect it from server computer, but no name, no description and impossible to connect from other place.

User avatar
Mantar
Member
Posts: 650
Joined: Thu Oct 05, 2017 18:46
Contact:

Re: The server is not working in any way

by Mantar » Post

Obvious question, but "NAME.minetest.land" is just you obfuscating the actual server address, right?
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

Mantar wrote:
Sun Oct 13, 2024 20:39
Obvious question, but "NAME.minetest.land" is just you obfuscating the actual server address, right?
Yeah.

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

I noticed even if I set port in default.conf (because in CentOS server starts using systemctl start minetest@default), and start server, it's still 30000 port.

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

Okay I changed port directly in daemon, but I still can't connect to server from other IP.

ikhlasulov
New member
Posts: 7
Joined: Sun Oct 13, 2024 17:21

Re: The server is not working in any way

by ikhlasulov » Post

And still have this:

Code: Select all

minetestserver[4694]: 2024-10-14 17:17:02: ERROR[CurlFetch]: HTTPFetch for servers.minetest.net/announce returned response code 409
minetestserver[4694]: 2024-10-14 17:17:02: ERROR[CurlFetch]: Response body:
minetestserver[4694]: 2024-10-14 17:17:02: ERROR[CurlFetch]: Request has been filed, but the previous request encountered the following error:
minetestserver[4694]: 2024-10-14 17:17:02: ERROR[CurlFetch]: Server *NAME.minetest.land port 30005 did not respond to ping (tried 192.XXX.XX.XXX)
*NAME is not real name.

sfan5
Moderator
Posts: 4127
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Re: The server is not working in any way

by sfan5 » Post

The error should be clear. The server cannot reach your server from outside.
I can't provide more help because you removed the important details.
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Post Reply