Page 1 of 1

[request] slave server

Posted: Thu Jan 17, 2013 5:05 pm
by Omar
it possible adding the option in the dns script for add slave server?


regards

Re: [request] slave zone

Posted: Fri Jan 18, 2013 12:39 pm
by skid
You mean slave zone on the separate dns server for redundancy? If so then yes such functionality will be released.

Re: [request] slave zone

Posted: Fri Jan 18, 2013 1:59 pm
by Omar
skid wrote:You mean slave zone on the separate dns server for redundancy? If so then yes such functionality will be released.
yes, something like this (in /etc/named.conf):

Code: Select all

zone "myweb.com" {
        type master;
        file "/home/name_user/conf/dns/myweb.com.db";
        allow-transfer {
                ip-server;
        };
        notify yes;
}
then i can working with a dns server (ip-server) which would a slave to a vesta server (master)

for now i working in the code, for add this option, for example in packages:
Image

regards

Re: [request] slave server

Posted: Fri Apr 12, 2013 11:55 pm
by Gwynn
Hi you can use powerdns in 'supermaster' mode, as slave server. I have test this solution, and it works fine. If you interest this, i will translate my solution on English, and share with community with pleasure.

Re: [request] slave server

Posted: Sat Apr 13, 2013 8:33 pm
by skid
Sounds intresting.