RE: setting slave dns
11-21-2015, 01:02 AM
(This post was last modified: 11-21-2015, 01:19 AM by fahri.)
(11-20-2015, 07:17 PM)Fuzzy Wrote:thx for reply. I get the idea . Just for the clear we dont do nothing on master server right ?(11-17-2015, 11:54 PM)fahri Wrote: hey im using sentora with one ns. I have another vps now and i want to use this slave-dns.
Is there any how-to for setting secondary name server? please link
and im very begginer all of this.
These sites have helped me to set stuff up before and understand what it's all about, make sure you have port 53 opened on both servers too.
It all depends on the OS, these are a mix of Ubuntu and CentOS but you should get the idea from the guides.
http://www.microhowto.info/howto/configu...erver.html
https://www.howtoforge.com/installation-...-on-centos
http://idroot.net/tutorials/install-bind...er-ubuntu/
As the master server contains all of the DNS information in one file and you're not adding domains manually you just need one slave zone setup on the secondary server, for example:
Code:zone "sentora" {
type slave;
file "/var/cache/bind/sentora.db";
masters {MAS.TER.IP.HE.RE;};
};
I'm not too good at it myself but I hope this is of some help and at least gets you started.
because sentora zones files another. and this if i do like the link it will cause an error ?