home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / vlmkt6.exe / README < prev    next >
Text File  |  1993-12-29  |  3KB  |  66 lines

  1. Installation
  2. ============
  3.  
  4. NetWare Client
  5. --------------
  6. INSTALL will display an error screen and cease to continue if it did not 
  7. find the NetWare Client ODI drivers. Your computer MUST have ODI based 
  8. NetWare client software already installed and "loaded" in order to run the 
  9. INSTALL program.
  10.  
  11. AUTOEXEC.BAT   
  12. ------------
  13. A command is added by the INSTALL program to call the LANWP.BAT file at the 
  14. end of the AUTOEXEC.BAT. The LANWP.BAT file loads the TCP/IP networking 
  15. software. However, if the original AUTOEXEC.BAT invokes another batch 
  16. file by referencing its name as a command instead of using 'CALL batch_file' 
  17. then the added command 'CALL c:\lanwp.bat' will not be executed, the original
  18. batch file invokation has to be modified to use 'CALL'. 
  19.  
  20.  
  21. Software Updates
  22. ================
  23.  
  24. TCPIP
  25. -----
  26. INSTALL configures 8 LSL packet buffers with 1500 bytes in size in NET.CFG
  27. file, however, there are network drivers (e.g. Token Ring and others) which 
  28. can send and receive packets larger than 1500 bytes. If the message "WARNING:
  29. LSL buffer size too small (minimum: nnnn bytes)" is displayed when loading 
  30. TCPIP.EXE, it is recommended that you increase the buffer size to nnnn only
  31. if problems are encountered using the default size (1500).
  32.  
  33. SLIP_PPP
  34. --------
  35. The SLIP_PPP driver supports PAP (Password Authentication Protocol) with
  36. upper case login name and password only. All lower case name and password
  37. specified in the AUTHEN parameter in NET.CFG file are converted into
  38. upper case.
  39.  
  40. The following table provides NET.CFG configuration settings for various
  41. methods of dialing from a SLIP_PPP client to a SLIP/PPP router, dial-up
  42. service, or server/workstation. If the remote host requires the dial-in
  43. client to provide name and password for login before bringing up the 
  44. SLIP/PPP connection, use the second, third, or forth configuration from 
  45. the table.
  46.  
  47. --------------------------------------------------------------------------
  48. Configuration Scenario                      DIRECT setting    OPEN setting
  49. --------------------------------------------------------------------------
  50. Using SLIP_PPP with autodial using          No                Active
  51. the DIAL setting
  52.  
  53. Using SLIP_PPP and DIALUP                   Yes               Passive
  54.  
  55. Using a third-party dialer when SLIP_PPP    Yes               Active
  56. is loaded after the connection is set up
  57.  
  58. Using a third-party dialer when SLIP_PPP    Yes               Passive
  59. is loaded before the connection is set up
  60.  
  61. Using a direct connection (NULL modem)      Yes               Active
  62. --------------------------------------------------------------------------
  63.  
  64. --End of file--
  65.  
  66.