Server Driver for NetWare 4.11 Introduction: ------------- This document describes the procedure to install the NetWare v4.11 server driver for D-Link DRN-16CT Ethernet ISA Bus Adapter. Location of Driver: \NETWARE\SERVER\411\DRN16CT.LAN Installaton Procedure : --------------------- Before you start with the installation process, make sure that the Novell NetWare v4.11 server is properly installed. Similarly, your adapter should also be properly installed in your server. 1. Insert the D-Link DRN-16CT driver diskette into drive A and check the contents of subdirectory \NETWARE\SERVER\411, It should contain the following file : DRN16CT.LANÄ Novell NetWare V4.11 Server Driver DRN16CT.LDIÄ Novell NetWare V4.11 Server Driver Installation Information File 2. At the NetWare prompt (indicated by the Server name), run the INSTALL.NLM program by typing: server name: LOAD INSTALL 3. Select " Driver Options (Configure/Load/...) " and press . 4. Press the key to specify other drivers to install. 5. Press and specify the driver path (A:\NETWARE\SERVER\411) and press . 6. The DRN16CT.LAN driver should appear in your choice list for the 'Select a LAN Driver' field. Choose this driver to start the driver loading and binding procedure. This will allow you to load and bind all 4 frame types supported by NetWare. 7. Add the LOAD and BIND statements you require to the server's AUTOEXEC.NCF file so that the LAN driver will load automatically each time the server starts up. Sample AUTOEXEC.NCF file ------------------------ #Load the NLM files on Netware 4.1X server #------------------------------------------- load c:\nwserver\nbi load c:\nwserver\msm load c:\nwserver\ethertsm #Working with DRN16CT driver (one DRN16CT card) #--------------------------------------------------- load c:\nwserver\DRN16CT frame=ethernet_ii name=e1 load c:\nwserver\DRN16CT frame=ethernet_802.2 name=e2 load c:\nwserver\DRN16CT frame=ethernet_802.3 name=e3 bind ipx to e1 net=10 bind ipx to e2 net=20 bind ipx to e3 net=30 Installation Notes: ------------------- * Installing Multiple LAN Adapters: The keyword "EtherID" is the ethernet address of a adapter. This keyword is provided for multiple LAN adapters in a single server by the driver DRN16CT.LAN. So, add EtherID in LOAD commands. For example: LOAD DRN16CT EtherID=0123456789AB FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11 LOAD DRN16CT EtherID=0123456789BC FRAME=Ethernet_802.2 NAME=LAN_B BIND IPX TO LAN_B NET=22