Problem with my server

Post Reply
User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Problem with my server

by debiankaios » Post

I have a minetestserver, and a problem. It's on server-list but i can't join if i enable ipv6. Mine minetest say: "Connection timed out". If i disable it it's inverted. I can join but it isn't on Server List. And the craziest is other player can join. There stand there is one left, and how should he left without join? But help me to fix the problem, please. Oh and i have asked many peoples on IRC to help me, but the problem is science more the one month already there!

PS, here is the minetest.conf:

Code: Select all

name = debiankaios_root
server_name = Proxima Survival Server
server_description = Survival on Proxima Centauri B
server_address = debiankaios.host.oddprotocol.org
server_url = debiankaios.host.oddprotocol.org
server_announce = true
serverlist_url = servers.minetest.net
port = 30005
ipv6_server = true
#bind_address = x.x.x.x
motd = Welcome to my server
max_users = 20
enable_damage = true
creative_mode = false
disable_anticheat = true
secure.trusted_mods = irc
~

Last edited by debiankaios on Sun Oct 17, 2021 11:29, edited 1 time in total.

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Problem with my server

by Festus1965 » Post

erhaelst Du denn bei der AuflΓΆsung von
debiankaios.host.oddprotocol.org
die richtige IP-Addresse ?

Code: Select all

ping debiankaios.host.oddprotocol.org
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Re: Problem with my server

by debiankaios » Post

ja:

Code: Select all

PING debiankaios.host.oddprotocol.org (38.87.162.46) 56(84) bytes of data.
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=1 ttl=237 time=133 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=2 ttl=237 time=130 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=3 ttl=237 time=133 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=4 ttl=237 time=132 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=5 ttl=237 time=130 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=6 ttl=237 time=134 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=7 ttl=237 time=133 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=8 ttl=237 time=132 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=9 ttl=237 time=131 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=10 ttl=237 time=134 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=11 ttl=237 time=133 ms
64 bytes from 38.87.162.46 (38.87.162.46): icmp_seq=12 ttl=237 time=131 ms
^C
--- debiankaios.host.oddprotocol.org ping statistics ---
12 packets transmitted, 12 received, 0% packet loss, time 796ms
rtt min/avg/max/mdev = 129.503/132.102/134.396/1.568 ms


User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

The problem belive

by debiankaios » Post

Please help me the problem won't go away without help i think.

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

Re: Problem with my server

by Mantar » Post

Could be a problem with your router or local config. Like, Minetest is listening on IPv6 just fine for other folks, but you aren't connecting to its v6 address for some reason. The fact it doesn't announce without IPv6 is definitely odd though.
Maybe try switching it back to use ipv4 and set the bind address to 38.87.162.46 ?
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Re: Problem with my server

by debiankaios » Post

Mantar wrote: ↑
Sun Oct 17, 2021 17:57
Could be a problem with your router or local config. Like, Minetest is listening on IPv6 just fine for other folks, but you aren't connecting to its v6 address for some reason. The fact it doesn't announce without IPv6 is definitely odd though.
Maybe try switching it back to use ipv4 and set the bind address to 38.87.162.46 ?
Then it come not on server list. If i enable ipv_6 and set bind_adress on it, it don't come on server list too. In both falls i can join.

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Re: Problem with my server

by debiankaios » Post

It seems that i haven't ipv6:

Code: Select all

$ ping6 debiankaios.host.oddprotocol.org
connect: Das Netzwerk ist nicht erreichbar
Translated:

Code: Select all

$ ping6 debiankaios.host.oddprotocol.org
connect: The network isn't reachable

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

Re: Problem with my server

by Mantar » Post

Yeah, so that's gonna be either your router or the config on the machine you're pinging from.
Lead dev of Exile, git repo: https://codeberg.org/Mantar/Exile

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Re: Problem with my server

by debiankaios » Post

Mantar wrote: ↑
Mon Oct 18, 2021 16:56
Yeah, so that's gonna be either your router or the config on the machine you're pinging from.
But ok, i disabled now ipv6 i use ipv4 because i can join, but it's a problem that it come not on server list.

User avatar
debiankaios
Member
Posts: 910
Joined: Thu Dec 03, 2020 12:48
IRC: debiankaios
In-game: debiankaios Nowe
Location: germany
Contact:

Problem with my server changed, do you know why!?

by debiankaios » Post

IDK how but now my server come in server list with disabled ipv6_server. But after a time it go out? Why!?

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: Problem with my server

by Miniontoby » Post

Set bindhost to :: and enable ipv6, then you should be able to connect. (Wait but when ipv6 works, check /etc/hostname.vio0 and ask J. (You know ;) ))

Or remove ipv6 from domain or make subdomain without ipv6 and use that without ipv6 and bind on ipv4 address
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests