TCP/IPv6 Configuration and Management Manual (G06.24+)
NonStop TCP/IPv6 Protocols and Configuration Files
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
D-14
SERVICES File
Sample PROTOCOL File: SMPLPROT
The site update tape (SUT) comes with a sample PROTOCOL file that is installed into
$SYSTEM.ZTCPIP. The name of this file is SMPLPROT and the contents are shown in
the display:
If you already have a PROTOCOL file on your system, modify it to include the ipv6 and
icmpv6 lines shown in the above display of the SMPLPROT file. If you copy the
SMPLPROT file to $SYSTEM.ZTCPIP.PROTOCOL, modify it for your environment.
Precede comment lines with a pound sign (#).
SERVICES File
The SERVICES file contains the Internet port level services that are available with the
NonStop TCP/IPv6 software. Applications use the SERVICES file to get the service
port numbers and service names. When the application calls the getservbyname,
getservbynumber, or getaddrinfo function, TCP/IP uses the SERVICES file to
provide that information.
Each entry specifies a service name, the port number through which that service is
accessed, and the corresponding protocol that supports that service. You can use an
alias to identify the service.
Sample SERVICES File: SMPLSERV
The site update tape (SUT) comes with a sample SERVICES file that is installed into
$SYSTEM.ZTCPIP. The name of this file is SMPLSERV and the contents are shown in
the display:
#
# @(#)protocols 1.1 Tandem
#
# Internet (IP) protocols
# This file is never consulted when the yellow pages are running
#
ip 0 IP # internet protocol, pseudo protocol number
icmp 1 ICMP # internet control message protocol
ggp 3 GGP # gateway-gateway protocol
tcp 6 TCP # transmission control protocol
pup 12 PUP # PARC universal packet protocol
udp 17 UDP # user datagram protocol
ipv6 41 IP # internet protocol for v6
icmpv6 58 ICMP # internet control message protocol for v6