How to Verify That DNS IPv6 PTR Records Are Updated Correctly
In this procedure, you use the nslookup command to display PTR records for DNS IPv6.
Under your user account, run the nslookup command.
% /usr/sbin/nslookup
The default server name and address display, followed by the nslookup command's angle bracket prompt.
Type the following at the angle bracket prompt to see the PTR records:
>set q=PTR
Quit the command by typing exit.
Example 7-17 Using nslookup to Display PTR Records
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 NIS
In this procedure, you use the ypmatch command to display IPv6 information through NIS:
Under your user account, type the following to display IPv6 addresses in NIS:
% ypmatch hostname hosts .byname
The information about the specified hostname displays.