In message <525f4eea.5060...@cd.kcfam.net>, Casey Daniels writes:
> Hello,
>   I hope this is the right place to ask this question, if not maybe 
> someone could point me in the right direction.
> 
> I'm using Bind 9.9.3-P2 and have the following issue
> 
> when ever I run host ::1    I always get 1.0.0......ip6.arpa has no PTR 
> Record.
> 
> I'm pretty sure I have everything straight because if I were to type 
> host ::2 I get an a plain old doesn't exist message.  And for the fun of 
> it I added a record of 2.0.0.0.0.0.0.... and then hosting ::2 gives me 
> an the expected answer.

Presumably you have 'zone "1.0.0.0.....0.ip6.arpa" { .... };' in named.conf.

You need "@ IN PTR localhost." not "1 IN PTR localhost.".  This puts the
PTR record at the top of the zone not one label further down.

Also make sure the IPv4 reverse zone is called "1.0.0.127.in-addr.arpa",
not "0.0.127.in-addr.arpa", if it is using the same master file.

> 
> Thank You,
> Casey
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
>  from this list
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to