PDA

View Full Version : FTP connection refused.


CICA
6th September 2005, 10:41 AM
How'ya folks...

I'm having a problem getting an FTP connection between my two networked laptops. The firewall and SELinux has been disabled on both machines. The error I get is as follows:

[root@localhost etc]# ftp -v 192.xxx.x.xx
ftp: connect: Connection refused
ftp>

Has anyone any ideas on this?

Thanks
CICA

powerskier
6th September 2005, 11:22 PM
Are you using vsftp ? Do you have iptables running ?

service vsftpd status
service iptables status

fozner
7th September 2005, 02:14 AM

Enable / disable PASV mode transfers on both machines? ACL setup correctly? Does ftp work from localhost / command line / telnet 21?

CICA
7th September 2005, 10:15 AM
Cheers Guys...

Managed to get this working.

Thanks
CICA