D
Deleted member 11691
Guest
[Done] ProFTPd stockt bei mehreren gleichzeitigen Verbindungen
~~ Done: Permalink ~~
Hallo,
ich habe folgendes Problem:
Wenn ich per Filezilla ca. 500 Dateien mit 10 Verbindungen synchron hochlade/herunterlade, fängt der ProFTPd-Server nach spätestens 100 Dateien zum stocken an und nimmt keine Verbindungen/Dateiübertragungen mehr auf.
Meine Konfiguration:
/etc/proftpd/proftpd.conf
Wie kann ich dieses Problem beheben und somit einen DoS ähnlichen Effekt verhindern?
Liebe Grüße,
PCFreund
~~ Done: Permalink ~~
Hallo,
ich habe folgendes Problem:
Wenn ich per Filezilla ca. 500 Dateien mit 10 Verbindungen synchron hochlade/herunterlade, fängt der ProFTPd-Server nach spätestens 100 Dateien zum stocken an und nimmt keine Verbindungen/Dateiübertragungen mehr auf.
Meine Konfiguration:
/etc/proftpd/proftpd.conf
Code:
UseIPv6 on
IdentLookups off
ServerName "Debian"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayChdir .message true
ListOptions "-l"
DenyFilter \*.*/
Port 21
RequireValidShell off
# PassivePorts 49152 65534
# MasqueradeAddress 1.2.3.4
# (such as xinetd)
MaxInstances 500
User proftpd
Group nogroup
Umask 022 022
AllowOverwrite on
# PersistentPasswd off
# AuthOrder mod_auth_pam.c* mod_auth_unix.c
# UseSendFile off
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
UseReverseDNS off
<IfModule mod_quotatab.c>
QuotaEngine off
</IfModule>
<IfModule mod_ratio.c>
Ratios off
</IfModule>
<IfModule mod_delay.c>
DelayEngine on
</IfModule>
<IfModule mod_ctrls.c>
ControlsEngine off
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
</IfModule>
<IfModule mod_ctrls_admin.c>
AdminControlsEngine off
</IfModule>
#Include /etc/proftpd/ldap.conf
#Include /etc/proftpd/sql.conf
#Include /etc/proftpd/tls.conf
#Include /etc/proftpd/virtuals.con
<Global>
AllowForeignAddress on
AllowStoreRestart on
DefaultRoot ~
LoginPasswordPrompt off
RootLogin off
MaxLoginAttempts 5
RequireValidShell off
DirFakeGroup on
DirFakeUser on
</Global>
RLimitCPU 99999 99999
RLimitMemory 99999 99999
RLimitOpenFiles 99999 99999
Wie kann ich dieses Problem beheben und somit einen DoS ähnlichen Effekt verhindern?
Liebe Grüße,
PCFreund
Last edited by a moderator: