Operating System - Linux
1758535 Members
1782 Online
108872 Solutions
New Discussion юеВ

Re: linux 3 update 3 ftp connection refused

 
SOLVED
Go to solution
WilliamSmith11
Super Advisor

linux 3 update 3 ftp connection refused

Hi
I am trying to do an ftp connection to my server running red hat linux 3 update 3.

I have installed the ftp server , I have changed the default option from disable=yes to no.

but the connection is refused .

Some idea about to some file that I must edit,

thank you

W.S
rperez
4 REPLIES 4
melvyn burnard
Honored Contributor
Solution

Re: linux 3 update 3 ftp connection refused

posted in wrong forum, moved to more appropriate forum
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
g33k
Valued Contributor

Re: linux 3 update 3 ftp connection refused

Connection refused most probably mean that ftp server is running but, firewall or tcpwrapper is blocking your access.

So check firewall
iptables -L
check
/etc/hosts.allow
and
/etc/hosts.deny

Steven E. Protter
Exalted Contributor

Re: linux 3 update 3 ftp connection refused

Shalom,

iptables -F flushes and clears the firewall.

tail -f /var/log/messages or secure on the target server and try. If you see nothing, firewall issue. If you see something check telnet setup

Consider replacing telnet/ftp with ssh/sftp

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alexander Chuzhoy
Honored Contributor

Re: linux 3 update 3 ftp connection refused

What ftp server did you install?
Is it the vsftpd?
if so you must start the service with:
service vsftpd start

If the ftp server you've installed is a part of xinetd services, then you must restart the xinetd service with:
service xinetd restart

Anyway vsftp comes on the installation CD.