cant connect via ftp using ispconfig 3.0.1.1

Discussion in 'Installation/Configuration' started by Bilbo0a, Jun 14, 2009.

  1. Bilbo0a

    Bilbo0a New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap

    and

    iptables -L
     
  3. Bilbo0a

    Bilbo0a New Member

    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 [::]:pop3s [::]:* LISTEN 2950/couriertcpd
    tcp6 0 0 [::]:pop3 [::]:* 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
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Have you tried using a passive mode connection? Maybe you are using an active mode connection on the client that is firewalled.
     
  5. Bilbo0a

    Bilbo0a New Member

    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.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Are you using the correct protocol (FTP, not FTPS or SCP) in FileZilla?
     
  7. Bilbo0a

    Bilbo0a New Member

    yes and i tried both active and passive mode.
     
  8. fhawk

    fhawk New Member

    Try to close IPV6!!!
     

Share This Page