From owner-freebsd-questions Mon Jan 25 08:43:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08153 for freebsd-questions-outgoing; Mon, 25 Jan 1999 08:43:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from the-twist.crosslink.net (the-twist.crosslink.net [206.246.124.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA08148 for ; Mon, 25 Jan 1999 08:43:35 -0800 (PST) (envelope-from sgregory@crosslink.net) Received: (qmail 637 invoked from network); 25 Jan 1999 16:43:34 -0000 Received: from unknown (HELO crosslink.net) (192.190.177.149) by the-twist.crosslink.net with SMTP; 25 Jan 1999 16:43:34 -0000 Message-ID: <36AC9F16.31169394@crosslink.net> Date: Mon, 25 Jan 1999 11:43:03 -0500 From: Scott Gregory X-Mailer: Mozilla 4.07 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Name server returning in-addr.apra Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am in the process of redoing our name server and am getting the following when I ask for an IP resolution: Server: dallas.our.network.com.16.10.10.in-addr.arpa Address: 10.10.16.33 Name: harrisburg.our.network.com.16.10.10.in-addr.arpa Address: 10.10.16.23 and when I resolve a name: Server: dallas.our.network.com.16.10.10.in-addr.arpa Address: 10.10.16.33 Name: admin2.our.network.com Address: 10.10.16.153 I am not sure what is causing this to happen. Any help would be appreciated. Below is an excerpt from the forward and reverse mapping files. Thanks, Scott our.network.forward ================ our.network.com. IN SOA dallas.our.network.com root. dallas.our.network.com ( 990122162541 ;Serial year/month/day/time 10800 ;Refresh 1800 ;Retry 3600000 ;Expire 86400 ) ;Minimum our.network.com. IN NS dallas.our.network.com. our. IN CNAME our.network.com. localhost. IN A 127.0.0.1 loghost. IN CNAME dallas.our.network.com. dallas. IN CNAME dallas.our.network.com. ; our.network.com. IN MX 0 dallas.our.network.com. ; our.network 10.10.16.xxx Subnet box1 IN A 10.10.16.1 ;Box 1 box2 IN A 10.10.16.2 ;Box 2 box3 IN A 10.10.16.3 ;Box 3 box4 IN A 10.10.16.4 ;Box 4 box5 IN A 10.10.16.5 ;Box 5 box6 IN A 10.10.16.6 ;Box 6 box7 IN A 10.10.16.7 ;Box 7 box8 IN A 10.10.16.8 ;Box 8 box9 IN A 10.10.16.9 ;Box 9 our.network.reverse ================= 16.10.10.in-addr.arpa. IN SOA dallas.our.network.com. root. dallas.our.network.com. ( 990122162541 ;Serial year/month/day/time 10800 ;Refresh 1800 ;Retry 3600000 ;Expire 86400 ) ;Minimum 16.10.10.in-addr.arpa. IN NS dallas.our.network.com. 1 IN PTR box1.our.network.com 2 IN PTR box2.our.network.com 3 IN PTR box3.our.network.com 4 IN PTR box4.our.network.com 5 IN PTR box5.our.network.com 6 IN PTR box6.our.network.com 7 IN PTR box7.our.network.com 8 IN PTR box8.our.network.com 9 IN PTR box9.our.network.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message