home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9760 < prev    next >
Encoding:
Text File  |  1992-09-03  |  3.4 KB  |  69 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: allredkl@choc01.dnet.dupont.com (Kevin L. Allred, 615-875-7167)
  4. Subject: RE: Linux-Activists Digest #86
  5. Message-ID: <1992Sep3.171836.4151@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: allredkl@choc01.dnet.dupont.com (Kevin L. Allred, 615-875-7167)
  8. Organization: The Internet
  9. Date: Thu, 3 Sep 1992 17:18:36 GMT
  10. Lines: 57
  11.  
  12. "nealstep@nexus.yorku.ca (Neal Stephenson)" writes:
  13. | Subject: TCP/IP works (yippee) but still some problems : -(
  14.  
  15. |        I installed the tcp/ip package and it compiled without errors.
  16. | I then increased the number of pty's to 64 and mknod'ed all of them,
  17. | under the assumption that each telnet in used up one (is this right?).
  18. | I then rebooted.
  19. |         I can now ftp out of the system perfectly, it works great and
  20. | since that was the main use, I am very happy (congrats to all
  21. | concerned). :-) :-) :-)
  22. |         However, if I ftp in I hang. Also telnetting out connects to
  23. | the host and then locks up the keys at the password prompt. you can
  24. | however send a ctrl-d to end the login attempt (if it's a unix box) or
  25. | a ctrl-z for a vax, strange.
  26. |        for telnetting in the same kind of problems are encountered.
  27. | if you telnet in to an account that has no passwd (horrible securety,
  28. | i know) it works fine. but if you try one that has a password it locks
  29. | up on the password prompt.
  30. |        last few points. perhaps they are relevant. telneting out is
  31. | very stacatto get packets then nothing then packet. and after telneting
  32. | in when you log out it does not remove the name from the active users
  33. | list.
  34. |        If all of these questions have allready been answered, if
  35. | you could let me know where I can find the answers I'd appreciate it.
  36.  
  37. | Hardware and software:
  38. |        486/50 16M ram 425M scsi drive 64M & 50M linux minix style
  39. |                partitions and an 8M swap partition.
  40. |        Cardianl ET4000 video card with 1M and Nec 5fg monitor
  41. |        ethernet is a WD8013 on irq 10 I/O 300 mem starting at cc000
  42. |                16K RAM.
  43.  
  44. I have had very similar experiences (with a very similar setup).  The
  45. system I need to communicate with lies on the other side of a router
  46. and a 56Kbps link.  When I ping my linux system from the remote
  47. computer I see round trip times of (min/ave/max 109/173/746 ms) with a
  48. 1% packet loss.  I exchanged mail with Ross Biro about the problem,
  49. and he told me that current linux TCP/IP code doesn't slow down the
  50. rate at which it send packets even when it receives a signal from the
  51. router to do so.  He says that the linux host is probably overloading
  52. the router with packets, thus producing hung connections.  He
  53. suggested a temporary solution that works by cripling the server so it
  54. can't send packets too fast, but I am reluctant to try this approach.
  55.  
  56. A better approach would be to fix the server so it payes attention to
  57. router signals to slow down.  I looked at the net source code for a
  58. a little while, but it was clear that it is going to take deep
  59. understanding to add this type capability.
  60.  
  61. Since at one time or another, most everyone who uses tcp/ip will want
  62. to contact a machine at a remote sight, the slow down feature would
  63. seem to be necessary for robust communication.  Are there any network
  64. skilled volunteers willing to try adding this feature?
  65.  
  66.     Thanks,
  67.     Kevin L. Allred
  68.     allredkl@choc01.dnet.dupont.com
  69.