                                                                Dec. 1995

                         Ether PCI Ethernet Card
                    Packet Driver for PC-NFS Installation
                    =====================================


*****************************************************
* Packet Driver Program for Sun MicroSystems PC-NFS *
*****************************************************

The PC-NFS Driver Program lets you run Sun MicroSystems PC-NFS on your PC with
the PCI Ethernet Card.

The following files will be used in this installation:

Files           Contents
-----------     ----------------------------------------------------------
PDNFS.SYS       PC-NFS Driver Program
ETHPCI.SYS      Packet driver program for PCI Ethernet card
ETHPCI.COM      Packet driver program for PCI Ethernet card


Two installation methods are detailed below:

METHOD 1:

1. Install the PC-NFS program according to the procedure described in the
   PC-NFS manual.  On the screen of the PC-NFS install program, select 3C501
   (the 3Com EtherLink card) as your network interface card. When the screens
   prompt you, select 3 for the interrupt level (IRQ), and select 300h for
   the base I/O address.

2. Copy the following files to the \NFS directory of your hard disk:

     PDNFS.SYS
     ETHPCI.SYS
     ETHPCI.COM

3. Modify the CONFIG.SYS file as follows:

   DEVICE=C:\ANSI.SYS
   DEVICE=C:\NFS\PCNFS.SYS /m
   DEVICE=C:\NFS\SOCKDRV.SYS
   DEVICE=C:\NFS\VECIE6.SYS
   DEVICE=C:\NFS\ETHPCI.SYS  <packet_int_no>
   DEVICE=C:\NFS\NFSVEC.SYS
   DEVICE=C:\NFS\PDNFS.SYS
   LASTDRIVE=V

     AUTOEXEC.BAT file:

     SET PATH = C:\;C:\NFS
     SET TZ=EST5EDT
     SET NFSDRIVE=C
     NET YPDOMAIN ypserver
     NET START RDR
     NET YPSET homer
     NET NAME john
     NET USER F: \\user\john

       We use the name "john" here as an example.

4. Reboot the PC to start PC-NFS.

You may now execute the PC-NFS commands to communicate
other computers through the TCP/IP protocol.


METHOD 2:

1. Install the PC-NFS program according to the procedure described in the
   PC-NFS manual.  On the screen of the PC-NFS install program, select 3C501
   (the 3Com EtherLink card) as your network interface card. When the screens
   prompt you, select 3 for the interrupt level (IRQ), and select 300h for
   the base I/O address.

2. Copy the following files to the \NFS directory of your hard
   disk:

     PDNFS.SYS
     ETHPCI.SYS
     ETHPCI.COM

3. Modify the CONFIG.SYS file as follows:

        DEVICE=C:\ANSI.SYS
        DEVICE=C:\NFS\PCNFS.SYS /m
        DEVICE=C:\NFS\SOCKDRV.SYS
        DEVICE=C:\NFS\VECIE6.SYS
        DEVICE=C:\NFS\NFSVEC.SYS
        DEVICE=C:\NFS\PDNFS.SYS
        LASTDRIVE=V

     AUTOEXEC.BAT file:

        SET PATH = C:\; C:\NFS
        SET TZ=EST5EDT
        SET NFSDRIVE=C
        ETHPCI <packet_int_no>
        NET YPDOMAIN ypserver
        NET START RDR
        NET YPSET homer
        NET NAME john
        NET USER F: \\user\john

       We use the name "john" here as an example.

4. Reboot the PC to start PC-NFS.

You may now execute the PC-NFS commands to communicate
other computers through the TCP/IP protocol.


