Everyone,
I had someone/thing conduct break-in attempts last week, found this thread and used the drop command (iptables -A INPUT -p tcp -s xxx.xxx.xxx.xxx -j DROP, I know, I shouldn't have limited it to tcp...) to block access from a total of 10 IPs over four days.
All went well the first couple of days, with break-in attempts effectively shut from the IPs entered the previous day, until the log turned out clean on day 4.
However, since then, I've been receiving bitwise errors:
Use of uninitialized value in bitwise or (|) at /etc/log.d/scripts/services/kernel line 100, <STDIN> line 828266.
Use of uninitialized value in left bitshift (<<) at /etc/log.d/scripts/services/kernel line 102, <STDIN> line 828266.
These errors have been spawning. I now get a "failed delivery" log message, filled with 1.2Mb of these bitwise error messages.
(I've also described this problem
here).
Please help.
Thanks, Eric