IP addresses banned on date - but No IP provided :confused:
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: IP addresses banned on date - but No IP provided :confus
Those emails are not from lfd.
-
- Junior Member
- Posts: 2
- Joined: 24 Jul 2013, 03:32
Re: IP addresses banned on date - but No IP provided :confus
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.
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.