I have encountered some issues regarding domain name resolution

What is the name of the domain?

huahua88.org

What is the issue you’re encountering

I purchased a domain name on Cloudflare and I want to resolve it to my server, but I am currently experiencing some issues. I added ‘Class A+server IP+5-minute TTL’ in the domain name record, but when I entered ‘ping+domain name’ in the command prompt, the result was that I couldn’t find the host.

What feature, service or problem is this related to?

DNS records

Works fine, however it might be due to the local ISP cache and it doesn’t resolve over your DNS servers:

$ ping huahua88.org

Pinging huahua88.org [172.67.176.34] with 32 bytes of data:
Reply from 172.67.176.34: bytes=32 time=11ms TTL=55
Reply from 172.67.176.34: bytes=32 time=11ms TTL=55
Reply from 172.67.176.34: bytes=32 time=12ms TTL=55
Reply from 172.67.176.34: bytes=32 time=11ms TTL=55

Ping statistics for 172.67.176.34:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 11ms, Maximum = 12ms, Average = 11ms

Is it local IP address such as 192.xxx.xxx.xxx or 127.xxx.xxx.xxx? :thinking:
If yes, then unfortunately it won’t work as expected and you’d need a public static IP address. Otherwise, you could use cloudflare tunnel to bound your service or website from your device locally and make it available to the public Internet (without the need to have a public static IP address and open ports on your router/firewall).

Furthermore, DNS record A huahua88.org does (not the www) resolve over below nameservers for your domain, however I got 523 error as follows:

$ curl -I https://huahua88.org/
HTTP/2 523 
date: Sun, 29 Dec 2024 16:22:31 GMT
content-type: text/plain; charset=UTF-8
gwen.ns.cloudflare.com
hasslo.ns.cloudflare.com

More about troubleshooting steps for 523 error:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.