 |
Document #: 00056
Sample NDIS configuration files for EtherLink III in Sun's PCNFS 5.0
After following Sun's instructions for installing PCNFS 5.0, if you see errors on booting to the network, check to make sure that your NDIS configuration files look like the sample files below:
CONFIG.SYS:
Device=c:\NFS\pcnfs
Device=c:\NFS\sockdrv.sys
Device=c:\Lanman\protman.sys /I:C:\lanman
Device=c:\Lanman\elnk3.dos
Device=c:\Lanman\NFS-NDIS
PROTOCOL.INI:
;Section for Protocol Manager
;
[PROTOCOL MANAGER]
DriverName = Protman$
;Section for 3Com EtherLink3 Adapter
[EtherLink3_NIF] <-----------------------|
Drivername=ELNK3$ | Note: This is case-sensitive and must be spelled the same
;Section for PC-NFS NDIS Interface
[NFS_NDIS] |
Drivername = NFSLINK$ |
Bindings = EtherLink3_NIF <--------------|
|