Installing and Administering LAN/9000 Software
60 Chapter3
Manually Installing and Configuring LAN/9000
Activating Optional Network Features
• Trailing blank and tab characters are allowed.
• Blank line entries are allowed.
• Only one entry per line is allowed.
/etc/networks Permissions
The /etc/networks file should be owned by user bin, group bin, and it
should have 0444 (-r—r—r—) access permission.
For more information on /etc/networks, refer to the networks(4) man
page in the HP-UX Reference Pages.
/etc/networks Example
The following /etc/networks entry contains a network name, network
address, and an alias name.
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 Internet
Services/9000 or NFS/9000, 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 LAN/9000.
/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
]...