From owner-freebsd-questions@FreeBSD.ORG Thu May 31 21:56:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04F8216A468 for ; Thu, 31 May 2007 21:56:27 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id A16C313C45B for ; Thu, 31 May 2007 21:56:26 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l4VKiVc7021332 for ; Thu, 31 May 2007 16:44:31 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <465F33B3.7090301@xxiii.com> Date: Thu, 31 May 2007 16:44:35 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help with Bind config syntax for reverse DNS on subnet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 21:56:27 -0000 Hi, was hoping someone could help me with the correct syntax in my named.conf for reverse DNS on a small subnet. Say I have 10.0.0.0/27, such that actual addresses are 10.0.0.0 through 10.0.0.31 -- If I add a zone like: zone "0.0.10.in-addr.arpa" { type master; file "master/0.0.10.in-addr.arpa"; }; ...I can define addresses for my little block, but reverse lookups on the rest of 10.0.0.x seem to fail. What's the correct way to configure Bind for this? -Thanks, RW