home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / ppp / 1014 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.6 KB  |  63 lines

  1. Newsgroups: comp.protocols.ppp
  2. Path: sparky!uunet!mcsun!Germany.EU.net!olymp!olymp!ignatios
  3. From: ignatios@theory.cs.uni-bonn.de (Ignatios Souvatzis)
  4. Subject: Re: Help : ncsappp
  5. In-Reply-To: ignatios@theory.cs.uni-bonn.de's message of Mon, 21 Dec 1992 16:52:18 GM
  6. Message-ID: <IGNATIOS.92Dec21184554@theory.cs.uni-bonn.de>
  7. Sender: usenet@olymp.informatik.uni-bonn.de
  8. Supersedes: <IGNATIOS.92Dec21175218@theory.cs.uni-bonn.de>
  9. Organization: computer science department, university of Bonn, Germany
  10. References: <POPINEAU.92Dec14141453@tintin.ese-metz.fr>
  11. Date: Mon, 21 Dec 1992 17:45:54 GMT
  12. Lines: 49
  13.  
  14. In article <POPINEAU.92Dec14141453@tintin.ese-metz.fr>
  15. popineau@tintin.ese-metz.fr (Fabrice Popineau) writes:
  16.  
  17.    I try to bring up a connection between my PC at home and a SS1 at work.
  18.    I install pppd-1.01 on the SS1 and launch it with
  19.  
  20.    pppd passive debug netmask 255.255.255.0 vjmode draft /dev/ttya 9600 192.70.65.40:192.70.65.52
  21.                         ^^^^^^^^^^^^
  22.    On the other side, I ran ppp.exe from the package ncsappp.zip :
  23.  
  24.    ppp /c 2 /s 4800 /d atdt<phone number>
  25.  
  26.    with the default config.ppp .
  27.  
  28.    I got an error from pppd : 
  29.  
  30.    Dec 12 00:57:05 prunel vmunix: ppp_async0: opening
  31.    Dec 12 00:57:06 prunel vmunix: ppp_if0: open
  32.    Dec 12 00:57:06 prunel vmunix: ppp: Pii->flags 0x9
  33.    Dec 12 00:57:06 prunel vmunix: ppp_async: SIFASYNCMAP ffffffff
  34.    Dec 12 00:57:06 prunel vmunix: ppp: Pii->flags 0x9
  35.    Dec 12 00:57:06 prunel vmunix: ppp_if: SIFCOMPPROT 0
  36.    Dec 12 00:57:06 prunel vmunix: ppp_async: SIFCOMPPROT 0
  37.    Dec 12 00:57:06 prunel vmunix: ppp: Pii->flags 0x9
  38.    Dec 12 00:57:06 prunel vmunix: ppp_if: SIFCOMPAC 0
  39.    Dec 12 00:57:06 prunel vmunix: ppp_async: SIFCOMPAC 0
  40.    Dec 12 00:57:06 prunel vmunix: ppp: Pii->flags 0x9
  41.    Dec 12 00:57:37 prunel vmunix: ppp_async: missed ALLSTATIONS
  42.                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  43.    Dec 12 00:57:38 prunel pppd[4059]: str_restore: couldn't push module ldterm: No such device or address
  44.    Dec 12 00:57:38 prunel pppd[4059]: str_restore: couldn't push module ttcompat: No such device or address
  45.    Dec 12 00:57:38 prunel vmunix: ppp_if0: closed
  46.    Dec 12 00:57:38 prunel vmunix: ppp_async0: closing
  47.  
  48. Yes, about:
  49.  
  50. I had the same problem. After seeing the missing ALLSTATIONS, I
  51. suspect the merit.edu ppp.exe to send compressed address and control
  52. fields as soon as negotiated, whether in LCP negotiation phase or not.
  53. After using '-ac -pc vjmode draft', the connection works relatively fine. See
  54. the PPP FAQ posting for the progresses concerning 
  55.  
  56. a) enabling protocol or address/control field compression
  57. b) deciding who is the real culprit...
  58.  
  59. and details.
  60. --
  61.     Ignatios Souvatzis
  62.     ignatios@cs.uni-bonn.de souva@babsy.mpifr-bonn.mpg.de
  63.