home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / PPP0727.txt < prev    next >
Text File  |  1995-08-03  |  8KB  |  180 lines

  1. READ ME for the OS/2 PPP/Dialer update:
  2.  
  3. Abstract for OS/2 PPP/Dialer update:
  4.  
  5. This update for OS/2 PPP fixes several problems reported over the past
  6. 3-4 months.  Most notably a fix to allow SLIP and PPP to operate over
  7. LAN shared modems (LAN Requester) was implemented and code changes to
  8. allow OS/2 PPP to interoperate with Microsoft NT servers was added.
  9. Limited user level debugging support has been added to the SlipPM dialer
  10. and several dialer fields have been made longer to accommodate international
  11. phone numbers, etc.  See below for a complete list of problem fixes covered
  12. in this update.
  13.  
  14. NOTICE: The versions of slippm, slip, ppp, and slattach delivered in this
  15. package are NOT compatible with previous releases (i.e. an older version
  16. of slattach will not function properly with the new version of slip and
  17. slippm).   When upgrading ensure that all componets are replaced as a
  18. group.
  19.  
  20. Contents:
  21.  
  22. Executable files:
  23.  
  24. ppp.exe         OS/2 TCP/IP 2.0 PPP driver.
  25.  
  26. pppterm.exe     Dumb terminal emulation over a PPP link.
  27.  
  28. slippm.exe      Dialer code for SLIP and PPP connections.  Provides dial-up
  29.                 access to the Internet via access provider networks.
  30.  
  31. slattach.exe    Modem set-up and connection processor.
  32.  
  33. slip.exe        OS/2 TCP/IP 2.0 SLIP driver.
  34.  
  35. slipterm.exe    Dumb terminal emulation over SLIP link.
  36.  
  37. slipmsg.exe     Processes error messages for the PPP and SLIP drivers.
  38.  
  39.  
  40. Optional configuration files:
  41.  
  42. ppp.cfg         File of configurable options.  This file is searched for
  43.                 using the $ETC environment variable.
  44.  
  45. ppprc           File of configurable options.  This files is searched for
  46.                 using the $HOME environment variable.  Options in this
  47.                 file override options in the ppp.cfg file.  Command line                        options override both ppprc and ppp.cfg options.
  48.  
  49. Authentication files:
  50.  
  51. pap.sct         Contains client names, server names, pap passwords and valid
  52.                 IP addresses for the client.
  53.  
  54. chap.sct        Contains client names, server names, chap passwords and valid
  55.                 IP addresses for the client.
  56.  
  57. Problems fixed in this update:
  58.  
  59. + If a Dial Prefix is entered for the 1st defined machine to dial and
  60. you double click to dial that entry, the Dial Prefix is blanked out.
  61. If the DIAL Icon is selected, the Prefix is not deleted.  Double
  62. clicking on other entries in the list work fine.
  63.  
  64. + When Adding an Entry (Dial Other Internet Providers folder),
  65. the 5th field, phone number, allows 32 numbers to be entered.
  66. However, it only saves 24 of these digits. Therefore, a user
  67. needing 32 digits assumes he has set up correctly but then
  68. finds he is unable to place his call.
  69.  
  70. + Users are able to toggle the Enable Debug checkbox when SLIPPM is dialing
  71. and/or has a connection established.  The checkbox has no function at this
  72. time and users should not be allowed to change the status.
  73.  
  74. + The DESCRIPTION field in the dial other internet providers according to the
  75. doc is a required field.  It is not marked with an '*'.
  76.  
  77. + After setting the baud rate for a provider to 115200 and saving
  78. those settings, the baud rate is improperly set to 49664.
  79.  
  80. Note: The complete fix to this problem requires a new version of
  81.       the TCP/IP stack and the use of the SIO.SYS com drivers.
  82.  
  83. + SLIPPM and PPP do not work with PEER (LAN requested modems).
  84.  
  85. + slattach -f options does not accept absolute path.
  86.  
  87. + PPP Null modem connection gets established and then fails with msg:
  88.    notice: DCD lost, exiting.
  89.  
  90. + When VJ compression is enabled, compressed packets are not decompressed
  91. correctly by the 8235 box.  Additionally the MTU size set during
  92. IPCP negotiation exceeds 4096, causing FCS errors to be generated
  93. when packets are received.
  94.  
  95. + Connection fails during LCP stage for providers that hang-up after receiving
  96. a reject on an unknown authentication protocol.
  97.  
  98. SlipPM Login Sequences:
  99.  
  100. Many Internet providers that support the slip protocol will assign you a
  101. unique pair of IP addresses after you register for their service.  Each
  102. time you login to the service you will connect with this same set of
  103. IP addresses.  This is often called "static" IP address assignment.  Other
  104. Internet providers supporting slip connections will assigned you an IP
  105. address pair at the time the connection is established. This is often
  106. referred to as "dynamic" IP address assignment.  Each time you connect you
  107. may receive a different IP address pair.
  108.  
  109. On page one of the SlipPM Provider Dialog, the field "Login Sequence:" defines
  110. the login sequence used to connect to a given access provider.  To
  111. accommodate a variety of connection sequences, this field may contain:
  112.  
  113.         (1) The reserved word "NONE".  This indicates no login sequence
  114.         is required beyond the physical modem connection.
  115.  
  116.         (2) Blank, or no entry.  If this field is left blank, and the
  117.         Login ID and Password fields are filled in, then the dialer
  118.         will wait for the login sequence:
  119.  
  120.                 login:
  121.                 password:
  122.  
  123.         The content of the Login ID and passwords will be sent in response.
  124.  
  125.         (3) The name of a REXX connection script or ".cmd" file, for example,
  126.         Login Sequence: annex.cmd
  127.  
  128.         This script is executed at connection time to negotiate the
  129.         modem setup, dial the access provider, and login.
  130.  
  131.         (4) A login sequence consisting of a series of send-expect verbs,
  132.         for example, if the "Login Sequence:" contains the text:
  133.  
  134.                 \r
  135.                 sername:
  136.                 [LOGINID]
  137.                 ssword:
  138.                 [PASSWORD]
  139.                 annex:
  140.                 slip
  141.                 address\sis\s[$IPDEST]\sYour\saddress\sis\[$IPADDR]
  142.  
  143.         then after the modem dials and connects, line 1 sends a newline to
  144.         request the Username prompt.  Line 2, waits for this prompt, and
  145.         line 3 sends the contents of the Login ID field. Line 4 waits for
  146.         a Password prompt, and line 5 sends the password entered in the
  147.         Password field.  Line 6 waits for the "annex:" prompt, and line 7
  148.         sends the request to start the SLIP protocol.  Line 8 is used
  149.         to retrieve the remote and local IP addresses that are "dynamically"
  150.         assigned when the connection is made.  The "\s" (Escape s) represents
  151.         1 or more white-space characters.
  152.  
  153. If your IP addresses are "statically" assigned then you can enter
  154. them on page 2 of the provider information dialog.
  155.  
  156. Each provider uses a slightly different sequence for establishing a
  157. connection, and you must tailor your Login Sequence to match
  158. each Internet provider.
  159.  
  160. For Internet providers supporting PPP the situation is slightly
  161. more uniform, however there are still many differences.  Most
  162. providers fall into two categories, those that require a
  163. traditional style login id and password transaction before
  164. the PPP protocol is started, and those that negotiate PPP
  165. immediately upon connection.  For the first type you will
  166. need to setup a Login Sequence similar to that used for a
  167. slip connection, in the second type, enter the verb "NONE"
  168. in the Login Sequence field.
  169.  
  170. In most cases, PPP Internet providers supporting PPP will
  171. use the PPP protocol itself to assign you an IP address
  172. pair, so once a connection is established and the two
  173. machines have successfully engaged in the link control protocol
  174. (LCP) stage of a PPP link,  IP addresses will be assigned and
  175. the ppp interface will be configured.  In some rare cases
  176. the provider may supply only one of the required IP addresses
  177. (usually the local address).  In this case the Remote or
  178. Destination IP address can be entered in the "Destination IP
  179. Address" field on page 2 of the provider dialog.
  180.