home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21436 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.3 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!corax.udac.uu.se!corax.udac.uu.se!ewerlid
  2. From: ewerlid@ida.docs.uu.se (Ove Ewerlid)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problems with telnet
  5. Message-ID: <EWERLID.92Dec22081718@ida.docs.uu.se>
  6. Date: 22 Dec 92 07:17:18 GMT
  7. References: <1992Dec21.100349.24896@solaris.rz.tu-clausthal.de>
  8. Organization: University of Uppsala, Sweden
  9. Lines: 20
  10. NNTP-Posting-Host: ida.csd.uu.se
  11. In-reply-to: gobbi@sg1502.chemie.uni-marburg.de's message of Mon, 21 Dec 1992 10:03:49 GMT
  12.  
  13.  
  14. I haven't got a solution for the telnet problem.
  15. If you can use REMOTE SHELL (rsh) instead you may have a workaround.
  16. (Btw, I use the 3c503 (Etherlink II Adapter 2227) driver,
  17.  the rsh comes from SLS and kernel is 0.99.1 (was once 0.99))
  18.  
  19. I use something like this:
  20.  
  21.   rsh xterm-host-name 'xterm -d my-linux-box-name:0.0' &
  22.  
  23. to get a nice xterm on the linux-box X-display.
  24. Haven't had any problems with hangups.
  25.  
  26. (Ofcourse, you must have a proper .rhost file on the host where you
  27.  run the xterm and that may not be acceptable to you wrt security.)
  28.  
  29. The only (?) remaining problems are that the incoming data rate
  30. is as low as 3-4 kb/s (outgoing is 200kb/s) and that an incoming tcp/ip
  31. connection sometimes can time out if it is subject to high data rates.
  32. (This is receiving/sending data from a sparc2.)
  33.