Skip to Main Content
IPv6 Advanced Protocols Implementation
book

IPv6 Advanced Protocols Implementation

by Qing Li, Jinmei Tatuya, Keiichi Shima
July 2010
Intermediate to advanced content levelIntermediate to advanced
1008 pages
35h 43m
English
Morgan Kaufmann
Content preview from IPv6 Advanced Protocols Implementation
284 Chapter 3—DNS for IPv6
FIGURE 3-31
mail
(::2)
www
(::3)
ns
(::1)
ns
(::1)
2001:db8:1234:5678::/64
kame.example
(2001:db8:1234::/48)
child.kame.example
2001:db8:ffff::/64
ns
(::1)
turtle.example
2001:db8:1234:abcd::/64
Network topology for the DNS configuration sample.
Listing 3-51 is the BIND9 configuration file of the top level network. In order to
accept IPv6 queries, the listen-on-v6 option is explicitly specified in the options
statement.
Listing 3-51
options {
listen-on-v6 { any; };
};
key "rndc-key" {
algorithm hmac-md5;
secret "/fODhw+VkG66TaSRHIeEMA==";
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
inet ::1 port 953
allow { ::1; }
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

IPv6 Core Protocols Implementation

IPv6 Core Protocols Implementation

Qing Li, Tatuya Jinmei, Keiichi Shima
IPv6 Security

IPv6 Security

Scott Hogg, Eric Vyncke
IPv6 for Enterprise Networks

IPv6 for Enterprise Networks

Shannon McFarland, Muninder Sambi, Nikhil Sharma, Sanjay Hooda
IPv6 Network Programming

IPv6 Network Programming

Jun-ichiro itojun Hagino

Publisher Resources

ISBN: 9780080489308