How do I know my DNS server and my domain IP

How do I know my DNS server and my domain IP

At some point, you may want to check which DNS server is assigned to your domain or the IP address it resolves to.
 
Whether your DNS is pointing to cdmon or to any other DNS server, you can find out which one is assigned in each case.
 
There are several websites that can provide this information, but in this guide we will show you how to obtain this public information directly from your device.
 
The method we will use is the Dig command.
 
Dig is a free tool that can be used to query servers for any internet address.
 
It allows you to obtain information about host addresses, mail exchangers, servers, and related data.
 
How to use Dig on Windows 10 or 11
The Dig command is very easy to use. It is IMPORTANT to note that Dig is not installed by default and must be installed manually. Below we explain step by step how to download and install it.

 
To find the IP assigned to any domain, simply type: dig domainname.com
 
We used Google’s domain as an example:

 
If you want to know the DNS servers of that domain, type: dig domainname.com ns and you will see the list of DNS servers.
 
How to download Dig on Windows 10 or 11
This command is typically used in Linux systems and comes pre-installed, but in Windows it must be installed manually. Here’s how to do it step by step:
 
To use it on Windows 10 or 11, you need to install an additional file. It is not included by default, but you can easily install it using a free application.
 
You need to download the file from the ISC (Internet Systems Consortium) website. Once there, go to the BIND 9 section.
 
Download the latest version labeled Current-Stable, as shown below:

 
After downloading the file, extract all contents into a folder.
 
Run (as administrator) the file BINDInstall.exe. Note that Windows Defender (or your antivirus) may warn you, so you must accept the risk and continue with the installation.
 
During installation, you will need to choose a path, username, and password. You can leave the default configuration as shown:

 
You are now almost ready to use Dig. You just need to add BIND 9 to the Windows PATH.
 
What is the Windows PATH? The PATH is a list of directories that the operating system can access easily to run programs.
 
To add the program, search for “Path” in the Windows Start menu and open Edit the system environment variables:

 
In the System Properties window, click on Environment Variables:

 
Find the variable called Path and click Edit:

 
Finally, click New and add the installation path where you installed BIND.
 
BIND 9 will now be added to your Windows PATH and you will be able to use the Dig command from the CMD terminal.
 
For more information, you can contact us .
    • Related Articles

    • What is the static DNS server and how we can modify it

      DNS is a Domain Name System, distributed naming system for resources connected to the Internet. In cdmon Static DNS means the resources that it points to are assigned constant, non-changeable IP (as in opposition to Dynamic DNS system). DNS servers ...
    • Update subdomain IP via web with dynamic free DNS

      After accessing the control panel, go to the "Free DNS" section and click on the Dynamic DNS option. If you want to update the IP automatically, you can download an application for Windows platforms (or, if your server runs on LINUX or UNIX, you can ...
    • How to add a domain to static DNS

      From the cdmon control panel you can easily and quickly add a domain to the static DNS. Access DNS management To do so, go to Free DNS in the top menu of the cdmon control panel. On the next screen, click on Static DNS to access static DNS ...
    • Add a domain to the dynamic free DNS manager

      To add a domain to the free dynamic DNS configuration, you must access the "Free DNS" section and click on the Dynamic DNS option. In the "DNS Manager" for dynamic IPs, click the highlighted option in the image (Add DNS) to add a domain. After ...
    • What is free static DNS?

      This product consists of a DNS resolution service that we provide free of charge, without the need to have any contracted service. Service features A records: for IP redirections of the main domain and its subdomains. CNAME and TXT records: to link ...