I'm testing a secondary dns built with this howto slave server setup but I ran in to interesting problem. I can lookup all the domains when I'm on ns2 using this command That works fine. How ever I cant lookup anything from any other host. Why would bind9 only answer from localhost?
Let me rephrase that. How can I change "named" to listen on 0.0.0.0? Now it's only listening on these ports...
The how to link was wrong. It's this... http://www.howtoforge.com/installin...tabase-servers-on-debian-5.0-with-ispconfig-3
I figured it out. It was OpenVZ virtualization that was the problem. I had to create a veth network device interface before I could get Bind to listen properly.
I have a question. If I were to implement this on a new DNS slave server, should I manually copy the dns_* related database tables first? So that all the records on the dns_ tables are identical on all the DNS servers?