• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

DNS recursion local only does not work

JeremiahC

New Pleskian
Plesk 9.5.4 windows. When I check Allow for local requests only under DNS Recursion, it changes the contents of the named.user.conf file to
options{ allow-recursion {localnets; }; version none;};
Then use my home computer to do an nslookup of google from the plesk server, the server responds to the recursive query.
When I change the selection to Deny it changes the contents of the named.user.conf to
options{ allow-recursion {none; }; version none;};
then I run the same test from my home pc and get
can't find google.com: Query refused.
Thich is the correct answer.

So my question is why is the local only not working? Does the localnets need to be defined somewhere?
 
Back
Top