Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

ipnodes(4) OSS Shell and Utilities Reference Manual
NAME
ipnodes -Denes the hosts using IPv6 network addresses
DESCRIPTION
The Guardian IPNODES le is the IPv6-equivalent of the IPv4
/etc/hosts le. It contains IP
addresses and host names, where the IP addresses can be either in IPv4 or IPv6 format.
Guardian DEFINEs determine whether a name resolution service is searched rst, or whether the
local databases (the IPNODES and hosts les) are searched rst. If the DEFINEs
=TCPIPˆNODEˆFILE, $SYSTEM.ZTCPIP.IPNODES and =TCPIP
ˆHOSTˆFILE,
$SYSTEM.ZTCPIP.HOSTS are in effect, the Guardian copies of the local
les are searched rst.
No /etc directory link is used for IPNODES. NonStop TCP/IPv6 does not require an OSS
/etc/ipnodes le.
Each entry in the IPNODES le has the format:
node_address stack_name
where
node_address Species a text string version of the address. This has one of the following
forms:
IPv4 Dotted decimal format as ddd.ddd.ddd.ddd, for example:
172.17.201.43
IPv6 Hexadecimal string format as x:x:x:x:x:x:x:x, for example:
1080:0:0:0:8:800:200C:417A
Compressed hexadecimal string format that omits zero values,
for example:
1080:::8:800:200C:417A
In mixed form as x:x:x:x:x:x:d.d.d.d, for example:
::FFFF:13.1.68.3
as a mapped value, or
::13.1;68.3
as a compatible value.
stack_name Is an arbitrary character string that identies the TCP/IP stack or host for the
corresponding host address.
NOTES
The maximum length of an IPv6 address as a text string is dened as INET6_ADDRSTRLEN in
the header le in6.h.
EXAMPLES
Example lines from an ipnodes le are shown below:
3ffe:1111:200:1:a00:2bff:fe55 foo-ipv6
10.12.1.100 foo-ipv4
fe80:12::1234 test1
118 Hewlett-Packard Company 527188-003