Pure-FTPd allowing connections to everyone but me...

Discussion in 'Server Operation' started by amccloud, Feb 25, 2010.

  1. amccloud

    amccloud New Member

    All of a sudden everyone but me can connect to server. I've tried several different machines in my home. Windows 7 with the built-in FTP client and SmartFTP. I've also tried OSX with the built-in and Cyberduck. All of the clients suddenly disconnect.

    Cyberduck's error messages:
    Connection failed
    Unexpected null reply received.

    OSX Built-in error messages:
    Connected to [server]
    421 Service not available, remote server has closed connection.

    I don't have the Windows error messages but they were basically the same.

    I've had others outside of my network successfully connect to the same server with the same username and password combination. I've even changed my local networks external ip address to make sure my ip was not blacklisted by some firewall. The server is a Reackspace Ubuntu instance and has no firewall that I am aware of installed or active. We're using mysql for auth but that seems to be working correctly since others can auth, and upload with the accounts in the database. If I use ftplive.com I can also connect.

    Also, can someone shed some light on how I can prevent idle timeouts when uploading files that are > 100mb?

    Any help is much appreciated!


    Thanks,
    Andrew
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you have fail2ban installed on the server? If so, you probably got blacklisted because of too many failed login attempts. Try to disable fail2ban and see if it works then.
     

Share This Page