28
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
Chapter 4 Installing the Network Card Drivers
NOTES:
1.
Installing Multiple LAN Adapters:
The keyword "
SLOT
" is provided for multiple LAN adapters in a single
server by the driver
RTSSRV.LAN
. So, add "
SLOT
" in
LOAD
commands.
For example:
LOAD RTSSRV FRAME=ETHERNET_802.2 NAME=LAN_A SLOT=1
BIND IPX TO LAN_A NET=11
LOAD RTSSRV FRAME=ETHERNET_802.2 NAME=LAN_B SLOT=2
BIND IPX TO LAN_B NET=22
2.
The keyword "
SPEED
" is provided for specifying adapter's speed (10M/
100M). Add
SPEED
in
LOAD
commands.
For example:
LOAD RTSSRV FRAME=ETHERNET_802.2 NAME=LAN_A SLOT=1 SPEED=100
BIND IPX TO LAN_A NET=11
3.
Installing One LAN adapter with Multiple Frame Types
When binding multiple frame types to one adapter, enter a LOAD and BIND
statement for each frame type. Each LOAD statement will use a different
network number on the bind statement.
You need to supply a name on each load line in order to avoid being
prompted for which board to bind IPX to. If you do not have the name
option in the
AUTOEXEC.NCF
, it will not execute completely without user
intervention.
For Example:
LOAD RTSSRV FRAME=ETHERNET_802.3 NAME=IEE8023
BIND IPX TO IEE8023 NET=11111
LOAD RTSSRV FRAME=ETHERNET_802.2 NAME=IEE8022
BIND IPX TO LAN8022 NET=22222
If problems occur during the binding process, you will be prompted with error
messages. Please refer to your NetWare 386 manual for details on these error
messages.