From owner-freebsd-questions Thu Oct 3 14:11:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA24197 for questions-outgoing; Thu, 3 Oct 1996 14:11:44 -0700 (PDT) Received: from SNOOPY.UCollege.edu (SNOOPY.UCOLLEGE.EDU [198.51.49.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA24100 for ; Thu, 3 Oct 1996 14:11:37 -0700 (PDT) Message-Id: <199610032111.OAA24100@freefall.freebsd.org> Received: by SNOOPY.UCollege.edu (1.37.109.18/16.2) id AA287507033; Thu, 3 Oct 1996 16:10:33 -0500 From: Travis Rein Subject: named To: questions@freebsd.org Date: Thu, 03 Oct 1996 16:10:32 CDT X-Mailer: Elm [revision: 109.18] Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To use named on a network with subnet mask 255.255.255.224, will the following work? named.boot contains: ; for network 192.206.106.96 with netmask 255.255.255.224 primary 96.106.206.192.in-addr.arpa mynet.rev The last portion of mynet.rev contains: ; for IP address 192.206.106.106 with netmask 255.255.255.224 10 IN PTR ch210.ucollege.edu ; for IP address 192.206.106.107 11 IN PTR ch211.ucollege.edu ; for IP address 192.206.106.108 12 IN PTR ch212.ucollege.edu ... and so on. Will named add the last dotted quad to yield the right IP address or will it try to concatenate them and give the wrong one? Thanks