[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] redundancy how too....
- Subject: Re: [cobalt-users] redundancy how too....
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Mar 23 03:49:30 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I thought the secondary name server, based on the ttl of the primary,
> reached out and "asked" the primary "do you have anything for me?"
>
The named.conf file has to have an entry for each zone that it is either
master or slave for. (terms primary and secondary are depreciated).
So, in the case of a named instance acting as a slave, the zone entry must
be made.
You could probably write a 'cgi script' (password protected) that may
be accessed by the owner of the master server, allowing him to change
the named.conf file and reload named.
Gerald