Guidelines for troubleshooting DNS-related activation issues (2024)

  • Article

You may have to use some of these methods if one or more of the following conditions are true:

  • You use volume-licensed media and aVolume License generic product key to install one of the following operating systems:
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • Windows Server 2008
    • Windows 10
    • Windows 8.1
    • Windows 8
  • The activation wizard cannot connect to a KMS host computer.

When you try to activate a client system, the activation wizard uses DNS to locate a corresponding computer that's running the KMS software. If the wizard queries DNS and does not find the DNS entry for the KMS host computer, the wizard reports an error.

Review the following list to find an approach that fits your circ*mstances:

  • If you cannot install a KMS host or if you cannot use KMS activation, try the Change the product key to an MAK procedure.
  • If you have to install and configure a KMS host, use the Configure a KMS host for the clients to activate against procedure.
  • If the client cannot locate your existing KMS host, use the following procedures to troubleshoot your routing configurations. These procedures are arranged from the simplest to the most complex.
    • Verify basic IP connectivity to the DNS server
    • Verify the KMS host configuration
    • Determine the type of routing issue
    • Verify the DNS configuration
    • Manually create a KMS SRV record
    • Manually assign a KMS host to a KMS client
    • Configure the KMS host to publish in multiple DNS domains

Change the product key to an MAK

If you cannot install a KMS host or, for some other reason, you cannot use KMS activation, change the product key to an MAK. If you downloaded Windows images from the Microsoft Developer Network (MSDN), or from TechNet, the stock-keeping units (SKUs) that are listed below the media are generally volume licensed-media, and the product key that's provided is an MAK key.

To change the product key to an MAK, follow these steps:

  1. Open an elevated Command Prompt window. To do this, press the Windows logo key+X, right-click Command Prompt, and then select Run as administrator. If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
  2. At the command prompt, run the following command:
     slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

    Note

    The xxxxx-xxxxx-xxxxx-xxxxx-xxxxx placeholder represents your MAK product key.

Return to the procedure list.

Configure a KMS host for the clients to activate against

KMS activation requires that a KMS host be configured for the clients to activate against. If there are no KMS hosts configured in your environment, install and activate one by using an appropriate KMS host key. After you configure a computer on the network to host the KMS software, publish the Domain Name System (DNS) settings.

For information about the KMS host configuration process, see Activate using Key Management Service and Install and Configure VAMT.

Return to the procedure list.

Verify basic IP connectivity to the DNS server

Verify basic IP connectivity to the DNS server by using the ping command. To do this, follow these steps on both the KMS client that is experiencing the error and the KMS host computer:

  1. Open an elevated Command Prompt window.
  2. At the command prompt, run the following command:
    ping <DNS_Server_IP_address>

    Note

    If the output from this command does not include the phrase "Reply from," there is a network problem or DNS issue that you must resolve before you can use the other procedures in this article. For more information about how to troubleshoot TCP/IP issues if you cannot ping the DNS server, see Advanced troubleshooting for TCP/IP issues.

Return to the procedure list.

Verify the configuration of the KMS host

Check the registry of the KMS host server to determine whether it is registering with DNS. By default, a KMS host server dynamically registers a DNS SRV record one time every 24 hours.

Important

Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

To check this setting, follow these steps:

  1. Start Registry Editor. To do this, right-click Start, select Run, type regedit, and then press Enter.
  2. Locate the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform subkey (previously SL instead of SoftwareProtectionPlatform in Windows Server 2008 and Windows Vista), and check the value of the DisableDnsPublishing entry. This entry has the following possible values:
    • 0 or undefined (default): The KMS host server registers a SRV record once every 24 hours.
    • 1: The KMS host server does not automatically register SRV records. If your implementation does not support dynamic updates, see Manually create a KMS SRV record.
  3. If the DisableDnsPublishing entry is missing, create it (the type is DWORD). If dynamic registration is acceptable, leave the value undefined or set it to 0.

Return to the procedure list.

Determine the type of routing issue

