NDIS Driver Installation Guide for SUN PC-NFS client ========================================================== Introduction ============ This document describes the procedure to install SUN PC-NFS client driver for PN-16 Series Ethernet Adapter. These drivers conform to the Network Driver Interface Specification (NDIS 2.01) defined by Microsoft/3Com. Installation Procedures ======================= 1. Add "DEVICE=C:\DOS\ANSI.SYS" command at "CONFIG.SYS" file, then reboot the PC. 2. Insert the PC-NFS Installation diskette into the diskette drive and type "A:\INSTALL" (or "B:\INSTALL"), then press . 3. Enter the destination "Drive letter:" (usually C:), press . 4. Select "Ethernet" and press . 5. Select the "NDIS" option of "Ethernet Adapter" menu. 6. Follow all the prompts that appear. 7. Specify the PC name, IP address, server name, and server IP address (Contact System Administrator). 8. Follow all the prompts to finish the installation. 9. The system will create \LANMAN and \NFS directory on the destination drive. 10. After finished that, copy the PN16.DOS file from the subdirectory \PCNFS\PN16.DOS on your driver program diskette to the \LANMAN (C: or D:) directory on your destination driver. 11. Use a text editor, edit the config.sys. Add this line above the NFS_NDIS driver specification: DEVICE=C:\LANMAN\PN16.DOS 12. Edit the protocol.ini file at \LANMAN directory. 1. Replace [your-mac-module] with [PN16_NIF] 2. Replace drivername = YOURMAC$ with drivername = PN16$ 3. Replace bindings = YOUR-MAC-MODULE with bindings = PN16_NIF 13. Reboot the computer. 14. Execute NFSCONF.EXE to configure system (i.e. Mount a virtual driver E:). Execute TELNET.EXE to do terminal emulation. --- Sample CONFIG.SYS file --- : DEVICE=C:\DOS\ANSI.SYS DEVICE=C:\NFS\PCNFS.SYS /m DEVICE=C:\NFS\SOCKDRV.SYS DEVICE=C:\LANMAN\PROTMAN.SYS /i:C:\LANMAN --> PROTOCOL.INI directory. DEVICE=C:\LANMAN\PN16.DOS ----------------> NDIS driver name DEVICE=C:\LANMAN\NFS-NDIS.SYS : --- Sample AUTOEXEC.BAT file --- : SET TZ=PST8 SET path=C:\;C:\NFS;C:\LANMAN SET NFSDRIVE=D PRT * C:\LANMAN\NETBIND ----> Add this line to Binding NDIS driver NET INIT : --- Sample PROTOCOL.INI file --- : [protocol manager] Drivername = PROTMAN$ [NFS-NDIS] Drivername = NFSLINK1 BINDINGS = PN16_NIF [PN16_NIF] Drivername = PN16$ :