[6bone] ip6.int or ip6.arpa or BOTH?

Kimmo Suominen kim@tac.nyc.ny.us
Wed, 24 Jul 2002 20:53:33 -0400


More recent versions of glibc only seem to look in ip6.arpa (e.g.
glibc-2.2.4-24 from RHL).  Other systems only look in ip6.int
(e.g. NetBSD).

I've been maintaining both ip6.arpa and ip6.int in nibble format, so
that at least all local nodes will be able to resolve names.  I only
edit files for ip6.arpa, and use a little Makefile to produce the
ip6.int files.

It would be nice to have ip6.arpa for 3ffe::/16, too...  :-)

+ Kim

	IP6ZONES?=	\
			3ffe:507:184.rev \
			3ffe:1ce1:100.rev \
			3ffe:26ff:10.rev \
			3ffe:2900:b00c.rev \

	.for d in ${IP6ZONES}
	all:: ${d:S/:/_/g}

	${d:S/:/_/g}: ${d}
		-rm -f ${.TARGET}
		${SED} -e 's/ip6\.arpa/ip6.int/g' ${.ALLSRC} > ${.TARGET}
	.endfor


| From:    John Fraizer <tvo@EnterZone.Net>
| Date:    Wed, 24 Jul 2002 18:41:48 -0400
|
|
| For reverse records, which zones should I be creating?  ip6.arpa or
| ip6.int?  Traces from some places show our reverse and some do not.  I
| have some machines (all using the same DNS servers) that show our reverse
| on our nets and some that do not.  The machines that don't show ours WILL
| show *some* other networks reverses for ipv6 addresses.
|
| So, can someone tell me how I should be set up?  I currently have ip6.int
| zones.
|
|
| ---
| John Fraizer              | High-Security Datacenter Services |
| EnterZone, Inc            | Dedicated circuits 64k - 155M OC3 |
| http://www.enterzone.net/ | Virtual, Dedicated, Colocation    |
|
|
| _______________________________________________
| 6bone mailing list
| 6bone@mailman.isi.edu
| http://mailman.isi.edu/mailman/listinfo/6bone
|