Operating System - Linux
1829163 Members
2350 Online
109986 Solutions
New Discussion

Re: find DNS Slave server for my Master DNS server

 
SOLVED
Go to solution
'chris'
Super Advisor

find DNS Slave server for my Master DNS server

hi

I'd like to setup my own external DNS Master Server to maintain self domain DNS entries.
Now howto find some Slave Server to synchronize
zones, if my ISP is not agree ?

kind regards
chris
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: find DNS Slave server for my Master DNS server

You either ask a friend who also runs a public DNS server to secondary your zones, or you go to any company that does DNS hosting, and ask them about their secondary fees.
One long-haired git at your service...
'chris'
Super Advisor

Re: find DNS Slave server for my Master DNS server

I'd like to synchronize my MASTER DNS with the name servers from my ISP,
because I don't have any slaves (backup server)
or friends with a public name server.
My ISP is agree and told me I should put the following to the named.conf options:

allow-transfer {69.X.X.1; 69.X.X.2; 69.X.X.3; };

but I think this is completely wrong, because I'm a master.

what do you think about that ?