Pure-ftpd problem Connection error

Discussion in 'HOWTO-Related Questions' started by Danbas, Nov 14, 2010.

  1. Danbas

    Danbas New Member

    Pure-ftpd problem Connection error(Debian 5)

    Hi
    i followed this guide http://www.howtoforge.com/forums/showthread.php?t=49908

    and everything works except pureftpd when i tried to connect with filezilla i get this error:

    Status: Connecting to 78.46.44.229:21...
    Status: Connection established, waiting for welcome message...
    Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response: 220-You are user number 1 of 50 allowed.
    Response: 220-Local time is now 03:26. Server port: 21.
    Response: 220-IPv6 connections are also welcome on this server.
    Response: 220 You will be disconnected after 15 minutes of inactivity.
    Command: USER danbas1
    Response: 331 User danbas1 OK. Password required
    Command: PASS ******
    Response: 530 Login authentication failed
    Error: Critical error
    Error: Could not connect to server

    im new with linux so i have no idea what the problem is
     
    Last edited: Nov 14, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    That's no guide. Which tutorial (URL) did you use to set up the system?

    Did you try active and passive transfers in your email client?
    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     

Share This Page