Differences between version 17 and revision by previous author of IPv6.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 17 | Last edited on Thursday, March 17, 2005 5:04:50 pm | by JohnMcPherson | Revert |
Older page: | version 16 | Last edited on Saturday, February 26, 2005 11:56:37 pm | by PerryLorier | Revert |
@@ -34,7 +34,8 @@
!! [IPv6] in the [DNS]
The average IPv6 address is represented as something like "fedc:ba98:7654:3210:fedc:ba98:7654:3210". If you know a couple of IPv4 addresses off the top of your head, you will really want to think about making [DNS] work for you come IPv6 deployment! Thankfully [DNS] supports IPv6 addresses; there are two types of ResourceRecord, <tt>AAAA</tt> and <tt>A6</tt>. See [AAAAvsA6] for details about the differences.
+If you want to do reverse lookups (that is, find the name if you already have an address), make sure your '<tt>host</tt>' command supports IPv6. On Debian, install the 'bind9-host' package instead of the old 'host' package. For Gentoo, install 'bind-tools' (in the net-dns section) instead of the 'host' port (in net-misc).
-----
CategoryNetworking