home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!hyperion!desire.wright.edu!gbothe
- From: gbothe@desire.wright.edu
- Newsgroups: comp.os.linux
- Subject: rlogind & telnetd together act funny
- Message-ID: <1993Jan11.095603.6516@desire.wright.edu>
- Date: 11 Jan 93 09:56:02 EST
- Organization: Wright State University
- Lines: 33
-
- Well, I got rlogind finally working from the net-bin-0.2 distribution.
- However, I have a small problem between telnetd and rlogind. The
- two seem to use the same port!! If I rlogin to my Linux machine,
- then telnet to my Linux machine, then log off the telnet session, my
- rlogin session logs off too!!! They both (for the first session) behave
- like they are using the same port (ex: ttyp0) for their communication.
- Here is my inetd.conf file:
-
- telnet stream tcp nowait root /usr/etc/inet/telnetd telnetd
- ntalk dgram udp wait root /usr/etc/inet/ntalkd ntalkd
- finger stream tcp nowait root /usr/etc/inet/fingerd ingerd
- shell stream tcp nowait root /usr/etc/inet/rshd shd
- ftp stream tcp nowait root /usr/etc/inet/ftpd ftp
- tftp dgram udp wait root /usr/etc/inet/tftpd tftpd
- login stream tcp nowait root /usr/etc/inet/rlogind rlogind
-
- # Internal to inetd
- echo stream tcp nowait root internal
- echo dgram udp wait root internal
- discard stream tcp nowait root internal
- discard dgram udp wait root internal
- daytime stream tcp nowait root internal
- daytime dgram udp wait root internal
- chargen stream tcp nowait root internal
- chargen dgram udp wait root internal
-
-
- I am using Linux 0.99pl2 with the net-bin-0.2 distribution. Any help
- would be appreciated... Also, when is there a fixed version of rlogin
- that works with rlogin to machines other than Linux??
-
- Greg Bothe
- gbothe@discover.wright.edu
-