Re: [Twisted-Python] Twisted FTP server fails on PASV

2009-09-17 Thread Stephen Thorne
On 2009-09-17, Slava Yanson wrote: > Here is part of ipconfig file: > > -A RH-Firewall-1-INPUT -m tcp -p tcp --dport 65000:65200 -j ACCEPT > -A RH-Firewall-1-INPUT -m udp -p udp --dport 65000:65200 -j ACCEPT > > And I just tried setting passivePortRange to that range and it still didn't > work. n

Re: [Twisted-Python] Twisted FTP server fails on PASV

2009-09-17 Thread Slava Yanson
Here is part of ipconfig file: -A RH-Firewall-1-INPUT -m tcp -p tcp --dport 65000:65200 -j ACCEPT -A RH-Firewall-1-INPUT -m udp -p udp --dport 65000:65200 -j ACCEPT And I just tried setting passivePortRange to that range and it still didn't work. netstat showed that port listening and it still di

Re: [Twisted-Python] Twisted FTP server fails on PASV

2009-09-17 Thread Steve Steiner (listsin)
On Sep 17, 2009, at 7:29 PM, Slava Yanson wrote: It just doesn't want to go past PASV. Spent past 3 hours trying to figure this one out. Any help is appreciated. Since PASV mode goes to higher ports (> 1023), is it possible that a firewall's at the server getting in the way? http://slack

[Twisted-Python] Twisted FTP server fails on PASV

2009-09-17 Thread Slava Yanson
It just doesn't want to go past PASV. Spent past 3 hours trying to figure this one out. Any help is appreciated. Log: 2009-09-17 16:26:56-0700 [-] Log opened. 2009-09-17 16:26:56-0700 [-] twisted.protocols.ftp.FTPFactory starting on * 2009-09-17 16:26:56-0700 [-] Starting factory 2009-09-17