menu
close

Can Ping Global DNS Server IP Address But Unable To Open URL

Domain Name System (DNS) converts website address we type on the address bar of a browser into a corresponding IP address to enable Internet access. It is very important to establish a connection between your computer and a web server. It is one of the common issues to block access to the Internet on a PC. We can identify this issue by pinging website IP address. Users can successfully ping public DNS addresses like global or open DNS but they cannot open a webpage with URLs if they are facing domain to IP conversion issues. It is like you can successfully open a website by typing the IP address of that website but you cannot open the website by using the domain name. This tutorial explains how to deal with this situation where you can ping website IP address successfully but unable to open it on a browser by typing its URL.

Can Open Website by IP address But Cannot Access With Domain Name

If you want an example of this issue, see the example below.
  1. When I try to access the Internet through a browser, I failed to go online

  2. When I ping global DNS server, I get replies

Troubleshoot Wrong DNS Settings Issues
  1. Go to command prompt try the following commands

    ping www.corenetworkz.com

  2. If you are not getting a reply from www.corenetworkz.com, try to ping public servers like global DNS server or Google DNS server.

    ping 4.2.2.2

    Now we have two chances either you got valid replies or no valid replies.

  3. Solve the DNS Issue

    If you are getting valid replies when you ping global DNS server, the issue can be concluded as follows. You are able to communicate with the Internet server but cannot communicate with a website(eg: www.corenetworkz.com). The reason is the wrong settings on your computer. To fix the issue we need to assign correct settings on your computer by following the steps provided in the link below.
    How to Assign Correct Server Address On Your Computer

Global DNS Server Addresses

The Verizon Global DNS Server Addresses are 4.2.2.2 and 4.2.2.1

  • The Preferred DNS server address should be 4.2.2.2
  • The alternate DNS address is 4.2.2.1

Now try to go online by opening your web browser and type www.corenetworkz.com.If you are not getting valid replies from the public Domain Name System, follow the instructions provided in the link below.
What if I Am Not Getting Replies From Global DNS Server

This tutorial is a part of my complete Internet Access Trouble tutorial. To read the complete tutorial to troubleshoot and solve any issues to access Internet, visit the link below.
I Cannot Go Online- Troubleshoot Complete Internet Access Issues

Example

Here I am going to explain it with an example. Here I am going to ping Google by both its domain name and IP address.

Domain Name: www.google.com
IP address: 74.125.236.165

  1. Ping Google.com

    My computer doesn't resolve URL to IP address conversion properly and thus it failed to find the host google.com. You can verify it by analyzing the image given below.
    cannot open google

    If you cannot open Google.com on your browser, you will get this reply while pinging the URL from the command prompt. However, if you ping the IP address of Google, your computer will get valid replies. It clearly tells the issue is with converting the hostname to respective IP address.

  2. Assign Valid Domain Name Server Address

    After changing the Domain Name System details on PC, there won't be any issues with opening Google on the browser by typing www.google.com.

New Topics