/etc/network/interfaces :
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
address 2001:470:1f04:14d8::2
netmask 64
endpoint 72.52.104.74
up ip route add ::/0 dev he-ipv6 metric 1
up ip -6 addr add 2001:470:1f05:14d8::1:1/128 dev he-ipv6
post-up sysctl -w net.ipv6.conf.all.forwarding=1
aaaa with linode :
Code:
nslookup -type=aaaa zorbanation.com
Non-authoritative answer:
zorbanation.com has AAAA address 2001:470:1f05:14d8::1:1
/etc/nsd3/primary/reverse.zone :
Code:
@ IN SOA 8.d.4.1.4.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa. me.zorbanation.com. (
201011110 ; Serial number (YYYYMMdd)
24h ; Refresh time
30m ; Retry time
2d ; Expire time
3d ; Default TTL
)
; Name server entries
IN NS zorbanation.com.
IN NS ns1.linode.com.
IN NS ns2.linode.com.
; IPv6 PTR entries
$ORIGIN 8.d.4.1.5.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa.
1.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0 IN PTR zorbanation.com
nds.conf :
Code:
zone:
name: 8.d.4.1.5.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa
zonefile: primary/reverse.zone
notify: 69.93.127.10 NOKEY
provide-xfr: 69.93.127.10 NOKEY
notify: 65.19.178.10 NOKEY
provide-xfr: 65.19.178.10 NOKEY
Sorry it was so much but I didn't want to leave anything out, the problem is simply reverse doesn't work, I've given ample time for propagation so I'm here hoping one of you people who are smarter than me can shed some light.
Thanks for your time.