From owner-freebsd-questions Thu Nov 11 6:34:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet03-22.austin.texas.net [209.99.40.148]) by hub.freebsd.org (Postfix) with ESMTP id 9843514D11 for ; Thu, 11 Nov 1999 06:34:42 -0800 (PST) (envelope-from dread@donhm.calcasieu.com) Received: (from dread@localhost) by donhm.calcasieu.com (8.9.3/8.9.3) id IAA04198; Thu, 11 Nov 1999 08:34:26 -0600 (CST) (envelope-from dread) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3829BE83.395E2464@alcatel.fr> Date: Thu, 11 Nov 1999 08:34:22 -0600 (CST) From: Don Read To: Thierry Herbelot Subject: RE: How to get a reverse DNS mapping for a 10.x network ? (repos Cc: questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Nov-99 Thierry Herbelot wrote: > Hello, > > I run a small platform where there are about 30 PCs, all on the same > 10.0.1.x subnet (according to the RFC-1918). > > I have a translating gateway (using FreeBSD and nat) to the internal > enterprise network, where "standard", legal IP addresses are used. > > I have set up a DNS for my internal network, which can forward queries > to the enterprise DNS server (as all outgoing packets go through natd, > this allows people in the inside network to surf the intranet and mount > NFS partitions from outside NFS servers). > > My problem is that I cannot get the reverse mapping to work : I have set > up named with two files for direct and reverse mappings and only the > direct mapping works. From what I've read in the named doc, I may have > to create a "root server" for the 10.x.y.z (10.in-addr.arpa zone), but, > so far I haven't foud how to do it. > > Any taker ? > your zone file looks ok to me, Are sure you have this in named.conf ?: zone "1.0.10.in-addr.arpa" { type master; file "0.1.0.10.in-addr.arpa"; }; killall -HUP named; any errors in /var/log/messages ? do you have 127.0.0.1 as your first nameserver in /etc/resolv.conf ? Regards, -- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- No Coffee No Peace To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message