IP addresses banned on date - but No IP provided :confused:

Post Reply
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

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

Post by ForumAdmin »

Those emails are not from lfd.
RangeHosting
Junior Member
Posts: 2
Joined: 24 Jul 2013, 03:32

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

Post 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.
Post Reply