Michael Lake wrote:
> I have just installed ProFTP via RPMs to a RedHat 6.2'ish
> system. When  attempt to connect from a remote system I get the
> message: 421 Service not available, remote server has closed
> connection
> 
> If I try from localhost I get the same.
>         $ ftp localhost
>         Connected to localhost.localdomain.
>         421 Service not available, remote server has closed connection
>         ftp>

Well Mike you silly person :-) you have to modify in
/etc/proftpd.conf:

# Set the user and group that the server normally runs at.
# MRL: original line was: "Group nogroup" but there is no
group called this on my RedHat 
#      system.
User                            nobody
Group                           nobody

and you forgot to change the line in /etc/hosts.allow to
say:
in.proftpd: <remote machine's name>

rather than "in.ftpd"

Now it works!
Thanks Mike

-- 
--------------------------------------------------------------------
Michael Lake
University of Technology, Sydney
Email: mailto:[EMAIL PROTECTED] Ph: 02 9514 1724 Fx: 02
9514 1628 
URL: http://www.science.uts.edu.au/~michael-lake/
Linux enthusiast, active caver and interested in anything
technical.
--------------------------------------------------------------------

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to