Hi everyone,
I've noticed that my system log gets spammed with these types of messages [Mac- and IP-addresses removed]:
We are talking loads and loads of it, it's actually hard to find anything else in the log . Is there any way to get rid of all these messages? I don't recall seeing them in the past (way back), but haven't had the energy to explore the issue, until now .
I've tried these shell commands I found somewhere (probably here on the forum), but to no avail:
Honestly I'm not quite sure how they work, but they don't remove the kernel drop messages in the system log .
My setup:
I've noticed that my system log gets spammed with these types of messages [Mac- and IP-addresses removed]:
Code:
Nov 11 10:44:40 kernel: DROP IN=eth0 OUT= MAC=XXX SRC=XXX DST=XXX LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=5349 PROTO=TCP SPT=55903 DPT=3506 SEQ=1278832534 ACK=0 WINDOW=1024 RES=0x00 SYN URGP=0
I've tried these shell commands I found somewhere (probably here on the forum), but to no avail:
ip6tables -D logdrop -m state --state NEW -j LOG --log-prefix "DROP " --log-tcp-sequence --log-tcp-options --log-ip-options
and
iptables -D logdrop -m state --state NEW -j LOG --log-prefix "DROP " --log-tcp-sequence --log-tcp-options --log-ip-options
and
iptables -D logdrop -m state --state NEW -j LOG --log-prefix "DROP " --log-tcp-sequence --log-tcp-options --log-ip-options
Honestly I'm not quite sure how they work, but they don't remove the kernel drop messages in the system log .
My setup:
- ASUS RT-AC68U
- Merlin 380.68_4
- "Default message log level" and "Log only messages more urgent than" are both set to "Notice".
- AB-Solution and YA-Malware scripts installed (and working great! )