From owner-freebsd-questions Wed Apr 10 0: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rotini.customfilmeffects.com (rotini.customfilmeffects.com [66.134.82.178]) by hub.freebsd.org (Postfix) with ESMTP id 3F37E37B41C for ; Wed, 10 Apr 2002 00:07:56 -0700 (PDT) Received: from ethel (lan08.customfilmeffects.com [192.168.1.8]) by rotini.customfilmeffects.com (8.11.6/8.11.6) with SMTP id g390YUi17295 for ; Mon, 8 Apr 2002 17:34:30 -0700 Message-ID: <013001c1df5e$a00ad970$0801a8c0@customfilmeffects.com> From: "David Smithson" To: Subject: RFC 2317 -- reverse DNS delegation Date: Mon, 8 Apr 2002 17:36:44 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I had Pacbell delegate authority to my nameserver according to RFC 2317. However, I'm a bit confused about how to setup my own zone. Here's zone file: $ttl 1h 177.82.134.66.in-addr.arpa. IN SOA rotini.customfilmeffects.com. hostmaster.customfilmeffects.com ( 1018285447 10800 3600 1H 1H ) 177.82.134.66.in-addr.arpa. IN NS rotini.customfilmeffects.com. 177.82.134.66.in-addr.arpa. IN NS ns1.pbi.net. 177.82.134.66.in-addr.arpa. IN NS ns2.pbi.net. 178 IN PTR rotini.customfilmeffects.com. and here's what DIG returns: ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 47089 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;178.82.134.66.in-addr.arpa. IN PTR ;; ANSWER SECTION: 178.82.134.66.in-addr.arpa. 300 IN CNAME h-66-134-82-178.customfilmeffects.com. ;; AUTHORITY SECTION: customfilmeffects.com. 8384 IN SOA rotini.customfilmeffects.com. hostmaster.customfilmeffects.com. 2002031936 7200 3600 604800 86400 ;; Query time: 81 msec ;; SERVER: 208.230.117.66#53(ns1.laserlink.net) ;; WHEN: Mon Apr 8 12:05:00 2002 ;; MSG SIZE rcvd: 149 I would expect DIG to return the correct hostname. What is going on here? Is my zonefile setup improperly? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message