From owner-freebsd-net Wed Nov 18 05:33:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03552 for freebsd-net-outgoing; Wed, 18 Nov 1998 05:33:20 -0800 (PST) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from ns1.seidata.com (ns1.seidata.com [208.10.211.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03544 for ; Wed, 18 Nov 1998 05:33:18 -0800 (PST) (envelope-from mike@seidata.com) From: mike@seidata.com Received: from localhost (mike@localhost) by ns1.seidata.com (8.8.8/8.8.5) with ESMTP id IAA05519; Wed, 18 Nov 1998 08:32:20 -0500 (EST) Date: Wed, 18 Nov 1998 08:32:20 -0500 (EST) To: john cooper cc: Kurt@pinboard.com, freebsd-net@FreeBSD.ORG Subject: Re: BIND 8 ? In-Reply-To: <98Nov18.185634jst.21897@ns.isi.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 18 Nov 1998, john cooper wrote: > Ok, I'm sold on the dual DNS bind 8 approach. Unfortunately > I can't seem to find any comprehensive documentation on the > [apparent] new configuration file formats in general, nor on Maybe this will help, zone "xxx.xxx.xxx.IN-ADDR.ARPA" { type master; file "db.xxx.xxx.xxx"; }; zone "domain.com" { type slave; file "virtuals/db.domain.com"; masters { xxx.xxx.xxx.xxx; }; }; > how to make a single server feed solely off one network interface. I believe you're looking for listen-on, listen-on { xxx.xxx.xxx.xxx; }; Put that in your options {}; block (I.e. listen-on { 10.0.0.1; }; would cause the server to only 'hear' DNS requests on the interface with the 10.0.0.1 IP (no matter how many interfaces are present in the server)). > I have rummaged through www.isc.org without finding what I need. Lots of documentation is there, it just requires more effort than it used to (a bad thing for sysadmins, where laziness is a virtue ;). If you download the documentation (bind-8.1.2-doc.tar.gz, goto the 'BIND 8.1.2 Documentation' link from http://www.isc.org/new-bind.html) and gunzip|tar the sucker, you'll get HTML documentation, the BOG, etc. - lots of useful info. All of that used to be available online, I suppose they're trying to reduce the load on their system(s). *shrug* Later, -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message