home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / ppp / 707 < prev    next >
Encoding:
Text File  |  1992-08-18  |  3.2 KB  |  77 lines

  1. Newsgroups: comp.protocols.ppp
  2. Path: sparky!uunet!wupost!darwin.sura.net!Sirius.dfn.de!chx400!bernina!feigin
  3. From: feigin@iis.ethz.ch (Adam W. Feigin)
  4. Subject: Re: req for advice on using PPP
  5. Message-ID: <feigin.714204079@err>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. References: <Bt73Ap.2H4@news.fai.com>
  9. Distribution: na
  10. Date: Wed, 19 Aug 1992 06:01:19 GMT
  11. Lines: 64
  12.  
  13. susanh@ossi.com (Susan Hunts) writes:
  14.  
  15. >1. Is this a reasonable approach?  Any major drawbacks I should know
  16. >   about?  What kind of performance am I likely to see?  Any
  17. >   problems with the PPP software and SunOS 4.1.1?
  18.  
  19. Yes it is reasonable. I've run PPP between my Sparcstation at home
  20. (SunOS 4.1.1 and 4.1.2) and our campus net, mainly through a Telebit
  21. Netblazer, but another Sparcstation will work just fine. What do you
  22. mean by "performance" ? 'Interactive' (telnet, ftp)performance between
  23. 2 V.32bis modems is quite good, although sometimes you do notice
  24. you're not on a 10MB/s ether..
  25.  
  26. >2. Does building, installing, configuring, etc. require a guru?  The
  27. >   PPP software appears to have nice, clear cookbook instructions
  28. >   which can be followed by a neophyte.  Any additional hints or tips 
  29. >   someone would like to pass on?  What about setting up the modems?
  30.  
  31. Building and installing it doesn't require guru status (although it
  32. certainly doesn't hurt :-} ), as the instructions are pretty clear. I
  33. think there was a file that needed to be copied into /usr/include
  34. somewhere that the instructions didn't mention.
  35.  
  36. If you're going to be running NFS over the link, I'd recommend turning
  37. on UDP checksumming in your kernels (Its OFF by default in SunOS 4.x):
  38.  
  39. gonzo csh[42]:adb -k /vmunix /dev/mem
  40. physmem 1bf3
  41. udp_cksum?
  42.   _udp_cksum:
  43.   _udp_cksum:     0               = unimp         0x0
  44. udp_cksum/w 1
  45.   _udp_cksum:     0x0     =       0x1
  46. $q
  47.  
  48.  
  49. using a '?' instead of '/' will change the value both in the running
  50. kernel and /vmunix on disk. If you use the '/', it only gets changed
  51. in the running kernel, and will be set back to 0 when you reboot. If
  52. you want to generate new kernels with udp checksumming turned on, you
  53. can change /usr/sys/`arch`/OBJ/udp_usrreq.o with the adb in the same manner.
  54.  
  55. >3. Any comments on choice of modems?  (Cost is a factor.)  If there's
  56. >   a random modem available for free, what minimum capability should
  57. >   it have?
  58.  
  59. Go for the highest speed modems you can. There is a noticeable
  60. difference between V.32 (9600) and V.32bis (14400), at least in terms
  61. of how fast the link 'feels'. So, at a minimum, make sure you have
  62. V.32. I dont know how/if MNP/compression helps. Perhaps someone here
  63. has done some testing in this area ? I dont think you'd want to run NFS over
  64. anything slower than a 9600 baud link....
  65.  
  66.                             /AWF
  67. ------------------------------------------------------------------------------
  68. Internet: feigin@iis.ethz.ch                 Adam W. Feigin
  69. UUCP:{backbones}!iis!feigin                 Network Systems Manager
  70. Mail: Integrated Systems Laboratory          Institute for Integrated Systems
  71.       ETH-Zentrum              Swiss Federal Institute of Technology
  72.       CH-8092 Zurich                       Zurich, Switzerland
  73.       Switzerland
  74. Phone: +41 1 256 50 53
  75.       
  76.   "In Confession, you blame yourself, in analysis, you blame everyone else"
  77.