If your website is not loading or appears unreachable, running a ping test is one of the quickest ways to check whether your domain is correctly connected to your server.
What Is Ping Ping is a network diagnostic tool used to test whether a server or IP address is reachable. When you run a ping command, your device sends a small data request to the target server. If the server responds, it confirms that the server is online and reachable.
Ping works with: • A records (IPv4) • AAAA records (IPv6)
What Problems Can Ping Help Identify A ping test can help you confirm: • Whether your server is online • Whether your domain resolves to the correct IP address • Whether there is high network latency • Whether the connection is timing out
How to Use Ping on Windows
1. Press "Windows + R"
2. Type "cmd" and press Enter
3. Enter the following command: ping yourdomain.com
4. Press Enter to run the test.
Records That Can Be Pinged Indirectly
1. CNAME Record Example: www.example.com If you run: ping www.example.com
Your system will: CNAME -- follow to server.host.com -- resolve A record -- ping the IP
In this case, the ping test works indirectly.
PS: You are not pinging the CNAME record itself. You are pinging the final IP address it resolves to.
2. Nameserver You cannot ping an NS record directly. However, if the nameserver hostname has an A record, you can ping the hostname.
Example: ns1.exampledns.com -- A -- 203.0.124.5
You can run: ping ns1.exampledns.com
But this tests only whether the nameserver server is reachable, not whether DNS is configured correctly.
3. MX Record (Mail Server) MX records point to a mail server hostname.
You cannot ping the MX record itself, but you can: Look up the MX record using nslookup Then ping the mail server hostname