Date: Thu, 17 Jun 2004 14:12:47 +0930 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: freebsd-hackers@freebsd.org, jmlewis@dslextreme.com Subject: Re: My first DNS server Message-ID: <200406171412.47663.doconnor@gsoft.com.au> In-Reply-To: <14f28a3276ca4f588a45308a.20040615195225.wzyrjvf@www.dslextreme.com> References: <14f28a3276ca4f588a45308a.20040615195225.wzyrjvf@www.dslextreme.com>
next in thread | previous in thread | raw e-mail | index | archive | help
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 16 Jun 2004 12:22, Joshua Lewis wrote: > I am setting up BIND9 (My first Unix DNS server) and was setting up the > forwarders section of the namedb.conf. I was wondering if I should leave > the default 127.0.0.1 in the list or if I should remove it. I am assuming > I should remove it as if it needs to forward a request then it obviously > doesn't have the answer. Here's the config for a bind that will respond to DNS requests from other m= achine. options { directory "/etc/namedb"; }; zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; If you have an upstream DNS server you can tell BIND about it by putting the following inside the options section -> forwarders { 1.2.3.4; }; Hope that helps. =2D --=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA0SFH5ZPcIHs/zowRAq2dAKCd/5bmjYLo9ZeeFE8XTelKlTeyUgCgnefn ZGIjSmyJ6LUFTb86vTgv+aI=3D =3Dy1Yx =2D----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406171412.47663.doconnor>