How to know what other systems are trying to get into Ubuntu?
Solution 1:
Try this
sudo ufw logging on
You should see access in /var/log/syslog
. But this are raw logs, which only show you individual access. UFW itself hasn't any tool to summarize these access to an useable report. Also I don't know about a tool which can do this.