ich habe eine sektion in meiner config für einen virt. server:
<VirtualHost iluminat23.homelinux.org>
#<VirtualHost server.local.lan>
RootLogin off
AllowRetrieveRestart on
AllowStoreRestart on
DeferWelcome on
DefaultRoot /mnt/server1
ServerAdmin philipp@[domainname]
ServerName "Ilu's FTP"
Port 21
</VirtualHost>
aber ich kann mich hier nur mit dem user philipp, welcher der erste war der während der installation von debian angelt wurde. bei allen anderen usern kommt 530 Login incorrect.
der rest der config (achtung hässlich):
ServerName "Ilu's FTPS"
#ServerType inetd
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on
AllowForeignAddress off
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
ListOptions "-l"
DenyFilter \*.*/
UseReverseDNS off
IdentLookups off
# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd off
# Uncomment this if you would use TLS module:
#TLSEngine on
# Uncomment this if you would use quota module:
#Quotas on
# Port 21 is the standard FTP port.
Port 990
# Use the IANA registered ephemeral port range
PassivePorts 49152 65534
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 30
RequireValidShell off
#maxclients <-- sagt doch alles
MaxClientsPerHost 2 "Maximal 2 Verbindungen pro IP"
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
# Normally, we want files to be overwriteable.
<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask 002 002
AllowOverwrite on
</Directory>
# you may not like the bandwidth control below
# TransferRate RETR|STOR|APPE|STOU KBrate:freebytes
TransferRate RETR 90:0
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot /mnt/server1
ExtendedLog /var/log/proftpd.log
im lan kann ich mich einloggen, mit welchem user auch immer, aber sobald ich über das inet mich einloggen will, bekomme ich 530.
einer eine idee?
mfg philipp