home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Patch / Programs / TTCP102_TO_104.LHA / ReadMeNow104 < prev   
Encoding:
Text File  |  1996-09-21  |  6.9 KB  |  165 lines

  1. TermiteTCP V1.04  Copyright © 1996 Oregon Research
  2.  
  3. Thank you for purchasing TermiteTCP.  Please take the time to read all the 
  4. information in this file.  It contains important information, corrections, 
  5. and additions to the TermiteTCP manual.  
  6.  
  7. The following is a description of features that have been added to Termite TCP 
  8. after the manual was printed.
  9.  
  10. Technical Support Phone Number
  11. ******************************
  12. A mistake was made in the technical support phone number listed on page 4 of 
  13. your user manual.  The correct number is (503) 968-9250
  14.  
  15. Login Script Command: DELAY
  16. ***************************
  17. Some ISPs are slow in responding to certain actions.  The DELAY command is 
  18. prevents login script commands from executing too quickly.  For instance, 
  19. many systems require a slight delay after connection but before a wakeup 
  20. character is sent.
  21.  
  22. The argument is the number of seconds to delay before executing the next 
  23. script command. A DELAY 0 command is automatically generated as the first 
  24. line of the script when using the Record Login Script procedure.
  25.  
  26. Connection Settings
  27. *******************
  28. The Connection Settings Window has been broken into two windows with the 
  29. minimum required information on the basic screen and addtional options 
  30. accessed through the More button gadget.  The More/Fewer options operate 
  31. just like described in the Network Settings portion of the manual.
  32.  
  33. PAP/CHAP User Authentication
  34. ****************************
  35. Many systems offer(and some require) the use of automated user authentication
  36. protocols.  TermiteTCP offers support for PAP(User/Password Authentication 
  37. Protocol also known as UPAP) and the less common CHAP(Crytographic Handshake 
  38. Authentication Protocol).  
  39.  
  40. To use PAP or CHAP, open the Connection settings Window and select More Options.
  41. If using PAP, then enter your user name and password in the PAP UserName and 
  42. PAP/CHAP Password gadgets.  CHAP only requires a password in the PAP/CHAP 
  43. Password gadget.  Select Use to accept your entries.
  44.  
  45. To connect with PAP/CHAP all you need to do now is click on the Connect gadget 
  46. of the status window.  
  47.  
  48. No login script is required when using PAP or CHAP (except possibly for a 
  49. delay command after connect) and you do not have to execute the Record Login 
  50. Script procedure.
  51.  
  52. Verification Interval
  53. *********************
  54. This new option specifies the time interval that TermiteTCP will test your 
  55. ISP connection.  After the specified number of minutes has elapsed, TermiteTCP
  56. will test the connection.  If the connection has failed for some reason(phone 
  57. line dropped, etc.), then TermiteTCP will automatically redial the phone and
  58. reconnect to your ISP.
  59.  
  60. Tooltype support
  61. ****************
  62. Support has been added for specifying configuration information via tooltypes 
  63. specified in the TermiteTCP program icon. To edit the tooltype settings, 
  64. click on the TermiteTCP icon and select Information from the WorkBench Icon menu.
  65. The following Tooltypes are currently recognized:
  66.  
  67.    AUTOCONNECT 
  68.       TermiteTCP will automatically connect to your ISP when the program is 
  69.       launched if this tooltype is set to TRUE.
  70.  
  71.    AUTOICONIFY 
  72.       TermiteTCP will automatically iconify to your WorkBenchconnect if 
  73.       this tooltype is set to TRUE.
  74.  
  75.    NULLMODEM 
  76.       If this tool type is set to TRUE, it will supresses the warning message 
  77.       if you attempt to connect with no phone number entered in the Connection
  78.       settings.  This is useful if you are intentionally making a direct 
  79.       serial connection to a local host via the serial port.
  80.  
  81. Troubleshooting 
  82. ***************
  83. It has come to our attention that some new PC based ISP's require the remote
  84. IP address be something other than 0.0.0.0 at the start of the address 
  85. negotiation phase.  If the message in the status window says LCP: Up and then
  86. proceeds to cycle through IPCP: CONFREQ and IPCP: CONFREJ followed by a 
  87. Termite TCP message saying that we were unable to negotiate with your host, 
  88. try settign the remote IP address to something other than 0.0.0.0  
  89. (1.1.1.1 for example).
  90.  
  91. Contact Information
  92.  
  93.     In North America contact:
  94.     
  95.     Oregon Research
  96.     16200 SW Pacific Hwy, Suite 162
  97.     Tigard, OR 97224
  98.     
  99.     Orders/Info: 503-620-4919
  100.     Technical Support: 503-968-9250
  101.     Fax:   503-624-2940
  102.     
  103.     Email: support@orres.com   
  104.            info@orres.com  
  105.            sales@orres.com 
  106.  
  107.     In Europe contact:
  108.  
  109.     HiSoft
  110.     The Old School
  111.     Greenfield
  112.     Bedford
  113.     MK45 5DE
  114.     U.K.
  115.     
  116.     Phone: +44 (0)525 718181
  117.     Fax:   +44 (0)525 713716
  118.     
  119.     Email: support@hisoft.co.uk
  120.  
  121. BSD Acknowledgement
  122. *******************    
  123. Portions of this program are based on original documents from BSD, which 
  124. is hereby acknowledged:
  125.  
  126. Copyright © 1982, 1986, 1990 Regents of the University of California.
  127. All rights reserved.
  128. Redistribution and use in source and binary forms, with or without
  129. modification, are permitted provided that the following conditions
  130. are met:
  131.  
  132. 1. Redistributions of source code must retain the above copyright
  133.    notice, this list of conditions and the following disclaimer.
  134. 2. Redistributions in binary form must reproduce the above copyright
  135.    notice, this list of conditions and the following disclaimer in the
  136.    documentation and/or other materials provided with the distribution.
  137. 3. All advertising materials mentioning features or use of this software
  138.    must display the following acknowledgement: This product includes software 
  139.    developed by the University of California, Berkeley and its contributors.
  140. 4. Neither the name of the University nor the names of its contributors
  141.    may be used to endorse or promote products derived from this software
  142.    without specific prior written permission.
  143.  
  144. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  145. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  146. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  147. ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  148. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  149. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  150. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  151. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  152. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  153. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  154. SUCH DAMAGE.
  155.  
  156. Are you in possession of stolen merchandise?
  157. ********************************************
  158. TermiteTCP is copyrighted commercial software.  If you are reading this 
  159. illegally, then consider this:  Not only are you commiting a Federal Crime, 
  160. but you are also literally stealing food out of the mouths of our children. 
  161. Additionally, you are personally responsible for the death of software 
  162. companies like Oregon Research and for the cessation of software 
  163. development on the Amiga Computer by stealing from those who seek to 
  164. promote your favorite computer. Think about it!
  165.