From owner-freebsd-isp Fri Feb 28 14:48:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22802 for isp-outgoing; Fri, 28 Feb 1997 14:48:10 -0800 (PST) Received: from starbase.globalpc.net ([207.211.100.102]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22793 for ; Fri, 28 Feb 1997 14:48:05 -0800 (PST) Received: (from agonzalez@localhost) by starbase.globalpc.net (8.8.3/8.8.3) id QAA15197; Fri, 28 Feb 1997 16:53:38 -0600 (CST) Date: Fri, 28 Feb 1997 16:53:38 -0600 (CST) From: Adrian Gonzalez To: freebsd-isp@FreeBSD.ORG Subject: DNS question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there I have a question about reverse DNS: I need to set up 2 different domain in the same class C network, but in different subnets... for example (these are not the real addresses, of course) 128.1.2.0 to 128.1.2.31 - first subnet 128.1.2.32 to 128.1.2.63 - second subnet I want the first subnet to be foo.com and the second to be bar.org so my named.boot file would look like (loopback & cache stuff was suppressed): primary foo.com foo.db primary bar.org bar.db What would the reverse entries look like? primary 2.1.128.in-addr.arpa foo.rev (??) Can I have one reverse file for each? or does it have to be one for both? I would prefer to have one file for each, or I would be forced to provide primary reverse dns for both of these customers, instead of allowing each of them to run their own primary dns (and us providing secondary dns for them). Thanks in advance -Adrian