a (little) problem
Carmen Sandiego on Thursday, 21 October 2004 20:02:38
hi there,
i have a /48 on my gw whit assigned ipv6, and a 10 /64 routed to my client,
why when I try to resolv one of the ipv6 assigned on gw this ipv6 are pointed to the "name" of gw pc ? i.e. :
host 2001:1418:11c::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa domain name pointer whisky.
but for the other ipv6 (of other subnets) it works :
host 2001:1418:10a::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.0.1.0.8.1.4.1.1.0.0.2.ip6.arpa domain name pointer bofh.inet6.it.
this is my resolv.conf:
# cat /etc/resolv.conf
nameserver 192.168.0.1
192.168.0.1=gateway
Regards.
a (little) problem
Jeroen Massar on Thursday, 21 October 2004 20:34:50
Try:
dig +trace 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa
and find out who returns the name...
a (little) problem
Carmen Sandiego on Thursday, 21 October 2004 21:37:26
; <<>> DiG 9.2.3 <<>> +trace 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa
;; global options: printcmd
. 5468 IN NS A.ROOT-SERVERS.NET.
. 5468 IN NS B.ROOT-SERVERS.NET.
. 5468 IN NS C.ROOT-SERVERS.NET.
. 5468 IN NS D.ROOT-SERVERS.NET.
. 5468 IN NS E.ROOT-SERVERS.NET.
. 5468 IN NS F.ROOT-SERVERS.NET.
. 5468 IN NS G.ROOT-SERVERS.NET.
. 5468 IN NS H.ROOT-SERVERS.NET.
. 5468 IN NS I.ROOT-SERVERS.NET.
. 5468 IN NS J.ROOT-SERVERS.NET.
. 5468 IN NS K.ROOT-SERVERS.NET.
. 5468 IN NS L.ROOT-SERVERS.NET.
. 5468 IN NS M.ROOT-SERVERS.NET.
;; Received 436 bytes from 192.168.0.1#53(192.168.0.1) in 131 ms
ip6.arpa. 172800 IN NS NS-SEC.RIPE.NET.
ip6.arpa. 172800 IN NS NS.APNIC.NET.
ip6.arpa. 172800 IN NS NS.ICANN.ORG.
ip6.arpa. 172800 IN NS NS.LACNIC.NET.
ip6.arpa. 172800 IN NS TINNIE.ARIN.NET.
;; Received 294 bytes from 198.41.0.4#53(A.ROOT-SERVERS.NET) in 274 ms
1.0.8.1.4.1.1.0.0.2.ip6.arpa. 172800 IN NS ns3.sixxs.net.
1.0.8.1.4.1.1.0.0.2.ip6.arpa. 172800 IN NS ns1.sixxs.net.
1.0.8.1.4.1.1.0.0.2.ip6.arpa. 172800 IN NS ns2.sixxs.net.
;; Received 153 bytes from 2001:610:240:0:53::4#53(NS-SEC.RIPE.NET) in 201 ms
c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 604800 IN NS ns1.afraid.org.
;; Received 118 bytes from 2001:770:18:8::2#53(ns3.sixxs.net) in 142 ms
c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 60 IN SOA c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. hostmaster.afraid.org.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 41018006 86400 7200 3600000 60
;; Received 148 bytes from 209.51.178.8#53(ns1.afraid.org) in 177 ms
this is the output, where is the problem ? =)
a (little) problem
Jeroen Massar on Friday, 22 October 2004 08:23:51
Tbis NS serves that zone:
c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 60 IN SOA c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. hostmaster.afraid.org.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 41018006 86400 7200 3600000 60
;; Received 148 bytes from 209.51.178.8#53(ns1.afraid.org) in 177 ms
Thus that NS returns back to you the answer:
c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 604800 IN NS ns1.afraid.org.
;; Received 118 bytes from 2001:770:18:8::2#53(ns3.sixxs.net) in 29 ms
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 60 IN PTR gw.netbsd.it.
c.1.1.0.8.1.4.1.1.0.0.2.ip6.arpa. 60 IN NS ns1.afraid.org.
;; Received 160 bytes from 209.51.178.8#53(ns1.afraid.org) in 93 ms
a (little) problem
Carmen Sandiego on Friday, 22 October 2004 14:45:45
how i can solve the problem ?
Posting is only allowed when you are logged in. |