|
|||
1. Solaris TCPIP Protocol Suite (Overview) 2. Planning an IPv4 Addressing Scheme (Tasks 3. Planning an IPv6 Addressing Scheme (Overview) 4. Planning an IPv6 Network (Tasks) 5. Configuring TCP/IP Network Services and IPv4 Addressing (Tasks) 6. Administering Network Interfaces (Tasks) 7. Enabling IPv6 on a Network (Tasks) How to Enable an IPv6 Interface for the Current Session How to Enable Persistent IPv6 Interfaces How to Turn Off IPv6 Address Autoconfiguration How to Configure an IPv6-Enabled Router Modifying an IPv6 Interface Configuration for Hosts and Servers Tasks for Configuring Tunnels for IPv6 Support (Task Map) Configuring Tunnels for IPv6 Support How to Manually Configure IPv6 Over IPv4 Tunnels How to Manually Configure IPv6 Over IPv6 Tunnels How to Configure IPv4 Over IPv6 Tunnels How to Configure a 6to4 Tunnel How to Configure a 6to4 Tunnel to a 6to4 Relay Router Configuring Name Service Support for IPv6 How to Add IPv6 Addresses to DNS How to Display IPv6 Name Service Information How to Verify That DNS IPv6 PTR Records Are Updated Correctly 8. Administering a TCP/IP Network (Tasks) 9. Troubleshooting Network Problems (Tasks) 10. TCP/IP and IPv4 in Depth (Reference) 12. About Solaris DHCP (Overview) 13. Planning for DHCP Service (Tasks) 14. Configuring the DHCP Service (Tasks) 15. Administering DHCP (Tasks) 16. Configuring and Administering DHCP Clients 17. Troubleshooting DHCP (Reference) 18. DHCP Commands and Files (Reference) 19. IP Security Architecture (Overview) 21. IP Security Architecture (Reference) 22. Internet Key Exchange (Overview) 24. Internet Key Exchange (Reference) 25. Solaris IP Filter (Overview) 28. Administering Mobile IP (Tasks) 29. Mobile IP Files and Commands (Reference) 30. Introducing IPMP (Overview) 31. Administering IPMP (Tasks) Part VI IP Quality of Service (IPQoS) 32. Introducing IPQoS (Overview) 33. Planning for an IPQoS-Enabled Network (Tasks) 34. Creating the IPQoS Configuration File (Tasks) 35. Starting and Maintaining IPQoS (Tasks) 36. Using Flow Accounting and Statistics Gathering (Tasks) |
Configuring Name Service Support for IPv6This section describes how to configure the DNS and NIS name services to support IPv6 services. Note - LDAP supports IPv6 without requiring IPv6-specific configuration tasks. For full details for administering DNS, NIS, and LDAP, refer to the System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP). How to Add IPv6 Addresses to DNS
This example shows an IPv6 address in the reverse zone file. $ORIGIN ip6.int. 8.2.5.0.2.1.e.f.f.f.9.2.0.0.a.0.6.5.2.9.0.0.0.0.0.0.0.0.2.0.0.0 \ IN PTR vallejo.Eng.apex.COM. How to Display IPv6 Name Service InformationYou can use the nslookup command to display IPv6 name service information.
This example shows the results of nslookup in an IPv6 network environment. % /usr/sbin/nslookup Default Server: dnsserve.local.com Address: 10.10.50.85 > set q=AAAA > host85 Server: dnsserve.local.com Address: 10.10.50.85 host85.local.com IPv6 address = 2::9256:a00:fe12:528 > exit How to Verify That DNS IPv6 PTR Records Are Updated CorrectlyIn this procedure, you use the nslookup command to display PTR records for DNS IPv6.
The following example shows the PTR record display from the nslookup command. % /usr/sbin/nslookup Default Server: space1999.Eng.apex.COM Address: 192.168.15.78 > set q=PTR > 8.2.5.0.2.1.e.f.f.f.0.2.0.0.a.0.6.5.2.9.0.0.0.0.0.0.0.0.2.0.0.0.ip6.int 8.2.5.0.2.1.e.f.f.f.0.2.0.0.a.0.6.5.2.9.0.0.0.0.0.0.0.0.2.0.0.0.ip6.int name = vallejo.ipv6.Eng.apex.COM ip6.int nameserver = space1999.Eng.apex.COM > exit How to Display IPv6 Information Through NISIn this procedure, you use the ypmatch command to display IPv6 information through NIS:
|
||
|