One of our servers is having a problem with FTP. It begins file uploads and after about 1MB of data transfer the connection drops.
If we disable the iptables firewall then it works fine.
I set the passive ports in /etc/proftpd.conf:
PassivePorts 49152 65534
And opened the ports in the firewall:
/sbin/iptables -A INPUT -p tcp -m tcp --dport 49152:65534 --syn -j ACCEPT
Other than this we don't have any other customisations on the firewall.
Any ideas? I'm guessing it's a problem with the firewall but find it very strange that it starts the file transfer then stops.
Thanks.
- Chris
If we disable the iptables firewall then it works fine.
I set the passive ports in /etc/proftpd.conf:
PassivePorts 49152 65534
And opened the ports in the firewall:
/sbin/iptables -A INPUT -p tcp -m tcp --dport 49152:65534 --syn -j ACCEPT
Other than this we don't have any other customisations on the firewall.
Any ideas? I'm guessing it's a problem with the firewall but find it very strange that it starts the file transfer then stops.
Thanks.
- Chris