• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

rDNS not delegating?

Started by smoochict, January 30, 2011, 06:33:46 AM

Previous topic - Next topic

smoochict

Hello,

I've set my rDNS name servers to my dns server and have added the rdns records like so...

6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa.   86400   IN   SOA   ns1.mysite.com. admin.mysite.com. (
               2011013008   ; Serial
               10800   ; Refresh
               1800   ; Retry
               604800   ; Expire
               86400 )   ; Minimum TTL
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa.   86400   IN   NS   ns1.mysite.com.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa.   86400   IN   NS   ns2.mysite.com.
5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.0.6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa.   86400   IN   PTR   ipv6.mysite.com.
8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.0.6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa.   86400   IN   PTR   ipv62a1.mysite.com.

and:

zone "6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa" {
   type master;
    file "/etc/bind/48range.db";
};


I've set the ns1.mysite.com and ns2.mysite.com at my registrar and theres no problems with that as i've got a website hosted on my dns server.

I've also set bind9 in ubuntu to automatically bind to all ipv6 ips on the system:
listen-on-v6 { all; };


What could i be doing wrong?

jimb

When I resolve the /48, it's delegated to both he's name servers and yours.  If it calls HE's servers, it won't have an answer.  If it calls yours, it will, unless you can set up the HE servers with similar PTR records.

; <<>> DiG 9.7.2-P2 <<>> 6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 150
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. IN   NS

;; ANSWER SECTION:
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns1.snowzville.com.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns3.he.net.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns4.he.net.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns1.he.net.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns2.snowzville.com.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns2.he.net.
6.1.c.8.0.7.4.0.1.0.0.2.ip6.arpa. 4749 IN NS    ns5.he.net.

;; ADDITIONAL SECTION:
ns1.he.net.             86379   IN      A       216.218.130.2
ns1.snowzville.com.     10695   IN      A       69.163.46.124
ns2.he.net.             86384   IN      A       216.218.131.2
ns2.he.net.             86384   IN      AAAA    2001:470:200::2

;; Query time: 4 msec
;; SERVER: 192.168.0.3#53(192.168.0.3)
;; WHEN: Sun Jan 30 15:38:32 2011
;; MSG SIZE  rcvd: 272

smoochict


jimb

Go to your tunnel details page and make sure the HE servers are not listed in the RDNS delegation.

cholzhauer

He's saying you have your rDNS in two places...HE and your servers.  If the query goes to HE, they won't recurse (ask your servers for the answer) so the requester won't get an answer.  If the query goes to your servers, they have the answer and will give that info to the requester.  

You should just have it on your servers

smoochict

I do have the name servers setup to my server and not HEs but for some reason some requests are still going to he's. and i've deleted them from the dns.he.net??

jimb

This might be a prob with HE.  email ipv6@he.net

snarked

QuoteI've set the ns1.mysite.com and ns2.mysite.com at my registrar ....
Wrong place.  For the reverse zone, set them at the tunnelbroker interface.