![]() |
proftpd connections - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: proftpd connections (/thread-11707.html) |
proftpd connections - maxott - 09-20-2010 12:27 AM hello. i use ispcp 1.0.7 on debian X64 now about my problem. when i upload/delete (mostly on delete) files on FTP from IE or Cuteftp, connections from my ip to server increases too fast. for example after 5 sec its already ~100 and more... (netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n) i have also ddos deflate, which blocks IP on 50 connections (i dont want to increase this value) what can i do? i notised this problem on 1.0.7 thanks ![]() RE: proftpd connections - kilburn - 09-20-2010 09:12 PM I would try lowering the maximum number of simultaneous connections allowed from a single IP (look at proftpd's docs). Nevertheless, it also looks like a stupid behaviour from your ftp's client, since it should never open that many connections simulatneously... :? RE: proftpd connections - maxott - 12-07-2010 02:38 AM i've tried i already. but problem still exists. any solution? RE: proftpd connections - maxott - 12-25-2010 12:16 AM noone has problem like that? |