D
Dimka
Guest
Hello There!
Need advance in master and slave DNS settings I have 2 servers and i want to setup them that way if one is timeout all queries will follow to another . I have a plesk 7.5 panel and it's default template is made only for a single server setup. I also have 2 NS addresses in deferent C class networks
here is the template
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns.<domain>. A <ip>
webmail.<domain>. A <ip>
i assume this template should be remade like this
<domain>. NS ns1.<domain>.
<domain>. NS ns2.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns1.<domain>. A 10.0.1.10
ns2.<domain>. A 10.0.2.10
webmail.<domain>. A <ip>
the same stuff on the slave server
Then add definition string into named.conf
zone "example.com" in{
type master;
and the slave sting to the slave server
will it work like this ?
or there is another way?
Thanks in advance
Need advance in master and slave DNS settings I have 2 servers and i want to setup them that way if one is timeout all queries will follow to another . I have a plesk 7.5 panel and it's default template is made only for a single server setup. I also have 2 NS addresses in deferent C class networks
here is the template
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns.<domain>. A <ip>
webmail.<domain>. A <ip>
i assume this template should be remade like this
<domain>. NS ns1.<domain>.
<domain>. NS ns2.<domain>.
<domain>. A <ip>
<domain>. MX (10) mail.<domain>.
<ip> / 24 PTR <domain>.
ftp.<domain>. CNAME <domain>.
mail.<domain>. A <ip>
ns1.<domain>. A 10.0.1.10
ns2.<domain>. A 10.0.2.10
webmail.<domain>. A <ip>
the same stuff on the slave server
Then add definition string into named.conf
zone "example.com" in{
type master;
and the slave sting to the slave server
will it work like this ?
or there is another way?
Thanks in advance