>I just installed RH5.1 and am having trouble get ftp access setup
>correctly. I can ftp out from here and telnet in and out. But when I try
>to ftp in I keep getting the message
>"Service not available, remote server has closed connection" .
>thanks for any help.
Try a few things :
- try to telnet in. If you get a login prompt, it's ok
- Check /etc/services to see if FTP is listed (both of them !!)
ftp-data 20/tcp
ftp 21/tcp
- Check /etc/initd.conf and see if in.ftpd is listed :
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
the tcpd statement comes from the tcp_wrappers...
Also check your log-files.
Igmar
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.