lkml.org 
[lkml]   [1997]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux 2.0.30

>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); };
};



\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.023 / U:0.724 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site