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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to