CLI Reference Guide
2-117
NET.CFG Options Reference
Protocol TCPIP Option
IP Addresses
Use these parameters and values to specify your client workstation’s IP
address, the subnetwork mask, and the default network router address,
which are discussed on the following pages:
Syntax
(continued)
Replace frame_type with the frame type used for your
network connection. This value is the same as the frame
value for the LINK DRIVER parameter.
Replace network_name with a descriptive name
for this network connection. The network name is
used with the IP_ADDRESS, IP_ROUTER, and
IP_NETMASK parameters to distinguish
between the values for each network connection.
If multiple LAN drivers are to be bound to,
specify the BIND parameter multiple times, each
on a different line in the NET.CFG file.
Default 1
Example To bind TCP/IP to an NE2000 LAN driver for a single
network board in your client workstation connected to the
FINANCE-NET network, you would add the following
lines to your NET.CFG file:
protocol TCPIP
bind ne2000 finance-net
To bind TCP/IP to an NE2000 LAN driver for both
the first and the second network boards in your client
workstation, you would add the following lines to
your NET.CFG file:
Protocol TCPIP
bind ne2000 1
bind ne2000 2