
HOW TO INSTALL REMOTE OFFICE CLIENT WITH NOVELL's LANWORK WORKPLACE & NETWARE
-----------------------------------------------------------------------------

  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:

        roffice
        lsl
        odirof-e
        ipxodi
        tcpip
        vlm
        exeguard
        win

  The ROSTART.BAT batch file illustrates how to run the Remote Office
  client with Novell's Lan Workplace for DOS product and the Netware Vlms.

  * If you do not plan to run Windows, or you want to connect to the
    remote server from rostart.bat (or any batch file) do the following:
    After loading vlm, insert the line "ro login xxxxx", where xxxxx is
    the name of a phonebook record.  Or if you prefer the interactive
    DOS utility, insert the line "roclient".  Because the vlm is loaded
    prior to establishing a connection, when logging into the Netware
    server, you must specify the name of the server.  For example, to
    login to a server named stampede, enter "login stampede/username".

  Netware uses the ODI interface into Remote Office.  This
  interface may require modification to the net.cfg file located in the
  Remote Office directory.  By default, it will look similar to the
  following example:

NET.CFG
-------

Link Support
   MAX BOARDS      4
   MAX STACKS      4
   MEMPOOL         4096
   BUFFERS         4       1500

Link Driver ODIROF-E
   frame ETHERNET_II
   frame ETHERNET_802.2
   vlmipx ETHERNET_802.2

Protocol TCPIP
   bind ODIROF-E
   PATH LANG_CFG   c:\NET\LANG
   PATH SCRIPT     c:\NET\SCRIPT
   PATH PROFILE    c:\NET\PROFILE
   PATH LWP_CFG    c:\NET\HSTACC
   PATH TCP_CFG    c:\ROF
   ip_address      99.0.0.0
   ip_router       99.99.99.99
   ip_netmask      255.0.0.0

Protocol Ipx
    bind #2

If you will be dialing into a DNS domain name server, be sure to edit/create
the RESOLV.CFG in your Remote Office directory.

Sample RESOLV.CFG

; DNS resolver file
;
;specify your domain name      
domain Stampede
;
;specify the internet address of the domain name server
nameserver 192.88.193.144
