Hi Alex,
On Wed, Mar 06, 2013 at 07:10:01PM +0000, Alexander Mann wrote:
named.conf.local looks like this:
zone "c.f.1.f.1.f.1.0.8.a.b.0.1.0.0.2.ip6.arpa" {
type master;
file "/etc/bind/zones/2001.ba8.1f1.f1fc-db";
};
Looks okay.
zones/2001.ba8.1f1.f1fc-db looks like this:
;
; 2001:ba8:1f1:f1fc::/64
;
; Zone file built with the IPv6 Reverse DNS zone builder
;
http://rdns6.com/
;
$TTL 1h ; Default TTL
@ IN SOA xen.letmethink.co.uk alex(a)letmethink.co.uk (
Missing dot on the end of "xen.letmethink.co.uk". "@" not legal in
the email address part of the SOA; should be
"alex.letmethink.co.uk." Note also the dot on the end of *that*.
2013030602 ; serial
1h ; slave refresh interval
15m ; slave retry interval
1w ; slave copy expire time
1h ; NXDOMAIN cache time
)
;
; domain name servers
;
@ IN NS xen.letmethink.co.uk
Missing dot on the end of "xen.letmethink.co.uk."
In reality you should have at least two nameservers.
; IPv6 PTR entries
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. IN PTR xen.letmethink.co.uk.
That's wrong. The record should either be:
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.f.1.f.1.f.1.0.8.a.b.0.1.0.0.2.ip6.arpa. IN PTR
xen.letmethink.co.uk.
or:
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR xen.letmethink.co.uk.
Since the zone name is c.f.1.f.1.f.1.0.8.a.b.0.1.0.0.2.ip6.arpa,
leaving the dot off the end of the second example will make it
equivalent to the first.
Also your server doesn't appear to be allowing queries.
When it is working you'll need to put in a support ticket to get it
delegated to you.
Cheers,
Andy
--
http://bitfolk.com/ -- No-nonsense VPS hosting