Help with bind acting very strange

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
aus-city
Forum Regular
Forum Regular
Posts: 685
Joined: Thu Oct 26, 2006 11:56 pm

Help with bind acting very strange

Unread post by aus-city »

I can't get my server answering properly on an aaaa lookup


I have setup my own ipv6 IPs but my DNS refuses to give answers, despite being configured.

Its sort of working as nslookup returns against the ip6 IP or domain name a 'no answer' not a NXDOMAIN.

Also if I lookup the IP6 IP I get an answer but compains no PTR record.

Relivent section out of named.conf

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.4.6.4.3 .1.b.c.2.0.0.2.ip6.arpa" IN {
type master;
file "2002:cb13:4641:.db";
};

the "2002:cb13:4641:.db

$TTL 1H
@ SOA test.address. root.test.address. ( 2
15M
10M
1D
1H )
NS primary.test.address.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR ipv6.primary.test.address.


I subsituted the actual name to test.address

Also I do have an aaaa record in the domains config file.

It sort of works as I don't get NXRECORD on a nslookup of the ipv6 address, but a no PTR record.

I then decided to try in the bind GUI but it crashes, and if I remove these entries and put in the new aaaa record with the reverse record, it does create them, but it refuses to save the config it just sits there.

My dns server does answer any external aaaa lookup so it's really weird.
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Help with bind acting very strange

Unread post by BruceLee »

never did it but found this.
http://www.codealias.info/technotes/v6zones
maybe it is helpful
aus-city
Forum Regular
Forum Regular
Posts: 685
Joined: Thu Oct 26, 2006 11:56 pm

Re: Help with bind acting very strange

Unread post by aus-city »

Thanks!

After playing around I got it working forward and reverse!

What's great is the machines are accessible over the net on ipv6!
Post Reply