
        HOW TO INSTALL THE REMOTE OFFICE CLIENT WITH BANYAN VINES
        ---------------------------------------------------------

  Remote Office client requires versions of BANYAN Vines that support
  the NDIS interface.  This requires two three steps:

  1.  Change the BANYAN configuration using PCCONFIG

       You must configure your Vines software to use the NDIS interface.
       This is accomplished by executing PCCONFIG selecting the Network Card
       Settings menu.  If your Remote Office host is on an ethernet lan,
       select "NDIS Ethernet", and set the bindings statement to
       "BINDINGS=NDROF-E".  If the Remote Office host is on a Token-Ring lan,
       select "NDIS Token Ring", set the bindings statement to
       "BINDINGS=NDROF-T", and enable End Node Source Routing.

  2.  Verify that your CONFIG.SYS contains the following line:

        device = c:\BANYAN\protman.dos /i:C:\ROF

	Change C:\ROF to the directory where Remote Office was
	installed.

  3.  Verify that the file PROTOCOL.INI exists, and looks like
      the following:

        [PROTOCOL MANAGER]
            drivername = PROTMAN$

        [NDROF-E]
            drivername = NDROF-E$

       If your Remote Office host is on a Token-Ring lan, change
       all references to NDROF-E to NDROF-T.

  The Remote Office install procedure creates a file called ROSTART.BAT
  in the Remote Office directory.  This BAT file may be used to load the
  Remote Office client.  If you wish, the modules loading in Rostart.bat
  can be folded into another BAT file.  The load sequence is as follows:

    Ethernet:                           Token-Ring:
    cd\ROF                              cd\ROF
    roffice                             roffice
    ro login host                       ro login host
    ndrof-e maxt=4                      ndrof-t maxt=4 synctransmit=y
    cd \banyan                          cd \banyan
    c:\banyan\ban /nl                   c:\banyan\ban /nl

    The ndrof maxt=4 allocates four transmit buffers.  This improves
    performance.

    The ndrof-t "synctransmit=y" option reduces transmit timeouts
    which may occur more frequently with slower async links.

    The Banyan "/nl" option prevents the Banyan NOS loading the login
    program accross the phone line.  For faster logins, copy
    login.exe and login.msb to your local drive.

  Note -
  If you are running Banyan versions 5 (50) and older, or if you receive
  a Bind Error PRO0025, then you will need to perform the following steps
  in order for proper binding to occur:

	1.  Copy the PROTMAN.DOS and PROTMAN.EXE files from the host
	    or client install disk to the Banyan directory.

	    COPY A:\LANOSDEP\PROTMAN.* C:\BANYAN

	2.  Copy the NETBIND.COM file from the host or client install
	    disk to the Banyan directory, renaming it NETBIND.EXE.

	    COPY A:\LANOSDEP\NETBIND.COM C:\BANYAN\NETBIND.EXE

	3.  Rename the file NDISBAN.OVL located in the Banyan directory
	    to NDISBAN.SAV.

	    REN NDISBAN.OVL NDISBAN.SAV
