Page 1 of 1

Re: IP addresses banned on date - but No IP provided :confus

Posted: 21 Dec 2013, 16:56
by ForumAdmin
Those emails are not from lfd.

Re: IP addresses banned on date - but No IP provided :confus

Posted: 15 Mar 2014, 22:43
by RangeHosting
For anyone looking this message is from DDos-Deflate.

From WHT (I can't post links):
I think you are running IPV6 in your system, try to add "--inet" after "netstat -ntu" in the file of /usr/local/ddos/ddos.s_h (remove the _ from s_h)

It should look like:
netstat -ntu --inet | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr > $BAD_IP_LIST

Good luck.