[917] in linux-net channel archive
Re: telnet/ftp/rlogin/rsh not working between Linux machines. (fwd)
daemon@ATHENA.MIT.EDU (Bin Li)
Thu Aug 17 09:05:18 1995
From: Bin Li <bli@umgis.merrick.miami.edu>
To: linux-net@vger.rutgers.edu
Date: Wed, 16 Aug 1995 16:19:14 -0400 (EDT)
>
> >
> > > I have Linux 1.2.8 installed on a number of 486DX/66. I am using them
> > > to form a parallel virtual machine. When testing the systems, I found
> > > two of the machines behaved strangely with such commands as telnet/ftp
> > > /rsh/rlogin. They don't connect if the remote host is a Linux box in
> > > the subnet. For example, when I issued the command
> > >
> > > telnet linux3
> > >
> > > I got the following response:
> > >
> > > Connected to linux3.....
> > > Escape characters is '^]'
> > > Connection closed by foreign host
> >
> > This means that linux3 is not running "in.telnetd", or refusing
> > connections from your machine. Most likely, the "telnet" entry in
> > "/etc/inetd.conf" is commented out.
> >
> > Hope this helps,
> > Ray
> > --
>
"linux3" is running "in.telnetd" because it accepts connections from all
other machines. I also checked "/etc/inetd.conf" and did not found
obvious problems. After reading the NET-2-HOWTO, I suspected the
problem might have something to do with PC/TCP, so I recompiled the
kernel but am still having the same problem. Any other thoughts?
Thanks.
Bin