IPv6 Support


Currently, the Internet builds on IPv4. Several problems exist with IPv4, though. Some problems affecting the security design of the Internet are proving hard to beat, but more importantly, the address space offered by the 32-bit addresses is almost exhausted. IPv6 is the answer. IPv6 has been tested on the Internet for a number of years in a organization called the 6Bone and on the research network known as Internet2. It's not quite certain when IPv6 will be in wide deployment across the ordinary Internet, but it is in experimental use at more and more sites. Meanwhile, BIND needs to support IPv6 in two ways: It stores IPv6 addressing information in A6 and AAAA records, and, with BIND 9, it can also speak IPv6 with clients and other DNS servers (as long as your platform supports IPv6). Special IPv6 versions of BIND options are available. Here's a summary:

 options {   [ listen-on-v6 [ port ip_port ] { address_match_list }; ]   [ query-source-v6 … ]   [ transfer-source-v6 ip_addr; ] } zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {   type slave;   [ transfer-source-v6 ip_addr; ] } view "view_name" [ ( in | hs | hesiod | chaos ) ] {   [ transfer-source-v6 ip_addr; ] } 


The Concise Guide to DNS and BIND
The Concise Guide to DNS and BIND
ISBN: 0789722739
EAN: 2147483647
Year: 1999
Pages: 183

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net