How to Program "Closed or Close DNS Server"

Discussion in 'Suggest HOWTO' started by bpmee, Oct 14, 2006.

  1. bpmee

    bpmee Member

    Hi All,

    I recently ran some of my websites on my ISPconfig server (Fedora Cora 4) through http://www.dnsreport.com, and saw one glaring error: "Open DNS Servers".

    Essentially closing DNS servers prevents "recursion".

    I'm not 100% on what this means, but all I can say is that I found a pretty good - and simple - way to close your servers:;)

    http://www.webhostgear.com/321.html

    It takes about 10 mins at most of configuration and troubleshooting. Be careful with DNS, the slightest error can cause it to not function.

    Hopefully this is compatible with all ISPconfig releases...:D
     
  2. edge

    edge Active Member Moderator

    Here is a one minute fix:

    1) open
    Code:
    /root/ispconfig/isp/conf/named.conf.master 
    2) add the following code to the options part:
    Code:
    allow-recursion {
    localhost;
    };
    3) restart named
     

Share This Page