home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23627 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!hyperion!desire.wright.edu!gbothe
  2. From: gbothe@desire.wright.edu
  3. Newsgroups: comp.os.linux
  4. Subject: rlogind & telnetd together act funny
  5. Message-ID: <1993Jan11.095603.6516@desire.wright.edu>
  6. Date: 11 Jan 93 09:56:02 EST
  7. Organization:  Wright State University 
  8. Lines: 33
  9.  
  10. Well, I got rlogind finally working from the net-bin-0.2 distribution.
  11. However, I have a small problem between telnetd and rlogind.  The
  12. two seem to use the same port!!  If I rlogin to my Linux machine,
  13. then telnet to my Linux machine, then log off the telnet session, my
  14. rlogin session logs off too!!!  They both (for the first session) behave
  15. like they are using the same port (ex: ttyp0) for their communication.
  16. Here is my inetd.conf file:
  17.  
  18. telnet  stream  tcp     nowait  root    /usr/etc/inet/telnetd   telnetd
  19. ntalk   dgram   udp     wait    root    /usr/etc/inet/ntalkd    ntalkd
  20. finger  stream  tcp     nowait  root    /usr/etc/inet/fingerd   ingerd
  21. shell   stream  tcp     nowait  root    /usr/etc/inet/rshd      shd
  22. ftp     stream  tcp     nowait  root    /usr/etc/inet/ftpd      ftp
  23. tftp    dgram   udp     wait    root    /usr/etc/inet/tftpd     tftpd
  24. login   stream  tcp     nowait  root    /usr/etc/inet/rlogind   rlogind
  25.  
  26. # Internal to inetd
  27. echo    stream  tcp     nowait  root    internal
  28. echo    dgram   udp     wait    root    internal
  29. discard stream  tcp     nowait  root    internal
  30. discard dgram   udp     wait    root    internal
  31. daytime stream  tcp     nowait  root    internal
  32. daytime dgram   udp     wait    root    internal
  33. chargen stream  tcp     nowait  root    internal
  34. chargen dgram   udp     wait    root    internal
  35.  
  36.  
  37. I am using Linux 0.99pl2 with the net-bin-0.2 distribution.  Any help
  38. would be appreciated...  Also, when is there a fixed version of rlogin
  39. that works with rlogin to machines other than Linux??
  40.  
  41. Greg Bothe
  42. gbothe@discover.wright.edu
  43.