BangkokVPS.com

×
×

Knowledgebase

The knowledgebase provides documentation written by our team. Please select a category or search for answers.

Articles

How to Disable Recursion on the DNS Server?

To disable recursion on the DNS server using the Windows interface
  1. Open DNS Manager.

  2. In the console tree, right-click the applicable DNS server, then click Properties.

    Where?

    DNS/applicable DNS server

  3. Click the Advanced tab.

  4. In Server options, select the Disable recursion check box, and then click OK.

Additional considerations

  • To open DNS Manager, click Start, point to Administrative Tools, and then click DNS.

  • If you disable recursion on the DNS server, you will not be able to use forwarders on the same server.

To disable recursion on the DNS server using a command line
  1. Open a command prompt.

  2. Type the following command, and then press ENTER:

     
     
    dnscmd <ServerName> /Config /NoRecursion {1|0}
    

 

Was this article helpful?
Dislike0 Like0
Views: 794