Page 1 of 1

Failover DNS Setup

Posted: Tue Jun 17, 2014 8:54 am
by M1LIAM
Hi there,

First of all I would like to say thanks to the VestaCP team for making this amazing Control Panel, Great Job :D.

Now my question is what do I have to do to set up the second name server?

I have DNS set up and runnig on my main VestaCP VPS and I have another VPS that I would like to use just as a slave DNS server, What do I have to do to set this up? Do I have to have VestaCP Installed on the second VPS too? Or just bind?

Any help would be great, Thanks.

Re: Failover DNS Setup

Posted: Wed Jun 18, 2014 2:50 am
by ivanh

Re: Failover DNS Setup

Posted: Thu Jun 19, 2014 9:59 am
by M1LIAM
Hi,

Thanks for the quick reply, I seem to be having some issues following that tutorial... I am using CentOs 6.5, So if someone could maybe please explain to me a bit more in-depth (First time using nameservers) that would be great,

Thanks, Liam.

Re: Failover DNS Setup

Posted: Sat Jun 28, 2014 10:58 am
by ahmiq
M1LIAM wrote:Hi,

Thanks for the quick reply, I seem to be having some issues following that tutorial... I am using CentOs 6.5, So if someone could maybe please explain to me a bit more in-depth (First time using nameservers) that would be great,

Thanks, Liam.

same here..
when i issue the command:
/v-add-remote-dns-host domain.com admin password
Error: not enought arguments
Usage: v-add-remote-dns-host HOST PORT USER PASSWORD [TYPE] [DNS_USER]
using centos 6.5 64 bit

Re: Failover DNS Setup

Posted: Sat Jun 28, 2014 11:22 am
by imperio
The function adds remote dns server to the dns cluster
Run following command on a master:

Code: Select all

v-add-remote-dns-host slave.yourhost.com 8083 admin p4sw0rd

Re: Failover DNS Setup

Posted: Wed Jul 02, 2014 3:38 pm
by ivanh
ahmiq wrote:
M1LIAM wrote:Hi,

Thanks for the quick reply, I seem to be having some issues following that tutorial... I am using CentOs 6.5, So if someone could maybe please explain to me a bit more in-depth (First time using nameservers) that would be great,

Thanks, Liam.

same here..
when i issue the command:
/v-add-remote-dns-host domain.com admin password
Error: not enought arguments
Usage: v-add-remote-dns-host HOST PORT USER PASSWORD [TYPE] [DNS_USER]
using centos 6.5 64 bit
You're missing the port number.

Try:

Code: Select all

/v-add-remote-dns-host domain.com 21 admin password

Re: Failover DNS Setup

Posted: Wed Jul 02, 2014 3:42 pm
by imperio
/v-add-remote-dns-host domain.com 21 admin password
port of number 21 for ftp server

Re: Failover DNS Setup

Posted: Wed Jul 02, 2014 11:54 pm
by ivanh
imperio wrote:
/v-add-remote-dns-host domain.com 21 admin password
port of number 21 for ftp server
Whoops, use port 8083.