Ticket ID: SIXXS #1112132 Ticket Status: Resolved PoP: deham02 - Easynet (Hamburg)
trouble with the Reverse DNS for my subnet
![]()
At first here some information:
NIC MRV1-SIXXS
Tunnel Name sonne.devnu11.net
PoP Name deham02
PoP Location Hamburg, Germany Germany
PoP IPv4 212.224.0.189
Your Location Greifswald, Germany Germany
Your IPv4 AYIYA, currently 141.53.14.120
IPv6 Prefix 2001:6f8:1c00:16::1/64
PoP IPv6 2001:6f8:1c00:16::1
Your IPv6 2001:6f8:1c00:16::2
Created 2009-05-29 12:45:03 CEST
Last Alive 2009-06-11 17:01:38 CEST
Subnet 2001:6f8:1c0d::/48
The v6 routing works fine, the hosts inside can ping the gateway or e.g. ipv6.google.com.
I add an ns server for the subnet (ns1.devnu11.net) which refer to 2001:6F8:1C0D:0:0:0:0:1.
# host -t ANY ns1.devnu11.net
ns1.devnu11.net CNAME sonne.devnu11.net
sonne.devnu11.net AAAA 2001:6F8:1C0D:0:0:0:0:1
bind is up and running.
#cat /etc/bind/named.conf
...
zone "d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa" {
type master;
file "/etc/bind/db.d0c1";
};
...
# cat db.d0c1
$TTL 604800
@ IN SOA ns1.devnu11.net. hostmaster.devnu11.net. (
2009061104 ; Serial
10800 ; Refresh
3600 ; Retry
2419200 ; Expire
604800 ) ; Default TTL
IN NS ns1.devnu11.net.
TXT "2001:6f8:1c0d::/48 IPv6 reverse"
$ORIGIN d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa.
; 2001:6f8:1c0d::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR sonne.devnu11.net.
; 2001:6f8:1c0d:0:20d:60ff:fe75:169
9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0 PTR r61.ipv6.devnu11.net.
Output for the second host:
# host -t ANY r61.ipv6.devnu11.net
r61.ipv6.devnu11.net AAAA 2001:6F8:1C0D:0:20D:60FF:FE75:169
I hope there is no mistake ;) When i now query via dig the ip6.arpa address from the second entry, i get only something like this:
# dig 9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa
; <<>> DiG 9.5.1-P1 <<>> 9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 34236
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa. IN A
;; AUTHORITY SECTION:
8.f.6.0.1.0.0.2.ip6.arpa. 1200 IN SOA a.prim-ns.de. hostmaster.de.easynet.net. 2008120987 28800 7200 604800 1200
;; Query time: 41 msec
;; SERVER: 141.53.14.10#53(141.53.14.10)
;; WHEN: Thu Jun 11 17:32:42 2009
;; MSG SIZE rcvd: 163
Any ideas ?
trouble with the Reverse DNS for my subnet
![]()
I forget, the ZoneCheck Tools reports
Unable to find primary nameserver (SOA)
When i tryed to query my ns, i get the
# dig 9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa @ns1.devnu11.net
; <<>> DiG 9.5.1-P1 <<>> 9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa @ns1.devnu11.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59681
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;9.6.1.0.5.7.e.f.f.f.0.6.d.0.2.0.0.0.0.0.d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa. IN A
;; AUTHORITY SECTION:
d.0.c.1.8.f.6.0.1.0.0.2.ip6.arpa. 604800 IN SOA ns1.devnu11.net. hostmaster.devnu11.net. 2009061104 10800 3600 2419200 604800
;; Query time: 1 msec
;; SERVER: 2001:6f8:1c0d::1#53(2001:6f8:1c0d::1)
;; WHEN: Thu Jun 11 17:41:33 2009
;; MSG SIZE rcvd: 152
State change: confirmed
![]() ![]()
The state of this ticket has been changed to confirmed
trouble with the Reverse DNS for my subnet
Reverse delegations are not there (yet). Problem is known and is being worked on.
State change: resolved
![]() ![]()
The state of this ticket has been changed to resolved
|