You can use the following commands to determine whether this is a name resolution issue or an SRV record issue.

  1. On a KMS client, open an elevated Command Prompt window.

  2. At the command prompt, run the following commands:

    cscript \windows\system32\slmgr.vbs -skms <KMS_FQDN>:<port>cscript \windows\system32\slmgr.vbs -ato

    Note

    In this command, <KMS_FQDN> represents the fully qualified domain name (FQDN) of the KMS host computer and <port> represents the TCP port that KMS uses.

    If these commands resolve the problem, this is an SRV record issue. You can you can troubleshoot it by using one of the commands that are documented in the Manually assign a KMS host to a KMS client procedure.

  3. If the problem persists, run the following commands:

    cscript \windows\system32\slmgr.vbs -skms <IP Address>:<port>cscript \windows\system32\slmgr.vbs -ato

    Note

    In this command, <IP Address> represents the IP address of the KMS host computer and <port> represents the TCP port that KMS uses.

    If these commands resolve the problem, this is most likely a name resolution issue. For additional troubleshooting information, see the Verify the DNS configuration procedure.

  4. If none of these commands resolves the problem, check the computer's firewall configuration. Any activation communications that occur between KMS clients and the KMS host use the 1688 TCP port. The firewalls on both the KMS client and the KMS host must allow communication over port 1688.

Return to the procedure list.

Verify the DNS configuration

Note

Unless otherwise stated, follow these steps on a KMS client that has experienced the applicable error.

  1. Open an elevated Command Prompt window
  2. At the command prompt, run the following command:
    IPCONFIG /all
  3. From the command results, note the following information:
    • The assigned IP address of the KMS client computer
    • The IP address of the Primary DNS server that the KMS client computer uses
    • The IP address of the default gateway that the KMS client computer uses
    • The DNS suffix search list that the KMS client computer uses
  4. Verify that the KMS host SRV records are registered in DNS. To do this, follow these steps:
    1. Open an elevated Command Prompt window.
    2. At the command prompt, run the following command:
      nslookup -type=all _vlmcs._tcp>kms.txt
    3. Open the KMS.txt file that the command generates. This file should contain one or more entries that resemble the following entry:
      _vlmcs._tcp.contoso.com SRV service location:priority = 0weight = 0port = 1688 svr hostname = kms-server.contoso.com

      Note

      In this entry, contoso.com represents the domain of the KMS host.

      1. Verify the IP address, host name, port, and domain of the KMS host.
      2. If these _vlmcs entries exist, and if they contain the expected KMS host names, go to Manually assign a KMS host to a KMS client.

      Note

      If the nslookup command finds the KMS host, it does not mean that the DNS client can find the KMS host. If the nslookup command finds the KMS host, but you still cannot activate by using the KMS host, check the other DNS settings, such as the primary DNS suffix and the search list of the DNS suffix.

  5. Verify that the search list of the primary DNS suffix contains the DNS domain suffix that is associated with the KMS host. If the search list does not include this information, go to the Configure the KMS host to publish in multiple DNS domains procedure.

Return to the procedure list.

Manually create a KMS SRV record

To manually create an SRV record for a KMS host that uses a Microsoft DNS server, follow these steps:

  1. On the DNS server, open DNS Manager. To open DNS Manager, select Start, select Administrative Tools, and then select DNS.
  2. Select the DNS server on which you have to create the SRV resource record.
  3. In the console tree, expand Forward Lookup Zones, right-click the domain, and then select Other New Records.
  4. Scroll down the list, select Service Location (SRV), and then select Create Record.
  5. Type the following information:
    • Service: _VLMCS
    • Protocol: _TCP
    • Port number: 1688
    • Host offering the service: <FQDN of the KMS host>
  6. When you are finished, select OK, and then select Done.

To manually create an SRV record for a KMS host that uses a BIND 9.x-compliant DNS server, follow the instructions for that DNS server, and provide the following information for the SRV record:

  • Name:_vlmcs._TCP
  • Type:SRV
  • Priority: 0
  • Weight: 0
  • Port: 1688
  • Hostname: <FQDN or A-Name of the KMS host>

Note

KMS does not use the Priority or Weight values. However, the record must include them.

To configure a BIND 9.x-compatible DNS server to support KMS auto-publishing, configure the DNS server to enable resource record updates from KMS hosts. For example, add the following line to the zone definition in Named.conf or in Named.conf.local:

allow-update { any; };

Manually assign a KMS host to a KMS client

By default, the KMS clients use the automatic discovery process. According to this process, a KMS client queries DNS for a list of servers that have published _vlmcs SRV records within the membership zone of the client. DNS returns the list of KMS hosts in a random order. The client picks a KMS host and tries to establish a session on it. If this attempt works, the client caches the name of the KMS host and tries to use it for the next renewal attempt. If the session setup fails, the client randomly picks another KMS host. We highly recommend that you use the automatic discovery process.

