Hello,
I have few questions, basically i need to get few thing get straight...
First of all, whats the difference between /48 and /64, i can see that /48 is shorter...
Second thing, I pointed some domain on my ipv6 like this
q@blabla:~$ host sub.domain.cc
sub.domain.cc has IPv6 address 2001:470:1f0a:1e6::3
I also changed Name Server 1,2,3 to correct ones.
So when i do
$ host 2001:470:1f0a:1e6::3
i get
Host 3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.e.1.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa not found: 3(NXDOMAIN)
im running bind on my own server...
heres the conf of it
;
; 2001:470:1f0a:1e6::/64
;
$TTL 3d ; Default TTL (bind 8 needs this, bind 9 ignores it)
@ IN SOA 6.e.1.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa. my.email. (
200802170 ; Serial number (YYYYMMdd)
24h ; Refresh time
30m ; Retry time
2d ; Expire time
3d ; Default TTL (bind 8 ignores this, bind 9 needs it)
)
; Name server entries
IN NS my.hostname
IN NS ns1.afraid.org.
IN NS ns2.afraid.org.
; IPv6 PTR entries
; Subnet #1
$ORIGIN 6.e.1.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa.
3.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR sub.domain.cc