Hi,
ich habe mir vorgenommen auf einem Fedora core 5 System Proftpd server zu bauen. Aber nun kriege ich immer incorrect login

sowohl uebers internet wie acuh das locale netzwerk.
DefaultServer on
Umask 022
ServerName "192.168.2.155"
ServerIdent on "My-FTP-Server"
ServerAdmin markus.matzke@gmail.com
IdentLookups off
UseReverseDNS on
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
DisplayLogin welcome.msg
DisplayFirstChdir .message
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart off
DeleteAbortedStores off
TransferRate RETR 30
TransferRate STOR 10
TransferRate STOU 10
TransferRate APPE 10
SystemLog /var/log/secure
RequireValidShell off
#gp_random_username_length 4
#gp_random_password_length 6
#gp_randomize_case lower
#gp_useradd_homedir_path /home/ftpserver/FTP
#gp_useradd_upload_path /home/ftpserver/FTP/Upload
#gp_html_path /var/www/html/ftp.htm
#gp_welcome_name welcome.msg
<IfModule mod_tls.c>
TLSEngine off
TLSRequired off
TLSVerifyClient off
TLSProtocol TLSv1
TLSLog /var/log/proftpd_tls.log
TLSRSACertificateFile /etc/gproftpd/gproftpd.pem
</IfModule>
<Limit LOGIN>
AllowUser markus
AllowUser hirbel
DENYALL
</Limit>
<Anonymous /home/ftpserver/FTP>
User markus
Group ftpserver
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
<Limit LOGIN>
Allow from all
Deny from all
</Limit>
AllowOverwrite off
<Limit RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
AllowAll
</Limit>
<Limit DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
DenyAll
</Limit>
</Anonymous>
<Anonymous /home/ftpserver/FTP>
User hirbel
Group ftpserver
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
<Limit LOGIN>
Allow from all
DENYALL
</Limit>
<Limit LIST NLST RETR PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
AllowAll
</Limit>
<Limit STOR STOU APPE RNFR RNTO DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE SITE_CHMOD SITE_CHGRP MTDM >
DENYALL
</Limit>
</Anonymous>
Ich habe GProFtpd insterliert, das hat so einen GUI zum einstellen. Ich hoffe ihr koennt mir helfen.
Danke
mfg Hirbel