However, you can manually assign a KMS host to a particular KMS client. To do this, follow these steps.

  1. On a KMS client, open an elevated Command Prompt window.
  2. Depending on your implementation, follow one of these steps:
    • To assign a KMS host by using the FQDN of the host, run the following command:
      cscript \windows\system32\slmgr.vbs -skms <KMS_FQDN>:<port>
    • To assign a KMS host by using the version 4 IP address of the host, run the following command:
      cscript \windows\system32\slmgr.vbs -skms <IPv4Address>:<port>
    • To assign a KMS host by using the version 6 IP address of the host, run the following command:
      cscript \windows\system32\slmgr.vbs -skms <IPv6Address>:<port>
    • To assign a KMS host by using the NETBIOS name of the host, run the following command:
      cscript \windows\system32\slmgr.vbs -skms <NETBIOSName>:<port>
    • To revert to automatic discovery on a KMS client, run the following command:
      cscript \windows\system32\slmgr.vbs -ckms

      Note

      These commands use the following placeholders:

      • <KMS_FQDN> represents the fully qualified domain name (FQDN) of the KMS host computer
      • <IPv4Address> represents the IP version 4 address of the KMS host computer
      • <IPv6Address> represents the IP version 6 address of the KMS host computer
      • <NETBIOSName> represents the NETBIOS name of the KMS host computer
      • <port> represents the TCP port that KMS uses.

Configure the KMS host to publish in multiple DNS domains

Important

Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

As described in Manually assign a KMS host to a KMS client, KMS clients typically use the automatic discovery process to identify KMS hosts. This process requires that the _vlmcs SRV records must be available in the DNS zone of the KMS client computer. The DNS zone corresponds to either the primary DNS suffix of the computer or to one of the following:

  • For domain-joined computers, the computer's domain as assigned by the DNS system (such as Active Directory Domain Services (AD DS) DNS).
  • For workgroup computers, the computer's domain as assigned by the Dynamic Host Configuration Protocol (DHCP). This domain name is defined by the option that has the code value of 15 as defined in Request for Comments (RFC) 2132.

By default, a KMS host registers its SRV records in the DNS zone that corresponds to the domain of the KMS host computer. For example, assume that a KMS host joins the contoso.com domain. In this scenario, the KMS host registers its _vlmcs SRV record under the contoso.com DNS zone. Therefore, the record identifies the service as _VLMCS._TCP.CONTOSO.COM.

If the KMS host and KMS clients use different DNS zones, you must configure the KMS host to automatically publish its SRV records in multiple DNS domains. To do this, follow these steps:

  1. On the KMS host, start Registry Editor.
  2. Locate and then select the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform subkey (previously SL instead of SoftwareProtectionPlatform in Windows Server 2008 and Windows Vista).
  3. In the Details pane, right-click a blank area, select New, and then select Multi-String Value.
  4. For the name of the new entry, enter DnsDomainPublishList.
  5. Right-click the new DnsDomainPublishList entry, and then select Modify.
  6. In the Edit Multi-String dialog box, type each DNS domain suffix that KMS publishes on a separate line, and then select OK.

    Note

    For Windows Server 2008 R2, the format for DnsDomainPublishList differs. For more information, see the Volume Activation Technical Reference Guide.

  7. Use the Services administrative tool to restart the Software Protection service (previously the Software Licensing service in Windows Server 2008 and Windows Vista). This operation creates the SRV records.
  8. Verify that by using a typical method, the KMS client can contact the KMS host that you configured. Verify that the KMS client correctly identifies the KMS host both by name and by IP address. If either of these verifications fails, investigate this DNS client resolver issue.
  9. To clear any previously cached KMS host names on the KMS client, open an elevated Command Prompt window on the KMS client, and then run the following command:
    cscript C:\Windows\System32\slmgr.vbs -ckms
Guidelines for troubleshooting DNS-related activation issues (2024)

FAQs

How do I troubleshoot DNS problems? ›

If it doesn't fix your problem, move on to the solutions below, which are designed for Windows 10 users.
  1. Rule out ISP issues. ...
  2. Restart your networking equipment. ...
  3. Flush DNS cache and reset winsock. ...
  4. Perform a clean reboot. ...
  5. Run the Microsoft LLDP Protocol Driver. ...
  6. Update network adapter driver and reinstall if needed.
Sep 17, 2020

What commands do you check to ensure your DNS is working correctly? ›

