Can't Access Server #4816

Closed
opened 2023-06-21 14:36:36 +00:00 by Minetest13 · 8 comments

Hopefully opening a new issue here is fine-not sure where else to troubleshoot this.

Since yesterday, I've been unable to access Your Land (haven't tested any other servers though). When trying to sign in, I get to the "Connecting to Server..." screen and then my connection shuts down and I get the "Connection timed out" screen as if the server was down. Through the bailiff stream though, I'm pretty sure the server is still up.

Hopefully opening a new issue here is fine-not sure where else to troubleshoot this. Since yesterday, I've been unable to access Your Land (haven't tested any other servers though). When trying to sign in, I get to the "Connecting to Server..." screen and then my connection shuts down and I get the "Connection timed out" screen as if the server was down. Through the bailiff stream though, I'm pretty sure the server is still up.
Member

If you can post issues here or open https://your-land.de/ that means you still have connection to your-land.de game server (I think it's all same IP?).
Do you have correct address your-land.de and port number 30000 entered?
Are you choosing it from the servers list?
Try other servers in the list - if you have same problems, them maybe something is blocking UDP packets (like a firewall of some sort)?

If you can post issues here or open https://your-land.de/ that means you still have connection to your-land.de game server (I think it's all same IP?). Do you have correct address `your-land.de` and port number `30000` entered? Are you choosing it from the servers list? Try other servers in the list - if you have same problems, them maybe something is blocking UDP packets (like a firewall of some sort)?
Author

Well, I have no issues with the gitea or your-land.de website, plus the correct address and ports (chosen from the server list, but I also tried entering manually). Tunneler's Abyss and Blocky Survival also both seem to work fine connection-wise. Not fully sure what the problem is.

Well, I have no issues with the gitea or your-land.de website, plus the correct address and ports (chosen from the server list, but I also tried entering manually). Tunneler's Abyss and Blocky Survival also both seem to work fine connection-wise. Not fully sure what the problem is.
flux added the
1. kind/bug
3. source/client
3. source/unknown
labels 2023-06-21 17:14:56 +00:00
Member

try restarting your machine? try a different internet connection if possible?

try restarting your machine? try a different internet connection if possible?

If the address doesn't work, please use either the IPv4 or IPV6 address as a replacement for your-land.de

IPv4: 94.130.64.154
IPv6: 2a01:4f8:10b:2e26::2

If the address doesn't work, please use either the IPv4 or IPV6 address as a replacement for `your-land.de` IPv4: `94.130.64.154` IPv6: `2a01:4f8:10b:2e26::2`
Member

Try running minetest with --verbose option and see what's in the log?
minetest --verbose --address your-land.de --port 30000 --go

Here's relevant part from mine:

2023-06-21 20:38:53: INFO[Main]: Connecting to server at 94.130.64.154:30000
2023-06-21 20:38:53: INFO[Main]: Client::peerAdded(): peer->id=1
2023-06-21 20:38:53: INFO[Main]: Client packetcounter (30s): sum=0 avg=0/s
2023-06-21 20:38:53: INFO[Main]: Client: TOCLIENT_HELLO received with serialization_ver=29, auth_mechs=2, proto_ver=42, compression_mode=0. Doing auth with mech 2
2023-06-21 20:38:53: INFO[Main]: Client: Received TOCLIENT_SRP_BYTES_S_B.
2023-06-21 20:38:53: INFO[Main]: Client::deletingPeer(): Server Peer is getting deleted (timeout=0)
2023-06-21 20:38:53: ERROR[Main]: Access denied. Reason: Invalid password

(I didn't specify login/password, but it does connect and kicks me out)
or even try --trace to get more detailed info.

Although if it times out then MT can't tell you much more...

Try running minetest with `--verbose` option and see what's in the log? `minetest --verbose --address your-land.de --port 30000 --go` Here's relevant part from mine: ``` 2023-06-21 20:38:53: INFO[Main]: Connecting to server at 94.130.64.154:30000 2023-06-21 20:38:53: INFO[Main]: Client::peerAdded(): peer->id=1 2023-06-21 20:38:53: INFO[Main]: Client packetcounter (30s): sum=0 avg=0/s 2023-06-21 20:38:53: INFO[Main]: Client: TOCLIENT_HELLO received with serialization_ver=29, auth_mechs=2, proto_ver=42, compression_mode=0. Doing auth with mech 2 2023-06-21 20:38:53: INFO[Main]: Client: Received TOCLIENT_SRP_BYTES_S_B. 2023-06-21 20:38:53: INFO[Main]: Client::deletingPeer(): Server Peer is getting deleted (timeout=0) 2023-06-21 20:38:53: ERROR[Main]: Access denied. Reason: Invalid password ``` (I didn't specify login/password, but it does connect and kicks me out) or even try `--trace` to get more detailed info. Although if it times out then MT can't tell you much more...

There is no login/logout action on record since you logged out here:

2023-06-19 20:45:57: ACTION[Server]: Minetest13 leaves game.
There is no login/logout action on record since you logged out here: ``` 2023-06-19 20:45:57: ACTION[Server]: Minetest13 leaves game. ```
Author

Well, I tried reinstalling Minetest and changing my connection a few times with no results, but as I was going to try the replacement IP addresses my client suddenly decided to connect to the normal Minetest server list address. Well, thanks for the help.

Well, I tried reinstalling Minetest and changing my connection a few times with no results, but as I was going to try the replacement IP addresses my client suddenly decided to connect to the normal Minetest server list address. Well, thanks for the help.
Member

Hard to guess what could cause this. (maybe some sort of NAT problems?)
But since problem is gone, I'm closing.

Hard to guess what could cause this. (maybe some sort of NAT problems?) But since problem is gone, I'm closing.
flux added the
5. result/cannot reproduce
label 2023-06-21 20:02:13 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#4816
No description provided.