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:
//allow-query { localhost; }; 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...
- Log in to post comments