![]() |
vsftpd passive connection issues
Hi,
I've got vsftpd running on a RHEL 5 server. I've been having issues with passive connections. Basically, passive connections work for directory listings, but when I go to actually transfer a file, it times out. This is happening on my LAN, iptables is off. Here is my vsftpd.conf: Code:
anonymous_enable=NOCode:
andy-bohnes-macbook-pro-2:~ abohne$ ftp -d rfp@concord |
Does this happen without the extra things in the config like:
pasv_min_port=30000 pasv_max_port=30999 virtual_use_local_privs=YES pasv_promiscuous=YES |
Quote:
|
Do you have any firewall rules loaded?
What does iptables -Ln return? |
Quote:
Code:
[root@concord ~]# iptables -Ln |
Just recently I had a client who was not able to get passive to work and it turned out to be a problem with a route that was missing on the server. Please verify all routes. Also are you able to do passive locally?
If you try ftp localhost will passive work? This would rule out a network issue if it did not. |
Quote:
|
Did you try with a default config file? If it times out when you ftp to localhost then there is an issue with vsftpd.
|
| All times are GMT -5. The time now is 05:00 AM. |