On 2005-03-15, Peter Ensch <(E-Mail Removed)> wrote:
>
> Thanks for your help. With both firewalls down I can ping each machine
> from the other; however, when I try to connect to the other machine
> using telnet/rsh or ftp I get 'connection refused'.
>
> Should I have to edit the hosts.deny/allow files on the machine I'm
> connecting to in order for this to work?
You can read Bit Twister's suggestions for hosts.deny|allow. I would
also verify that those daemons are running; try telnet localhost, for
example; if it also refuses connection, there's no telnet daemon. (You
should consider doing all of these things using ssh, instead, but the
general solution is the same: if sshd isn't running, no dice.)
Typically, telnetd, rshd, and ftpd run from inetd or xinetd, so look for
/etc/inetd.conf, /etc/xinetd.conf, /etc/xinetd.d/*, or similar
(depending on your distro) and turn the desired services on (if you
really need these services, but again, consider replacing them with ssh
if you can).
sshd is generally a stand-alone daemon, so configure your startup
scripts to run it if it's not already.
--keith
--
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
see X- headers for PGP signature information