Operating System - Linux
1825720 Members
3440 Online
109686 Solutions
New Discussion

use slaves as forwarders for the master dns

 
SOLVED
Go to solution
'chris'
Super Advisor

use slaves as forwarders for the master dns

hi

I have a public master DNS BIND 9 for some internet domains
and 3 DNS servers from my ISP:

201.X.X.10
201.X.X.9
201.X.X.5

are SLAVES.


should I configure my master dns to allow forwarders from my ISP with the:

forward first;

option, or better I should leave like this:

# forwarders { 201.X.X.10; 201.X.X.9; 201.X.X.5; };

# Enable the next entry to prefer usage of the name
# server declared in the forwarders section.

# forward first;
# forward only;

and don't configure any forwarders, because I'm the master ?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: use slaves as forwarders for the master dns

Shalom,

Chris, your ISP likely is set up to permit forwarding from their network, which in essence includes your Internet Address. Its okay to try what you propose. If it does not work, you will know and can contact them.

I also recommend logging so you can see when forward requests fail in /var/log/messages

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vitaly Karasik_1
Honored Contributor
Solution

Re: use slaves as forwarders for the master dns

If I understand you properly and you have master NS for chriszone.com and several slaves for this zone on your ISP NSs, you don't need to use forward statement at all.