Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2000 10:29:57 -0400
From:      "List Manager" <listmgr@epooch.com>
To:        "Joe Konecny" <jkonecn@green-mfg.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: dns
Message-ID:  <003001c0306b$1204c3f0$059aa8c0@POOCH>
References:  <39DCDC17.DC7ED928@green-mfg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Set up the DNS DBs like the FreeBSD handbook states, but don't set up the
named.boot.  Instead, look at the /etc/namedb/named.conf file.  At the
bottom is the set up for each zone.  You need to add your zones like:

zone "green-mfg.com" {
    type master;
    file "db.green-mfg.com";
};

There are samples (commented out) in the named.conf for slave DNS.  Don't
forget localhost.rev.

In /etc/rc.conf  add
named_enable="YES"
named_flags="-b /etc/namedb/named.conf"

----- Original Message -----
From: "Joe Konecny" <jkonecn@green-mfg.com>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Thursday, October 05, 2000 3:52 PM
Subject: dns


> I working on understanding how to set up dns on fbsd.  Everything
> was going well till I found that my book used named.boot in
> it's examples and apparently bind v8 wants named.conf.  I know
> nothing about how to configure using named.conf.  Any pointers
> to resources?




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003001c0306b$1204c3f0$059aa8c0>