You’ve done this on your windows server now we will do it on linux server.
For Linux dedicated hosting server the steps are as follows:
Kindly login in your dedicated web server as root, now you’re requested to edit the BIND configuration file which can be done by the command nano /etc/named.conf , each server has PRIMARY-IP and a SECONDARY-IP which are the name servers on the dedicated web server.
Add this in the BIND configuration file:
acl “trusted” {
PRIMARY-IP;
SECONDARY-IP;
127.0.0.1;
};
allow-recursion { trusted; };
allow-notify { trusted; };
allow-transfer { trusted; };
Remember to restart the named daemon on the dedicated server by the command service named restart
You’ve now done with closing open DNS recursion on your dedicated hosting server!
This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.



