Linux Help for ipv6
Bill Manning
bmanning@ISI.EDU
Fri, 14 Sep 2001 04:12:24 -0700 (PDT)
%
% Hi ,lazy and all
%
% Can I define A6 record same as AAAA?
No.
% eg.
% > foo.bar.net IN AAAA 3ffe:1234:5678:1::1
This is good.
% Can I used this?
% > foo.bar.net IN A6 3ffe:1234:5678:1::1
No. But you can use this:
foo.bar.net IN A6 0 3ffe:1234:5678:1::1
Be sure to also do this:
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.8.7.6.5.4.3.2.1.e.f.f.3.ip6.int. in ptr foo.bar.net.
%
% Thank you
% Mon
% ----- Original Message -----
% From: "lazy" <lazy@bsdbox.org>
% To: "Yuttana" <koemon07@yahoo.com>
% Cc: <6bone@ISI.EDU>
% Sent: Wednesday, September 12, 2001 9:04 PM
% Subject: Re: Linux Help for ipv6
%
%
% > ==================
% > AAAA RECORDS
% > ==================
% >
% > 2.2 AAAA data format
% >
% > A 128 bit IPv6 address is encoded in the data portion of an AAAA
% > resource record in network byte order (high-order byte first).
% >
% > --RFC 1886
% >
% > BIND Example:
% > foo.bar.net IN AAAA 3ffe:1234:5678:1::1
% >
% >
% > ==================
% > A6 RECORDS
% > ==================
% >
% > o A new resource record type, "A6", is defined to map a domain name
% > to an IPv6 address, with a provision for indirection for leading
% > "prefix" bits.
% >
% > -- RFC 2874
% >
% > BIND Example:
% > ip6prefix IN A6 0 3ffe:1234:5678::
% > ns6 IN A6 48 ::1:a:b:c:d ip6prefix
% > www6 IN A6 48 ::1:b:c:d:e ip6prefix
% >
% >
% > // lazy
% >
% > Yuttana wrote:
% > >
% > > Hi all,
% > >
% > > I'm a beginner of IPv6 and I don't know about AAAA and A6 record of name
% > > server.
% > > How are different about it? Can anybody explain it for me?
% > >
% > > Thank you
% > > Mon
% > >
% > > _________________________________________________________
% > > Do You Yahoo!?
% > > Get your free @yahoo.com address at http://mail.yahoo.com
% >
% > --
% >
% > ..:: Jesus saves, but Ctrl+S is faster. :)
% > PGP: RSA 2048bit 0xB7673053 (keyserver.pgp.com)
% > Web: http://packetjunkie.net http://bsdbox.org
%
%
% _________________________________________________________
% Do You Yahoo!?
% Get your free @yahoo.com address at http://mail.yahoo.com
%
--
--bill