This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

setting slave dns
#1
setting slave dns
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.
Reply
Thanks given by:
#2
RE: setting slave dns
(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. Smile
My geeky side: thefuzz.xyz | Photo & Video: fuzzymannerz.co.uk
Reply
Thanks given by:
#3
RE: setting slave dns
(11-20-2015, 07:17 PM)Fuzzy Wrote:
(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. Smile
thx for reply. I get the idea . Just for the clear we dont do nothing on master server right ? Big Grin
because sentora zones files another. and this if i do like the link it will cause an error ?
Reply
Thanks given by:
#4
RE: setting slave dns
(11-21-2015, 01:02 AM)fahri Wrote:
(11-20-2015, 07:17 PM)Fuzzy Wrote:
(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. Smile
thx for reply. I get the idea . Just for the clear we dont do nothing on master server right ? Big Grin
because sentora zones files another. and this if i do like the link it will cause an error ?

On the master server you will need to add more info to the Sentora zone so that it notifies the slave of any updates and knows where it is.

For example:
Code:
 type master;
 notify yes;
 allow-transfer { SLA.VE.IP.HE.RE };

This part is on: http://www.microhowto.info/howto/configu...erver.html Smile
My geeky side: thefuzz.xyz | Photo & Video: fuzzymannerz.co.uk
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Problem Setup DNS Slave rizkypratama 1 5 ,734 10-31-2017, 04:01 PM
Last Post: gozfly
How To Setting Subdomain Without Domain (.com) wehaye 2 7 ,308 09-15-2016, 11:30 PM
Last Post: wehaye
Bug configure a Bind9 slave for Sentora zone transfer denied sarsenal 0 3 ,724 05-18-2016, 02:43 AM
Last Post: sarsenal

Forum Jump:


Users browsing this thread: 1 Guest(s)