Results 1 to 3 of 3
Hello,
I have set up an FTPS on a CentOS server using vsFtpd 2.3.4 but there seems to be a problem when I am trying to connect using FileZilla, I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-16-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 3
Problem with vsFtpd to get my FTPS working.
Hello,
I have set up an FTPS on a CentOS server using vsFtpd 2.3.4 but there seems to be a problem when I am trying to connect using FileZilla, I end up with this (I tried active and passive) :
Command: LIST
Error: Connection timed out
Error: Failed to retrieve directory listing
I had no problem, with the plain text FTP. I assume it might have something to do with IPtables, I'm kind of a noob, can you tell me what to change in Iptables ?
Thanks in advance !
- 05-16-2011 #2Just Joined!
- Join Date
- May 2011
- Posts
- 3
Here's my IPtable rules :
Code:# iptables -L Chain INPUT (policy DROP) target prot opt source destination ACCEPT tcp -- xxxxxxxxxx anywhere state NEW tcp dpt:ssh ACCEPT tcp -- xxxxxxxxxxx anywhere state NEW tcp dpt:ssh ACCEPT tcp -- xxxxxxxxxxx anywhere state NEW tcp dpt:ssh ACCEPT tcp -- xxxxxxxxxx anywhere state NEW tcp dpt:ssh ACCEPT tcp -- xxxxxxxxxxx anywhere state NEW tcp dpt:ssh ACCEPT tcp -- xxxxxxxxx anywhere state NEW tcp dpt:ftp ACCEPT tcp -- xxxxxxxxxxx anywhere state NEW tcp dpt:ftp ACCEPT tcp -- xxxxxxxxxxxx anywhere state NEW tcp dpt:ftp ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pop3 ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imap ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imaps ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:pop3s ACCEPT tcp -- anywhere anywhere tcp dpt:domain ACCEPT udp -- anywhere anywhere udp dpt:domain ACCEPT tcp -- anywhere anywhere tcp dpt:ndmp ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp dpt:ftp Chain FORWARD (policy DROP) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain RH-Firewall-1-INPUT (0 references) target prot opt source destination
- 05-20-2011 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,683
Are you sure iptables is the problem? It probably is, but just to be sure, disable it temporarily and try filezilla again...


Reply With Quote
