ftp connections

Discussion in 'Installation/Configuration' started by chief, Aug 25, 2021.

  1. chief

    chief Member HowtoForge Supporter

    have created a website on multiserver setup - can access tlwebservices.co.uk, i am interested in installing owncloud. so created cloud.tlwebservices.co.uk, created ftp account and getting these errors, looks like UFW is blocking me
    Code:
    Aug 25 09:18:03 web01 pure-ftpd: ([email protected]) [INFO] New connection from 212.159.153.1
    Aug 25 09:18:03 web01 pure-ftpd: ([email protected]) [INFO] TLS: Enabled TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384, 256 secret bits cipher
    Aug 25 09:18:05 web01 pure-ftpd: ([email protected]) [INFO] tlsystemsdave is now logged in
    Aug 25 09:18:08 web01 kernel: [ 2019.536017] [UFW BLOCK] IN=enp4s0f1 OUT= MAC=e8:39:35:11:3a:3f:14:49:bc:14:e0:60:08:00 SRC=212.159.153.1 DST=212.159.153.3 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=31252 DF PROTO=TCP SPT=40146 DPT=4263 WINDOW=29200 RES=0x00 SYN URGP=0
    
    the setup is debian 10 with auto installer, then force update taking nightly build to fix letsencrypt issue. no other tweaks made other than
    Code:
    https://www.howtoforge.com/install-ispconfig-3-roundcube-plugins-on-debian-10/
    https://www.howtoforge.com/community/threads/tweaking-the-roundcube-settings.86387/
    when connecting from file zilla, settings are -
    host: cloud.tlwebservices.co.uk
    port: empty
    protocol: ftp
    encryption: require explicit ftp over tls
    logon type: normal
    user: ***
    password: ***

    filezilla states -
    Code:
    Command:   PASV
    Response:   227 Entering Passive Mode (212,159,153,3,16,167)
    Command:   MLSD
    Error:   Connection timed out
    Error:   Failed to retrieve directory listing
    UFW status
    Code:
    root@web01:/etc/bind# ufw status
    Status: active
    
    To                         Action      From
    --                         ------      ----
    20/tcp                     ALLOW       Anywhere                 
    21/tcp                     ALLOW       Anywhere                 
    22/tcp                     ALLOW       Anywhere                 
    80/tcp                     ALLOW       Anywhere                 
    443/tcp                    ALLOW       Anywhere                 
    3306/tcp                   ALLOW       212.159.153.0/24         
    20/tcp (v6)                ALLOW       Anywhere (v6)             
    21/tcp (v6)                ALLOW       Anywhere (v6)             
    22/tcp (v6)                ALLOW       Anywhere (v6)             
    80/tcp (v6)                ALLOW       Anywhere (v6)             
    443/tcp (v6)               ALLOW       Anywhere (v6)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ahrasis likes this.
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I would recommend using Nextcloud by the way, instead of Owncloud.
     
    chief and ahrasis like this.

Share This Page