i can log into FTP only by doing the following (in windows)
1. start => run
2. cmd
3. ftp ftp.domain.com
4. username
5. password
6. ls (displays directory contents)
------------------------------------------------------------------
problem is i can not use an ftp client to connect. if i want to use IE (internet explorer) i can't use that either. it sort begins to connect reconizes it is the correct username/password then drops the connection.
i have a feeling that iptables is somehow blocking the ports (not 21) required for data connections.
/etc/pure-ftpd.conf
-----------------------------------
PassivePortRange 30000 50000
-----------------------------------
^^
ftp uses this port range to select a random port the open a data connection on.
[19:12:50] Opening data connection to 7x.x.x.x Port: 30001
[19:12:50] MLSD
[19:13:11] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I do not want to turn off iptables... I know there must be another way. I shouldn't have to turn off my software firewall for that.
Much Thanks,
CT
1. start => run
2. cmd
3. ftp ftp.domain.com
4. username
5. password
6. ls (displays directory contents)
------------------------------------------------------------------
problem is i can not use an ftp client to connect. if i want to use IE (internet explorer) i can't use that either. it sort begins to connect reconizes it is the correct username/password then drops the connection.
i have a feeling that iptables is somehow blocking the ports (not 21) required for data connections.
/etc/pure-ftpd.conf
-----------------------------------
PassivePortRange 30000 50000
-----------------------------------
^^
ftp uses this port range to select a random port the open a data connection on.
[19:12:50] Opening data connection to 7x.x.x.x Port: 30001
[19:12:50] MLSD
[19:13:11] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I do not want to turn off iptables... I know there must be another way. I shouldn't have to turn off my software firewall for that.
Much Thanks,
CT