On Mon, 12 Apr 1999, iodine wrote:

> On the topic of DNS anyone kind enough to forward a copy of a named.conf
> file for bind that shows me how to setup the domains I host on the dns
> server as seconardy.
 
> named.boot contains (cut to show example of interested part)
> secondary       domain        pri\domain.zone
 
> I just need to know how I changed the named.conf on a primary dns to suit a
> secondary dns setup, and then forced it to only look at 1 master for
> changes?

Really?  I just used named-bootconf.pl that came with the updated bind.
It generated stuff like this for my secondary domains:

zone "fakedomain.com" {
        type slave;
        file "fakedomain.com.domain";
        masters {
                192.168.17.233;
        };
};
-- 
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys  +281-895-8101   http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX  77014, USA

Reply via email to