Type ipconfig /all and press Enter. Look for the DNS Servers entry to check your DNS settings and verify that they are correct. If you don't see the correct DNS servers, double check your DNS settings in the Network and Sharing Center.

Which command line tools can be used to test and troubleshoot DNS? ›

  • nslookup. The task of DNS troubleshooting is primarily one of information gathering. ...
  • dig. Another favorite command-line tool for DNS troubleshooting is called dig. ...
  • host. A third command-line option for DNS troubleshooting is a simple command called host. ...
  • dnsstuff.com. ...
  • mxtoolbox.com. ...
  • dnsquery.org. ...
  • Conclusion.

How to troubleshoot errors from each event ID 12288 associated with the activation attempt? ›

If you see only event ID 12288 (without a corresponding event ID 12289), this means that the KMS client was not able to reach the KMS host, the KMS host did not respond, or the client did not receive the response. In this case, verify that the KMS host is discoverable and that the KMS clients can contact it.

What are common DNS issues? ›

Typically, DNS errors are caused by problems on the user end, whether that's with a network or internet connection, misconfigured DNS settings, or an outdated browser. They can also be attributed to a temporary server outage that renders the DNS unavailable.

What tool to fix DNS? ›

6 Useful Tools to Troubleshoot DNS Name Resolution Problems
  1. Nslookup Command.
  2. dig Command.
  3. host Command.
  4. ping Command.
  5. MXToolBox.
  6. IntoDNS.
Mar 27, 2023

Which command is used to diagnose DNS related issue? ›

Nslookup. The nslookup command is helpful in diagnosing issues with DNS name resolution. This command is comparable to Mac or Linux's dig function. It can find the IP address of a host or perform a reverse DNS lookup (to find the domain name of an IP).

How do I validate DNS settings? ›

How to check your DNS settings
  1. Click on Start, select Control Panel then double click on Network Connections.
  2. Right-click on the network connection in use and select Properties.
  3. Double click on Internet Protocol (TCP/IP)
  4. Make sure “Obtain an IP address automatically” is selected.

How do I ensure DNS security? ›

DNS Security 13 Best Practices
  1. Log all DNS activities. ...
  2. Keep the DNS cache locked. ...
  3. Configure access control lists (ACL) precisely. ...
  4. Isolate authoritative from recursive name servers. ...
  5. Constantly update the DNS server. ...
  6. Deploy dedicated DNS applications. ...
  7. Validate DNS data integrity with DNSSEC.
Jul 6, 2022

How to resolve DNS command? ›

To see your current DNS settings, type ipconfig /displaydns and press Enter. To delete the entries, type ipconfig /flushdns and press Enter. To see your DNS settings again, type ipconfig /displaydns and press Enter. You should see blank records or you might get the message "Could not display the DNS Resolver Cache."

What are two tools for reviewing DNS settings? ›

DNS lookup tools
  • dig. Short for Domain Information Groper, dig is a network administration tool for querying DNS name servers. ...
  • nslookup. One of the oldest tools for DNS lookup is nslookup . ...
  • host. ...
  • intoDNS. ...
  • MxToolbox. ...
  • DNSInspect. ...
  • What's My DNS.
Feb 12, 2015

Which command is used to manually query a DNS? ›

nslookup is a command-line tool for network administration. It can be used to query Domain Name System (DNS) records for domain names.

How do I try the activation troubleshooter? ›

Select Start > Settings > Update & Security > Activation , and then select Troubleshoot to run the Activation troubleshooter.

Where is the activation troubleshooter? ›

To use the troubleshooter, select Start > Settings > Update & Security > Activation , and then select Troubleshoot .

What is an error occurred during activation 0xc004c008? ›

This error is caused by the activation server being aware that the Windows 10 product key may have been used on multiple PCs.

Can DNS cause connection issues? ›

DNS problems may stop you from being able to visit Web sites. If you're having problems connecting, it doesn't take much work to see if DNS is the cause, and if it is, to try to fix it.

What is DNS conflict? ›

DNS conflicts are caused by overlapping DNS records. If DNS records overlap, the conflicting DNS records will either not at all or only partially function. If you add a DNS record that conflicts with other DNS records of an active service, a warning will be displayed.

How to resolve DNS using IP? ›

  1. Open a command prompt.
  2. Type: nslookup [enter]
  3. Type: server [enter] ...
  4. Type: set type = ptr.
  5. Type the IP your're trying to resolve (e.g., 192.168. 11.22) , and it should return the hostname, if the host is a machine known to your DNS server.
