Cant reach Server via Domain, but with public IP???
Hi, I am running a Minecraft Server on my Home Server.
Everything seems to work but I can only connect through the public or private IP, not the domain.
The domain points to the exact same IP which works from the screenshot.
I already tried disabling ufw and I portforwarded 25565.
The server runs on the IP 0.0.0.0.
10 Replies
I just did a
nslookup
on your domain. It's not being proxied via Cloudflare, so the issue you're facing doesn't seem to be related to Cloudflare.Okay but doesnt the domain just resolve to the ip. The ip works so I thought it has to be the issue somehow. Can you give me a guess what the problem might be?
Is your web server configured to accept requests from your domain?
Hmm... What if you try to add the DNS record as shown?
You mean the srv record?
Yes.
I don't know if it helps but no harm trying.
okay I will try thank you
It sadly still doesnt work. Could it maybe be my problem? The Minecraft Server Status Website says that everything is fine
Maybe bad dns cache on your machine?
I already set this server up yesterday and I also flushed dns two times but it doesnt seem to change
I dont know if this information is important but I just saw that it says Connection refused and not Unknown Host or something like that
It was a client side problem. Writing
netsh winsock reset
and netsh int ip reset
solved it. A simple restart or flush dns didnt seem to work. Thank you all!