From owner-freebsd-questions Thu Jan 16 8: 0:29 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F68137B401 for ; Thu, 16 Jan 2003 08:00:28 -0800 (PST) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B97E43F18 for ; Thu, 16 Jan 2003 08:00:19 -0800 (PST) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.6/8.12.6) with ESMTP id h0GG0Wx2057419; Thu, 16 Jan 2003 17:00:32 +0100 (CET) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.6/8.12.6/Submit) id h0GG0WCt057418; Thu, 16 Jan 2003 17:00:32 +0100 (CET) Date: Thu, 16 Jan 2003 17:00:32 +0100 From: Ruben de Groot To: Hilmi Hilmiev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS problem Message-ID: <20030116160032.GA57347@ei.bzerk.org> References: <1260581224.1042728040346.JavaMail.nobody@java1.ni.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1260581224.1042728040346.JavaMail.nobody@java1.ni.bg> User-Agent: Mutt/1.4i 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 On Thu, Jan 16, 2003 at 04:40:40PM +0200, Hilmi Hilmiev typed: > Hi all, > > I have a veri bad situation with my DNS server. From the begining I don't know that this server is runing as well, cuz the DNS server is inherited for my. What is a my problem: reverse address resolving not work correct. What I mean: I use nslookup tool for checking the DNS server, and if I use as server my DNS server all type of resolving work. Still work. The problem is when I use server from the world: example ns1.versatel.net (situation is same with other server from the worl), this server can't find the reverse record for my machines. Here I past some outputs from nslookup. > > My question is: what is wrong in my situation? Where is the problem: with my server or ... The IP adres your trying to resolve the PTR record of is not delegated to your nameserver. Therefore, other nameservers will never find it. rubeng@koto:/home/rubeng> dig 10.54.58.62.in-addr.arpa ptr ; <<>> DiG 9.2.1 <<>> 10.54.58.62.in-addr.arpa ptr ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 58368 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;10.54.58.62.in-addr.arpa. IN PTR ;; AUTHORITY SECTION: 62.in-addr.arpa. 6972 IN SOA ns.ripe.net. ops-62.ripe.net. 2003011602 43200 7200 1209600 7200 If you want to administer your own PTR records, you'll have to go and talk to your provider. Good luck! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message