• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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