What info is really useful in my iptables log and how do I disable the useless bits?
- by anthony01
In my iptables rules files, I entered this at the end:
-A INPUT -j LOG --log-level 4 --log-ip-options --log-prefix "iptables: "
I DROP everything besides INPUT for SSH (port 22)
I have a web server and when I try to connect to it through my browser, through a forbidden port number (on purpose), I get something like that in my iptables.log
Sep…