i followed the howto installation of perfect server 9.04 using ispconfig 3 i created a site, then a ftp user but cant connect. Filezilla give the following error. Status: Connecting to 192.168.1.100:21... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 192.168.1.100:21... Status: Connection established, waiting for welcome message... Error: Connection attempt interrupted by user Status: Connecting to 192.168.1.100:21... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... the server starts and stops without errors. any help / tips apprecitated. Thanks
here is the output i get. thanks for looking into this. root@server1:/home/juergen# netstat -tap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost.localdo:10024 *:* LISTEN 2219/amavisd (maste tcp 0 0 localhost.localdo:10025 *:* LISTEN 3028/master tcp 0 0 *:mysql *:* LISTEN 2294/mysqld tcp 0 0 localhost.localdo:spamd *:* LISTEN 2385/spamd.pid tcp 0 0 *:http-alt *:* LISTEN 3191/apache2 tcp 0 0 *:www *:* LISTEN 3191/apache2 tcp 0 0 *:ftp *:* LISTEN 3042/pure-ftpd (SER tcp 0 0 192.168.1.100:domain *:* LISTEN 2955/mydns tcp 0 0 localhost.locald:domain *:* LISTEN 2955/mydns tcp 0 0 *:ssh *:* LISTEN 2193/sshd tcp 0 0 *:smtp *:* LISTEN 3028/master tcp 0 0 *:https *:* LISTEN 3191/apache2 tcp 0 0 192.168.1.100:ssh 192.168.1.10:2964 ESTABLISHED 19553/sshd: juergen tcp 0 0 localhost.localdo:39790 localhost.localdoma:www TIME_WAIT - tcp6 0 0 [::]:imaps [::]:* LISTEN 2912/couriertcpd tcp6 0 0 [::]op3s [::]:* LISTEN 2950/couriertcpd tcp6 0 0 [::]op3 [::]:* LISTEN 2928/couriertcpd tcp6 0 0 [::]:imap2 [::]:* LISTEN 2890/couriertcpd tcp6 0 0 [::]:ftp [::]:* LISTEN 3042/pure-ftpd (SER tcp6 0 0 localhost:domain [::]:* LISTEN 2955/mydns tcp6 0 0 [::]:ssh [::]:* LISTEN 2193/sshd root@server1:/home/juergen# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain fail2ban-ssh (1 references) target prot opt source destination RETURN all -- anywhere anywhere
Have you tried using a passive mode connection? Maybe you are using an active mode connection on the client that is firewalled.
i tried passive mode as well, but doesnt help. i am sitting behind the firewall, as i try to connect from within my network, so firewall should not be an issue.