From owner-freebsd-isp Wed Oct 29 08:50:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA26928 for isp-outgoing; Wed, 29 Oct 1997 08:50:26 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from portland.cbn.net.id (portland.cbn.net.id [202.158.3.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA26919 for ; Wed, 29 Oct 1997 08:50:21 -0800 (PST) (envelope-from engel@cbn.net.id) Received: from cbn.net.id ([202.158.2.132]) by portland.cbn.net.id (Post.Office MTA v3.1.2 release (PO205-101c) ID# 524-39938U8000L8000S0) with ESMTP id AAA158 for ; Wed, 29 Oct 1997 23:52:17 +0700 Message-ID: <34576A38.8AB4AB91@cbn.net.id> Date: Wed, 29 Oct 1997 23:54:16 +0700 From: Engelhard Reply-To: engel@cbn.net.id X-Mailer: Mozilla 4.02b7 [en] (X11; I; Linux 2.0.30 i586) MIME-Version: 1.0 To: freebsd Subject: Re: DNS next level.... References: <34574CCE.47DBB38@v-m.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Marcin Pasek wrote: ... > What kind of setting are needed on a first and on the second DNS > server? ... let's say that you have ns.xxx.com as the DNS Server for domain xxx.com & ns.unix.xxx.com as the DNS Server for domain unix.xxx.com. (correct me if iam wrong) at the xxx.com database : @ IN SOA ... IN NS ns.xxx.com. localhost IN A 127.0.0.1 ns IN A 111.111.1.111 unix IN NS ns.unix.xxx.com. $ORIGIN unix.xxx.com. ns IN A 111.111.2.111 at the unix.xxx.com database, @ IN SOA ... IN NS ns.unix.xxx.com. IN MX 10 mail.unix.xxx.com. localhost IN A 127.0.0.1 ns IN A 111.111.2.111 mail IN A 111.111.2.112 www IN CNAME mail.unix.xxx.com. and don't forget to delegate the reverse address of 2.111.111.in-addr.arpa to ns.unix.xxx.com too. for more information about setting dns server, you could: - subscribe to bind&dns mailing list at bind-users-request@vix.com - search at the bind&dns archive mailing list at ftp://ftp.vix.com/pub/bind/old/mail-archive/ - browse BIND homepage at http://www.isc.org/bind.html DNS resource directory at http://www.dns.net/dnsrd/ - read O'Reily books : BIND & DNS by cricket regards, engel