Forum archive
LAMP Appliance + Bind 9 + b9ddns
Before I was aways struggling to configure my VPS. Since a week I started using the Turnkey Lamp appliance. It's just amazing, everything works!
There is just one problem I can't figure out:
My server needs to run its own DNS. So I installed Bind 9 with apt-get and added the b9ddns module to webmin. Also dnsutils has been installed.
The bind deamon is located here (and started):
/etc/init.d/bind9
But the b9ddns module shows the following error within webmin:
Module configuration error: The command /etc/init.d/named could not be found on your system.
What did I do wrong?
The only named file i can find is:
/etc/bind/named.conf
Within terminal the named command itself is working perfectly.
I Googled for quite some time. Only thing that came up was something about creating an symbolic link. Unfortunately the page was in Hungarian (and Google Translate did not make any sense).
Thanks for you time!
Even with BIND9. Could be worth a try? It should be in the Turnkey repo so a simple case of apt-get install webmin-bind8 (or similar - if that doesn't work try apt-cache search webmin and look for bind8 or similar - I'm just going from memory).
As for getting your current config working, I'm not really sure. You could try a sym link but it may cause unexpected results? Just make sure you keep careful track of what you do so you can easily undo it if need be.