You are here

If Bind was installed after Virtualmin

Submitted by Alan Mels on Sun, 12/16/2018 - 13:42

Normally Virtualmin installation script should take care of Bind installation also. However, sometimes on dedicated servers it does not get installed during Virtualmin setup, so must be installed separately thereafter. In that kind of cases make sure to set:

  1. //allow-query { localhost; };
  2. allow-query { any; };

in /etc/named.conf file as otherwise domain names won't resolve to the server's IP.

https://serverfault.com/questions/330385/bind-would-not-work-unless-allo...