home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / ppp / 712 < prev    next >
Encoding:
Text File  |  1992-08-19  |  3.0 KB  |  69 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: req for advice on using PPP
  5. In-Reply-To: susanh@ossi.com's message of Tue, 18 Aug 1992 19:54:24 GMT
  6. Message-ID: <IGNATIOS.92Aug20110623@theory.cs.uni-bonn.de>
  7. Sender: usenet@olymp.informatik.uni-bonn.de
  8. Organization: /home/theory/ignatios/.organization
  9. References: <Bt73Ap.2H4@news.fai.com>
  10. Date: Thu, 20 Aug 1992 10:06:23 GMT
  11. Lines: 56
  12.  
  13.        (knowledge of Refered-to article by the reader assumed)
  14.  
  15. Hello,
  16.  
  17. I have two remarks:
  18.    
  19. 1. You might try pppd-1.01-beta from for the sparcs to get the most
  20.    ripe non-dialup version. Despite it's 'beta' status, it has the
  21.    most kernel memory allocation/deallocation bugs removed. It's more
  22.    advanced than the pl6 version you mentioned, as far as I know.
  23.  
  24.    ftp to merit.edu, directory /pub/ppp, file pppd-1.01-beta.tar.Z
  25.  
  26. 2. You might want to try dp-2.2-beta.tar.Z (or -gamma, it that exists
  27.    by now..) to get the dialup ppp package [and tell Kirk Smith
  28.    (ks@acn.purdue.edu) to add yo to the mailing list]. It simulates
  29.    keeping the network connection up, but has time-outs on the phone
  30.    line, so that if (all configurable) the last tcp connection was
  31.    closed, the phone line hangs up after 6 seconds, if the last tcp
  32.    transmission actually occured 10 minutes ago, the phone hangs up,
  33.    or 30 seconds after the last UDP packet... you get the idea. It
  34.    then does an automatic redial, if traffic occurs again.
  35.  
  36.    The 2.2-beta version has some minor Makefile/include file problems
  37.    (Kirk has my diffs for it), and tends to crash when you have an
  38.    error in the configuration script (deref'ing zero pointers), but
  39.    works like a charm otherwise, AND IT SUPPORTS LOADABLE KERNEL
  40.    MODULES... at least half (i.e., you can load them, but if you do
  41.    the unloading, the system crashes when it tries to do networking
  42.    again). But I think it's better to only reboot the machine to
  43.    remove or update the ppp if you want it, than to built a new kernel
  44.    and reboot the machine :-) Maybe SUN never tested this part of
  45.    their Kernel code? I think they don't have any loadable network
  46.    modules of their own.
  47.  
  48.    ftp to phoenix.acn.purdue.edu, directory pub, and get PPP.readme
  49.    (1k) with further advice.
  50.  
  51.    You might want to configure the sendmails at both ends to only
  52.    actually send the mail, say, two times a day, to minimize costs
  53.    [mark the connection expensive].
  54.  
  55. I used both packages. I like the latter better, because it's less work
  56. and less to backup if you want to install it, and because I won't get 
  57. 'how is the ppp startup command' phone calls all the time.
  58.  
  59. BTW: nfs? You might want to completely avoid it. Try mounting a remote
  60.    filesystem to get the feeling. Basically, you have to avoid
  61.    anything which does stats because they cause lots of traffic, and
  62.    anything which does writes because nfs writes always wait for the
  63.    'written to disk' confirmation from the other side.
  64.  
  65.  
  66. --
  67.     Ignatios Souvatzis
  68.     ignatios@cs.uni-bonn.de souva@babsy.mpifr-bonn.mpg.de
  69.