Javascript required
Skip to content Skip to sidebar Skip to footer

Ping Request Could Not Find Host 10903263000 Please Check the Name and Try Again

Today I faced connectivity issues on my computer while trying to access my blog SysToSys. Though I could not load SysToSys.com on my computer, the same blog opened on my other devices sharing the same WiFi connection.

Which showed the Internet was working fine, but something wrong with my computer prevented loading my blog.

I pinged my blog from the command prompt as part of the troubleshooting, but the command prompt showed an error message.

The error message displayed on the command prompt as the reply for my ping request was: Ping request could not find host www.systosys.com. Please check the name and try again.

I tried to ping www.google.com to verify the error. When I pinged Google, I received the same error message.

I received the same ping reply while pinging Youtube too. So, I decided to ping the Google Public DNS IP address.

You can see the result in the screenshot provided below.

Ping request could not find host www.netflix.com. Please check the name and try again

PS: Google Public DNS IP addresses are 8.8.8.8 and 8.8.4.4

I received a valid reply from the Google Public DNS IP address. You can see one reply out of four is Request Timed Out, which I will explain in another tutorial.

Now let us check the reason for getting the error message Ping request could not find host www.youtube.com. Please check the name and try again.

What is the Reason To Get Ping Request Could Not Find Host Error Message?

You receive this error message due to the wrong DNS information stored on your computer. When you type the URL of a website on a browser, your computer needs to know the IP address of the website to load it.

Your computer does it by a process called DNS lookup. DNS lookup process converts the website host address into the respective IP address.

Domain Name System (DNS) helps your computer in the DNS lookup process.

For example, when you type

www.systosys.com

on the browser address bar, your computer checks the respective IP address of the hostname

systosys.com

in the DNS lookup table.

If the DNS information stored on your computer fails to complete the DNS lookup process, you will receive the error message Ping request could not find host www.systosys.com. Please check the name and try again.

I hope you understand the reason behind this ping reply now. I hope you understand the reason behind this ping reply now. Now let me explain how to resolve the error Ping Request Could Not Find Host. Please Check the Name and Try Again.

Follow the troubleshooting steps provided below.

How to Fix Ping Request Could Not Find Host Error Message?

  1. Flush the DNS Lookup Table

    As we discussed before, the prime reason to get this error message is the corrupted DNS Lookup table on a computer. To fix it, we need to clear the current DNS Lookup table and get the latest DNS entries.

    • Open Command Prompt (Type command on the Windows search bar and click to open)
    • Type the command ipconfig/flushdns and press enter


    • Reboot your computer

    Once the Windows Operating System successfully flushed the DNS Resolver cache, you will be able to access the website by typing the domain name.

    If the issue persists, you should go to the next step.

  2. Change the Default DNS Server Assigned to Your PC

    You can change the default slower DNS server provided by the ISP with a faster and secure Google Public DNS or OpenDNS.

    OpenDNS
    • 208.67.222.222
    • 208.67.220.220
    Google Public DNS
    • 8.8.8.8
    • 8.8.4.4

    You can use either OpenDNS or Google Public DNS as the DNS server address on your computer. To do it on a Windows 10 device, follow the steps below.
    1. Go to Settings and click Network & Internet
    2. Click on Change adapter options


    3. Right Click on the Active connection and click Properties
    4. Select Internet Protocol Version 4 (TCP/IPv4) and click the Properties button


    5. Select the radio button Use the following DNS server addresses


    6. You can use either Google Public DNS address or OpenDNS.


      I use OpenDNS IP addresses to fill the Preferred DNS server and Alternate DNS server . Make sure you fill both preferred and alternate DNS server fields.
    7. Click OK to complete the process.
    8. Restart your PC

Some of our recent tutorials.

  1. Error 718: The Connection was Terminated because the Remote Computer did not Respond in a timely manner
  2. How to Change Default Blogger Post Font Size For Individual Page?
  3. How to Fix Destination Host Unreachable Error?
  1. How to Optimize Blogspot Template for More Search Traffic?
  2. The Easiest Method to Watermark Photos On Windows Devices

About The Author:

Siju Goerge is a Microsoft and Cisco Certified Network Engineer. He has been working in the network engineering field since 2006.

The author has a Bachelor of Engineering in Computer Science and a handful of network certificates.

In SysToSys.com, the author shares his experiences in network engineering life.

breretonyouldon.blogspot.com

Source: https://www.systosys.com/2020/07/ping-request-could-not-find-host-please.html