[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Re: Secondary DNS Server
- Subject: RE: [cobalt-users] Re: Secondary DNS Server
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Sun Feb 23 07:11:02 2003
- Organization: WebTent Networking, Inc.
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >
> >In ControlPanel DNS Parameters
> >Enter a record "Add Secondary Name Service for Domain"
> >Enter the domain name that you are going to serve as
> secondary (slave)
> >for. Enter the IP address of that domain's primary
> nameserver. Click on
> >"update list" Then "save changes"
> >
>
> That's exactly what I did. But the secondary nameserver does
> not appear to automatically load any zone files from the
> primary. What else is required for the secondary nameserver
> to update itself?
>
Be sure your primary name server is allowing transfers to your secondary
name server. In /etc/named.conf, add the following allow-transfer line
in the options section:
options {
directory "/etc/named";
allow-transfer { x.x.x.x; };
};