NDIS Driver Installation Guide for SUN PC-NFS =================================================== These drivers conform to the Network Driver Interface Specification (NDIS 2.0.1) defined by Microsoft/3Com. Driver 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 AE200.DOS file from the subdirectory \PCNFS\AE200.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\AE200.DOS 12. Edit the protocol.ini file at \LANMAN directory. 1. Replace [your-mac-module] with [AE200] 2. Replace drivername = YOURMAC$ with drivername = AE200$ Specify the correct IRQ and IOBASE value (May be omitted) for this adapter depending on whether the adapter's set INTERRUPT = 3 IOBASE = 0x300 3. Replace bindings = YOUR-MAC-MODULE with bindings = AE200 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\AE200.DOS ---------------> NDIS driver name DEVICE=C:\LANMAN\NFS-NDIS.SYS : --- Sample PROTOCOL.INI file --- : [protocol manager] Drivername = PROTMAN$ [AE200] Drivername = AE200$ [NFS-NDIS] Drivername = NFSLINK1 BINDINGS = AE200 : --- 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 :