home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / ppp / 686 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!netnews.upenn.edu!turock.psych.upenn.edu!ross
  2. From: ross@turock.psych.upenn.edu (Ross Porter)
  3. Newsgroups: comp.protocols.ppp
  4. Subject: Re: PPP client routing
  5. Keywords: PPP route
  6. Message-ID: <84195@netnews.upenn.edu>
  7. Date: 23 Jul 92 13:55:03 GMT
  8. References: <84022@netnews.upenn.edu>
  9. Sender: news@netnews.upenn.edu
  10. Organization: University of Pennsylvania
  11. Lines: 17
  12. Nntp-Posting-Host: turock.psych.upenn.edu
  13.  
  14. >We suspect that some of the problems we are having with our PPP connection
  15. >are due to improper routing.  One symptom of the problem is that
  16. >while rsh client->host works fine, rsh client->client yields
  17. >a ~75sec delay.  Once either connection is established, 
  18. >things work fine.  
  19.  
  20. A kind soul suggested changing the localhost entry in the PPP client (sum):
  21.  
  22.   original: 127.0.0.1       localhost
  23.   new:      127.0.0.1       localhost sum.psych.upenn.edu sum.psych sum
  24.  
  25. A wonderful hack.  This does work, although it creates a few annoyances.
  26. I'm curious as to why the original localhost entry worked for ethernet,
  27. but didn't for PPP.  Is it because the POINTOPOINT network interface
  28. type takes precedence over localhost/loopback?  If so, is this desirable?
  29.  
  30. Ross
  31.