home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / lwp41n.exe / LWP41N.TXT < prev    next >
Text File  |  1993-06-28  |  8KB  |  280 lines

  1. LWP41N.EXE/binary
  2.  
  3. Contains fixes for the LAN WorkPlace for DOS 4.1 product.
  4.  
  5. The following files are updated in this patch (using the .RTPatch
  6. utility):
  7.  
  8. INSTALL  EXE    245454 02-02-93   4:10a
  9. INSTALL  MSG     10136 02-02-93   4:10a
  10. LWPCON   EXE    257222 04-06-93   4:38p
  11. LWPCON   HLP     44238 04-06-93  11:48a
  12. LWPCON   MSG     14334 04-06-93   4:37p
  13. PRESENTR EXE    183984 03-26-93  11:23a
  14. RFCNBIOS EXE     57367 05-12-93   3:13p
  15. SNMP     EXE     32308 04-06-93  11:56a
  16. TCPIP    EXE     40120 06-14-93   4:10a
  17. TELAPI   EXE     39712 03-26-93  11:28a
  18. TELNET   DLL     12304 06-07-93   3:49p
  19. TNVT220  EXE    107604 03-26-93  11:32a
  20. WFTPFS   DLL     52592 01-15-93   3:01p
  21. WLIBSOCK DLL     43000 03-01-93   3:15p
  22.  
  23. Installation instructions:
  24.  
  25. 1.  Ensure you have the original LWP DOS 4.1 software installed,
  26.     and remove any previously applied patches.  See the notes
  27.     below for more info on removing patches.
  28.  
  29. 2.  Go to the \NET directory, and make a PATCH subdirectory,
  30.     if one does not already exist.
  31.  
  32. 3.  Copy the LWP41N.EXE file to \NET\PATCH and unarchive it by
  33.     executing it.
  34.  
  35. 4.  Execute the INSTALL.BAT file.
  36.  
  37. Notes: 
  38.  
  39. You must have the original LWP DOS 4.1 software installed in order to
  40. apply this update.  If the patch program cannot find the original 4.1
  41. files, the new files will not be installed, and warning messages will
  42. be displayed.  If you have installed any other updates to LWP, you
  43. should remove them and restore the original files prior to applying
  44. this update.
  45.  
  46. The patch program will store the original files in the
  47. \NET\PATCH\BACKUP directory. If you need to revert to the original
  48. files, go to this directory, rename the UNPATCH.BAK file to
  49. UNPATCH.BAT, and execute the file.  The original files will be
  50. restored.
  51.  
  52.  
  53.  
  54. New features:
  55.  
  56. 1.  Static route support.
  57.  
  58. New NET.CFG keyword "route" for entering static routes.
  59.  
  60.   route host <dest-host> <gateway>
  61.   route net  <dest-net> <gateway>
  62.  
  63. Example:
  64.  
  65.   Protocol TCPIP
  66.     route host 1.0.0.1  2.0.0.254
  67.  
  68. LWPCON is now able to insert/modify/delete entries in the LWP route
  69. table.  All routes entered are treated as static routes.  The type of
  70. route is determined by the destination IP address, hence only routes
  71. for non-subnetted network addresses can be differentiated. 
  72. Subnetwork based routes are treated as host specific routes.
  73.  
  74. LWPCON now displays default routers as entries in the route table for
  75. the local LWP node (default routers are not displayed for remote
  76. nodes).  Default routers cannot be modified/deleted.
  77.  
  78.  
  79. 2.  Dead router detection and automatic router switch.
  80.  
  81. Up to three default routers can be entered with the NET.CFG
  82. "ip_router" keyword for each network interface supported.  TCPIP.EXE
  83. will display them as "Default Router1/2/3" in the signon message if
  84. configured.  The first active default router listed in NET.CFG is
  85. used by TCPIP.EXE at startup.
  86.  
  87. TCPIP will automatically switch the default router if the current
  88. router does not respond to an ARP request, or upon sending the third
  89. TCP re-transmit packet.  A new NET.CFG keyword "rt_trigger  N" can be
  90. used to change the default TCP re-transmit router switch level from 3
  91. (3rd re-xmit) to N (Nth re-xmit).  The valid range is from 1 to 255. 
  92. Setting this to a large value will effectively disable the router
  93. switch caused by excessive TCP retransmit.
  94.  
  95.  
  96. 3.  ARP table editing.
  97.  
  98. LWPCON can be used to edit the ARP table, for both local and remote
  99. hosts (proper ControlCommunity setting in LWPCON is required for
  100. remote editing).
  101.  
  102.  
  103. 4.  TCP receive window size tuning.
  104.  
  105. New NET.CFG keyword "tcp_window" to set the initial (maximum) LWP TCP
  106. receive window size.  Valid range is from 0 to 32767.  A value of
  107. zero or no entry tells TCPIP to use the default of 2880.
  108.  
  109.  
  110. 5.  TCP max segment size tuning.
  111.  
  112. New NET.CFG keyword "tcp_maxsegsize" to set the maximum segment size.
  113. Valid range is from 0 to the maximum size before IP fragmentation can
  114. occur (eg. for Ethernet, 1440).  A value of zero or no entry tells
  115. TCPIP to use the default (varies by physical layer).
  116.  
  117.  
  118. 6.  Allow spaces and non-printable characters in NetBIOS names.
  119.   
  120. If you need to use a space within a NetBIOS name, you must use quote
  121. (") characters to delimit the beginning and ending of the name.  If
  122. you don't need spaces in the cached names, then the old style syntax
  123. without quotes will continue to operate.
  124.  
  125. Hex characters are delimited by the \ character.
  126.  
  127. For example,
  128.        
  129.     dpx300\00\FFeng
  130.  
  131. puts a byte of binary zeroes followed by a byte of binary 
  132. ones between the "dpx300" and the "eng" in the above string.
  133.  
  134. Sample NET.CFG section:
  135.  
  136. Protocol RFCNBIOS
  137.     Name1            131.57.5.96
  138.     "Name1 "        131.57.5.97
  139.     "Name  1"        131.57.5.98
  140.     "   Name  1"          131.57.5.99
  141.     dpx300\00\FFeng            131.57.6.100
  142.  
  143.  
  144.  
  145. Summary of fixes:
  146.  
  147.  
  148. INSTALL.EXE, INSTALL.MSG
  149. ------------------------
  150. Install fails on compressed disk drive (eg.  DR. DOS Superstor).  To
  151. use the new install, copy these 2 files to your LWP Installation disk
  152. 1.
  153.  
  154.  
  155. LWPCON.EXE, LWPCON.HLP, LWPCON.MSG
  156. ----------------------------------
  157. Add/delete/modify static routes.
  158.  
  159. Add/delete/modify ARP table entries.
  160.  
  161.  
  162. PRESENTR.EXE
  163. ------------
  164. GP Faults when certain escape sequences are displayed on screen.  
  165.  
  166. Miscellaneous other display fixes.
  167.  
  168.  
  169. RFCNBIOS.EXE
  170. ------------
  171. Allow spaces and non-printable characters in NetBIOS names.
  172.  
  173.   
  174. SNMP.EXE
  175. --------
  176. NET.CFG entries ignored when preceded by tabs.
  177.  
  178.  
  179. TCPIP.EXE
  180. ---------
  181. System hangs when remote host advertises TCP window size > 32k.
  182.  
  183. Connection reset when remote host advertises TCP window < 1k.
  184.  
  185. Throughput slow after a reconnect.
  186.  
  187. System hangs when large ping packet (eg. 3000 bytes) received.
  188.  
  189. System hangs when multiple ARP replies received.
  190.  
  191. Locus redirector fails with TinyTerm emulator.
  192.  
  193. Out of band data support (send only).
  194.  
  195. Configurable TCP window size.
  196.  
  197. Configurable max segment size.
  198.  
  199. Multiple static route support.
  200.  
  201. Dead router detection.
  202.  
  203. PPP overwrites ip_netmask and ip_router.
  204.  
  205. Accept multiple default routers in BOOTP reply.
  206.  
  207. UDP fragment reassembly problem.
  208.  
  209. System hangs with WordPerfect SMTP TSR.
  210.  
  211. Miscellaneous socket API fixes.
  212.  
  213.  
  214. TELAPI.EXE
  215. ----------
  216. Not compatible with NASI V3.0 applications.
  217.  
  218.  
  219. TELNET.DLL
  220. ----------
  221. Host Presenter error "A read request is already outstanding".
  222.  
  223.  
  224. TNVT220.EXE
  225. -----------
  226. Terminal type switch (-t) does not work.
  227.  
  228. dec-vt220 terminal type sent in vt100 emulation.
  229.  
  230. cc:mail keyboard conflict.
  231.  
  232. GP Faults when certain escape sequences displayed on screen.
  233.  
  234. Can't print in landscape mode (132 columns).
  235.  
  236. Other display fixes.
  237.  
  238.  
  239. WFTPFS.DLL
  240. ----------
  241. Copy - rename to AIX causes connection to be dropped.
  242.  
  243.  
  244. WLIBSOCK.DLL
  245. ------------
  246. Miscellaneous toolkit fixes.
  247.  
  248.  
  249. ******************************************************************** 
  250.                     DISCLAIMER  
  251.   
  252. Novell, Inc. makes no representations or warranties with respect to
  253. any NetWare software, and specifically disclaims any express or
  254. implied warranties of merchantability, title, or fitness for a
  255. particular purpose.  
  256.  
  257. Distribution of any NetWare software is forbidden without the
  258. express written consent of Novell, Inc.  Further, Novell reserves
  259. the right to discontinue distribution of any NetWare software.
  260.  
  261. Novell is not responsible for lost profits or revenue, loss of use
  262. of the software, loss of data, costs of re-creating lost data, the
  263. cost of any substitute equipment or program, or claims by any party
  264. other than you.  Novell strongly recommends a backup be made before
  265. any software is installed.   Technical support for this software
  266. may be provided at the discretion of Novell.
  267. ********************************************************************
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.