tini
1st September 2009, 19:43
Hi there
I just installed ISPConfig 3.0.1.3 on Virtual Machine in VirtualBox (Ubuntu 9.04) following this tutorial: http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig. The server has a LAN-IP, so does my workstation. There should be no firewall issues.
So I created a new client and for this client i created a new website and a new FTP-user.
Now the problem is, that this FTP-user can not login. I tried both passive and active conenctions. I even tried a local connection on the server.
The FTP-user is correctly in the database (table "ftp_user").
Here is the output of "netstat -tap | grep ftp":
tcp 0 0 *:ftp *:* LISTEN 2785/pure-ftpd (SER
tcp6 0 0 [::]:ftp [::]:* LISTEN 2785/pure-ftpd (SER
The output of my FTP-client:
STATUS:> [01.09.2009 18:27:59] Getting listing ""...
STATUS:> [01.09.2009 18:27:59] Resolving host name ispconfig.****.ch...
STATUS:> [01.09.2009 18:27:59] Host name ispconfig.****.ch resolved: ip = 192.168.0.181.
STATUS:> [01.09.2009 18:27:59] Connecting to FTP server... ispconfig.****.ch:21 (ip = 192.168.0.181)...
STATUS:> [01.09.2009 18:27:59] Socket connected. Waiting for welcome message...
[01.09.2009 18:27:59] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 18:27. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
STATUS:> [01.09.2009 18:27:59] Connected. Authenticating...
COMMAND:> [01.09.2009 18:27:59] USER democlient3
[01.09.2009 18:27:59] 331 User democlient3 OK. Password required
COMMAND:> [01.09.2009 18:27:59] PASS *****
[01.09.2009 18:27:59] 530 Login authentication failed
ERROR:> [01.09.2009 18:27:59] Not logged in.
STATUS:> [01.09.2009 18:28:01] Connection closed.
And finally the output of "/var/log/messages":
Sep 1 18:27:59 server1 pure-ftpd: (?@192.168.0.150) [INFO] New connection from 192.168.0.150
Sep 1 18:27:59 server1 pure-ftpd: (?@192.168.0.150) [WARNING] Authentication failed for user [democlient3]
Sep 1 18:28:03 server1 pure-ftpd: (?@192.168.0.150) [INFO] Logout.
Does anyone have a clue why this isn't working?
Thx
I just installed ISPConfig 3.0.1.3 on Virtual Machine in VirtualBox (Ubuntu 9.04) following this tutorial: http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig. The server has a LAN-IP, so does my workstation. There should be no firewall issues.
So I created a new client and for this client i created a new website and a new FTP-user.
Now the problem is, that this FTP-user can not login. I tried both passive and active conenctions. I even tried a local connection on the server.
The FTP-user is correctly in the database (table "ftp_user").
Here is the output of "netstat -tap | grep ftp":
tcp 0 0 *:ftp *:* LISTEN 2785/pure-ftpd (SER
tcp6 0 0 [::]:ftp [::]:* LISTEN 2785/pure-ftpd (SER
The output of my FTP-client:
STATUS:> [01.09.2009 18:27:59] Getting listing ""...
STATUS:> [01.09.2009 18:27:59] Resolving host name ispconfig.****.ch...
STATUS:> [01.09.2009 18:27:59] Host name ispconfig.****.ch resolved: ip = 192.168.0.181.
STATUS:> [01.09.2009 18:27:59] Connecting to FTP server... ispconfig.****.ch:21 (ip = 192.168.0.181)...
STATUS:> [01.09.2009 18:27:59] Socket connected. Waiting for welcome message...
[01.09.2009 18:27:59] 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 18:27. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
STATUS:> [01.09.2009 18:27:59] Connected. Authenticating...
COMMAND:> [01.09.2009 18:27:59] USER democlient3
[01.09.2009 18:27:59] 331 User democlient3 OK. Password required
COMMAND:> [01.09.2009 18:27:59] PASS *****
[01.09.2009 18:27:59] 530 Login authentication failed
ERROR:> [01.09.2009 18:27:59] Not logged in.
STATUS:> [01.09.2009 18:28:01] Connection closed.
And finally the output of "/var/log/messages":
Sep 1 18:27:59 server1 pure-ftpd: (?@192.168.0.150) [INFO] New connection from 192.168.0.150
Sep 1 18:27:59 server1 pure-ftpd: (?@192.168.0.150) [WARNING] Authentication failed for user [democlient3]
Sep 1 18:28:03 server1 pure-ftpd: (?@192.168.0.150) [INFO] Logout.
Does anyone have a clue why this isn't working?
Thx