I have 2 servers each with only one IP address. I need that server A and server B is ns1.domain.tld ns2.domain.tld
The virtualmin until the documentation is excellent, and I found an excellent tutorial for this so-called "DNS Slave Auto-configuration" link https://www.virtualmin.com/documentation/dns/slave-configuration I followed all the steps as a tutorial, and Servers: BIND DNS Server> Cluster Slave Servers> Add Server in the Name field for NS record ns2.domain.tld
However, it did not work. I can not use the register ns2.domain.tld
In making the restart of bind the slave server service bind9 restart
:
* Stopping domain name service ... bind9 rndc: connect failed: 127.0.0.1 # 953: connection refused
[OK]
* Starting domain name service ... bind9 [fail]
And by giving the command named-checkconf
:
/ etc / bind / named.conf.local: 166: unable to find masters list 'ns1.domain.tld'
... / / ...
... / / ...
... / / ... etc ...
I wonder what I'm doing wrong. Can anyone give me a hand?
Comments
Submitted by andreychek on Sun, 02/05/2012 - 13:42 Comment #1
Howdy -- you'd want to make sure that there is a DNS 'A' record setup for both 'ns1.domain.tld' and 'ns2.domain.tld', it sounds like it may not know where those are pointing.
You can set that up in Server Configuration -> DNS Records.
However, remember that the Support area here is for Virtualmin Pro customers. If you're using Virtualmin GPL, you'd want to use the Forums for support. We monitor the forums, along with lots of wonderful folks from the community. Thanks!
Submitted by rdeprera on Sun, 02/05/2012 - 14:28 Comment #2