Dec 23, 2021

What controls DNS? ›

ICANN is the global non-profit organization responsible for coordinating the Internet's core systems of unique identifiers, most notably the Domain Name System (DNS).

How do I clear my DNS cache? ›

Android (version 12)

Open Chrome. In the URL bar, type in chrome://net-internals/#dns: In the left pane, select DNS. In the right pane, tap the Clear host cache button.

Which is the most important of the network troubleshooting steps? ›

Which is the most important of the network troubleshooting steps? Identify the exact issue.

How to activate DNS? ›

Configure forwarders
  1. From the Windows desktop, open the Start menu, select Windows Administrative Tools > DNS.
  2. Select and hold (or right-click) your server, and then select Properties.
  3. Select the Forwarders tab, then select Edit.
  4. Enter the IP address of the DNS server to forward requests to. ...
  5. Select OK.
Mar 13, 2023

How do I check DNS entries? ›

To check a specific DNS record, you need to specify the nslookup command, an optional record type (for example, A , MX , or TXT ), and the host name that you want to check. Note: If you omit the record type, it defaults to A . The first two lines of output specify the server to which the request was directed.

What is DNS authentication? ›

DNS-based Authentication of Named Entities (DANE) is an Internet security protocol to allow X. 509 digital certificates, commonly used for Transport Layer Security (TLS), to be bound to domain names using Domain Name System Security Extensions (DNSSEC).

How DNS works step by step? ›

When searching for example.com, our request is pointed toward the .com TLD. The resolver then makes a request to the .com TLD. The TLD server then responds with the IP address of the domain's nameserver, example.com. Lastly, the recursive resolver sends a query to the domain's nameserver.

How do I know if a DNS is safe? ›

Go to the DNS leak test website. It not only allows you to check your VPN connection for leaks, but also provides advice on how to fix any leaks you find. For VPN check, see if the displayed IP address and location match your real ones. If so, either you're not connected to a VPN, or your VPN service is not working.

What are two recommended commands for troubleshooting DNS issues? ›

Troubleshooting DNS Issues {nslookup, dig, host & More}
  • Check TCP/IP Settings.
  • Flush the DNS Cache.
  • Release and Renew DHCP Server IP.
  • Change to Public DNS Servers.
  • Use dig.
  • Use nslookup.
  • Use host.
  • Use traceroute or tracert.
Nov 17, 2021

What are the three main components of DNS? ›

DNS consists of the following components:
  • Domains: A domain is a logical group of computers in a large network. ...
  • Distributed Database: A distributed database is an archive of information about the computers in a network.
  • Name Servers: A name server contains address information about other computers on the network.

What 4 actions are available for a DNS control rule? ›

Policy Execution
  • Who, Where, & When: [(Users OR Groups OR Departments) AND (Locations OR Location Groups) AND Time Intervals]
  • Source IP: (Source IPv4 Groups OR IP Addresses)
  • Destination/Resolved IPs: (Destination IPv4 Groups OR DNS Server IP Addresses)

What two tools query the DNS server? ›

In the following questions, you will learn to use two useful tools for querying for Domain Name System (DNS) information: nslookup and dig. The nslookup program queries Internet domain name servers (DNS). Entering the command nslookup will give you the name of the name server your system knows and its IP address.

How do DNS servers resolve a DNS query? ›

When a user tries to access a web address like “example.com”, their web browser or application performs a DNS Query against a DNS server, supplying the hostname. The DNS server takes the hostname and resolves it into a numeric IP address, which the web browser can connect to.

Which command is used to check the DNS table? ›

Users will generally need administrative access. Depending on your operating system, you can view DNS contents by following these instructions: Windows: Open your command prompt and enter the command “ipconfig /displaydns.” You should then be able to see the records.

How do I manage product activation failed? ›

How to Fix the "Product Activation Failed" Error in Microsoft Office Apps
  1. Apply Some Preliminary Fixes. ...
  2. Don't Use a Cracked Version of Microsoft Office Apps. ...
  3. Don't Use a Pirated Copy of Windows. ...
  4. Ensure Your Subscription Hasn't Expired. ...
  5. Ensure You Are Logged Into the Correct Account. ...
  6. Ensure the Date Is Set Correctly.
Feb 21, 2023

Why can't my device be activated? ›

