Re: Linux 2.0.30

Mike Cunningham (root@shaw.wave.ca)
Thu, 18 Dec 1997 15:32:55 -0500 (EST)


>Hate to ask a stupid question but when I try to run named it always comes
>up with a "unable to load /etc/named.conf" or some such. I really need to
>get this thing back online. Was using a much older copy of Linux before.
>Can anyone help?

Add the following lines to /etc/named.conf, (edit ip's, domain, dir)

options {
directory "/var/named";
check-names response warn;
notify yes;
};

zone "your.domain.here" {
type master;
file "db.subdomain";
};

# For secondary name server setup, add this line also...

zone "your.domain.here" {
type slave;
masters { ip.address.of.master(s); };
};