The correct protocols must be bound to the network interface card on the NetWare server for the operation you are attempting to perform.
To make use of all the capabilities of the UnixWare NLMs, you will want to bind both IPX and IP to your interface card.
An example of the general procedure for doing so on a single interface card is:
load ne2000 frame=ethernet_802.3 int=4 port=340 bind ipx to ne2000 net=xxxxxxxx load tcpip load ne2000 frame=ethernet_II int=4 port=340 bind ip to ne2000 address=xxx.xxx.xxx.xxx mask=xxx.xxx.xxx.xxxYou can put these commands in the SYS:SYSTEM\AUTOEXEC.NCF file so that they are executed each time your server boots. You'll need to tailor them to your server's hardware configuration and your network configuration.