Restart the phone: Simply power the phone off, wait a couple of minutes and then power it back on. Once the phone has signal, place a call to confirm activation success. Reset Network Settings: From your phone, go to Settings, and locate Reset Network Settings or Reset Wi-Fi, mobile, and Bluetooth (in some models).

What is invalid activation code error? ›

When entering an activation code, you may see the hint "Invalid activation code". The error occurs if you have entered the activation code incorrectly.

Where is the activation window? ›

To check activation status in Windows 10, select the Start button, and then select Settings > Update & Security and then select Activation . Your activation status will be listed next to Activation. You are activated.

How to check activation key Windows 10? ›

Windows 10 key retrieval using CMD

Open the command line by searching for “CMD” or “command line.” Select the correct search result. Alternatively, launch a Run window and enter “cmd” to launch it. Type the command “slmgr/dli“ and hit “Enter.” The command line displays the last five digits of a licensing key.

How do I trigger Windows activation? ›

On a client computer, open a Command Prompt window and run the command Slmgr.vbs /ato . The /ato command causes the operating system to attempt activation by using whichever key has been installed in the operating system. The response should show the license state and detailed Windows version information.

How do I fix waiting for activation error? ›

How to fix the Waiting for activation error message
  1. Check Apple's server status page. ...
  2. Make sure that you're connected to the internet. ...
  3. Refresh your connections to iMessage and FaceTime. ...
  4. Sign out of your Apple ID account. ...
  5. Check that your time and date are correct. ...
  6. Update your iPhone, iPad, or iPod. ...
  7. Factory reset your device.
Oct 27, 2022

How do I run activation troubleshooter from command line? ›

In elevated CMD window Type “slmgr /ipk license-key” without the quotes. In place of license-key enter your windows license key. Hi, Microsoft Support Diagnostic Tool or MSDT.exe can be used to invoke and launch any Windows Troubleshooting Pack or Troubleshooter from the command line.

What is activation error 004f050? ›

Here are a few reasons why you might see activation error 0xC004F050: You entered a product key that can't be used to activate Windows. Enter a different valid Windows 10 product key or buy a new product key. For more info, see Activation in Windows 10.

Why am I getting a DNS error? ›

The “DNS server not responding” error message means that the DNS of the domain you want to reach is unavailable or your browser cannot connect to the internet. Possible fixes include restarting your router or modem, checking for network issues, and updating your browser.

How do I ping my DNS server? ›

How to run a ping network test
  1. Type “cmd” to bring up the Command Prompt.
  2. Open the Command Prompt.
  3. Type “ping” in the black box and hit the space bar.
  4. Type the IP address you'd like to ping (e.g., 192.XXX.X.X).
  5. Review the ping results displayed.

Will a DNS error fix itself? ›

Remove Multiple Antiviruses

Check to see if you have two or more antivirus programs currently running as this may be the reason for the DNS issue. Once you disable all additional programs, reboot your system and the problem should resolve itself.

Is it safe to flush DNS? ›

Yes, it is safe to flush your DNS. Some people worry about clearing or resetting their DNS cache, or if doing it too often will cause some sort of damage. This may be due to some operating systems asking for administrator permission or elevated privileges in order to do so.

How do I force DNS update? ›

You use the ipconfig /registerdns command to manually force an update of the client name registration in DNS.

What to do if DNS server is not responding? ›

  1. Use a Different Web Browser. ...
  2. Try Accessing a Website With a Different Device. ...
  3. Restart Your Router. ...
  4. Investigate Possible Network Issues. ...
  5. Manually Set Your DNS Server. ...
  6. Clear the DNS Cache. ...
  7. Disable Internet Protocol Version 6. ...
  8. Temporarily Deactivate your Firewall and Disable Antivirus.
Sep 30, 2022

What is the DNS of an IP address? ›

The domain name system (DNS) is a naming database in which internet domain names are located and translated into Internet Protocol (IP) addresses. The domain name system maps the name people use to locate a website to the IP address that a computer uses to locate that website.

How to lookup DNS by IP command? ›

Using Windows command line

Type nslookup followed by the IP address and press 'Enter. ' For example, it can be nslookup 8.8. 8.8. Now, the command prompt will return the DNS name and the IP you entered.

What is the nslookup command? ›

The nslookup command queries internet domain name servers in two modes. Interactive mode allows you to query name servers for information about various hosts and domains, or to print a list of the hosts in a domain. In noninteractive mode, the names and requested information are printed for a specified host or domain.

Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 6251

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.