You can check if the FTP service is registered and listening by doing a:

    netstat -a -n | grep ":21"

you should see a line like:

    tcp        0      0 0.0.0.0:21              0.0.0.0:*        LISTEN

If not somehow it's not running (or rather registered by xinetd)..

                        - Matt

John Summerfield wrote:
> 
> [EMAIL PROTECTED] said:
> > Do you have the wu-ftpd package installed? Look in /etc/hosts.allow
> > or hosts.deny if there is a restriction.
> 
> 'Connection refused" means nobody's listening. You get other errors if the
> above is the problem.
> 
> btw I did a server install of RHL 6.2 and decided it was so excellent I
> started again with a custom install. I forget the details, but there was a lot
> of server software that I thought should be installed that wasn't.
> 
> --
> Cheers
> John Summerfield
> http://www2.ami.com.au/ for OS/2 & linux information.
> Configuration, networking, combined IBM ftpsites index.
> 
> Microsoft's most solid OS: http://www.geocities.com/rcwoolley/
> 
> Note: mail delivered to me is deemed to be intended for me, for my disposition.
> 
> _______________________________________________
> Redhat-devel-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-devel-list

-- 
---------------------------------------------------------------------
Matt Fahrner                                    2 South Park St.
Manager of Networking                           Willis House
Burlington Coat Factory Warehouse               Lebanon, N.H.  03766
TEL: (603) 448-4100 xt 5150                     USA
FAX: (603) 443-6190                             [EMAIL PROTECTED]
---------------------------------------------------------------------



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to