HP-UX LAN Administrator's Guide (Feburary 2007)
Table Of Contents
- About This Document
- 1 New for the HP-UX 11i v3 Release
- 2 Installing HP-UX LAN
- 3 Configuring HP-UX LAN Using SAM
- 4 Manually Installing and Configuring HP-UX LAN
- 5 Troubleshooting HP-UX LAN
- Troubleshooting Overview
- Troubleshooting Q & A
- LAN Interface Card Statistics
- 100Base-T Checklist
- Diagnostic Flowcharts
- Flowchart 1: Configuration Test
- Flowchart 2: Configuration Test continued
- Flowchart 3: Configuration Test continued
- Flowchart 4: Network Level Loopback Test
- Flowchart 5: Network Level Loopback Test continued
- Flowchart 6: Transport Level Loopback Test (using Internet Services)
- Flowchart 7: Link Level Loopback Test
- Flowchart 8: LAN Connections Test
- Flowchart 9: Gateway Remote Loopback Test
- Flowchart 10: Gateway Remote Loopback Test continued
- Flowchart 11: Subnet Test
- 6 LAN Resources
- 7 Network Addressing
- Overview of Network Addressing Schemes
- Networking Terminology
- Network Addresses and Node Names
- Internet Addresses
- Subnet Addresses
- Configuring Gateways on Fixed-Length Subnets
- Variable-Length Subnet Addressing
- Configuring Gateways on Variable-Length Subnets
- Configuring Gateways on Supernets
- IP Multicast Addresses
- Virtual IP (VIP) Addresses
- CIDR - Classless Inter-Domain Routing
- 8 LAN Device and Interface Terminology

Manually Installing and Configuring HP-UX LANDRAFT COPY
Activating Optional Network Features
Chapter 434
/etc/networks Example
The following /etc/networks entry contains a network name, network address, and an alias
name for the network neta.
neta 192.6.1 testlan
Modifying the /etc/protocols File
The /etc/protocols file associates port numbers with mnemonic names and alias names.
The /etc/protocols file contains the names and protocol numbers of all protocols known to
your local host. The netstat diagnostic uses the /etc/protocols file. If you install HP-UX
Internet Services or HP-UX NFS, those products will also use the /etc/protocols file.
NOTE You can modify this file if you have special requirements, but it is properly
configured when you receive the HP-UX LAN software.
/etc/protocols
Each protocol has a one line entry in the /etc/protocols file. Each entry in /etc/protocols
file takes the following form:
Syntax
protocol_name
protocol_num
[
alias
]...
Parameters
protocol_name
Name of the protocol. Protocol names can contain any printable character
except spaces, newline, or the comment character (#).
protocol_num
Protocol number that identifies this protocol.
alias
Common name or names for the protocol. An alias is a substitute for
protocol_name
. Alias names are optional.
/etc/protocols Format
• Lines cannot start with a blank or tab character.
• Fields can have any number of blanks or tab characters separating them.
• Comments are allowed and designated by a pound sign (#) character preceding the
comment text.
• Trailing blank and tab characters are allowed.