Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 1997 13:45:14 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        FreeBSD Hackers <Hackers@FreeBSD.ORG>
Subject:   BIND 8.1 is pretty cool
Message-ID:  <Pine.SV4.3.95.971003132906.4232B-100000@parkplace.cet.co.jp>

next in thread | raw e-mail | index | archive | help
I recently installed BIND 8.1 on a machine that only does DNS and it looks
pretty good. The /etc/named.conf has a whole bunch of knobs, but you can
start off with a simple config and tweak to your hearts delight.  It comes
with a perl script to convert old named.boot files.  Thankfully, the zone
files still use the same format.

Incorporating the new resolve stuff into apps will take a little
investigating.

The library source code is particularly impressive, take a look at the
eventlib stuff.  The abstraction of the IO channels in C is excellent. 
This can be reused in a variety of network server applications.  See
http://www.isc.org to get a distribution.

On 2.2 just do...

make
make install
Edit /etc/named.conf (See the simple example at www.isc.org)
Take a look at ./bin/named.conf for detailed examples.
Edit /etc/rc.conf to startup named


Regards,


Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.95.971003132906.4232B-100000>