Ubuntu 20.04, not using ufw.
After adding these rules (Iptables -S shows they are):
iptables -A INPUT -j LOG
iptables -A FORWARD -j LOG
I still get error: "You may just need to add a default logging rule to the 'filter' 'INPUT' chain..."
Do I missed something?