My computer is running Ubuntu 10.10 and I would like to know if there is a firewall that actively informs me when a certain program is trying to access the internet or when a connection attempt is blocked from the internet. I remember ZoneAlarm for Windows will alert you to blocked attempts but now that I have switched to Ubuntu I'm not so sure. All my searching leads me to is gufw.
|
feedback
|
|
As far as I know the answer to both questions is unfortunately "no". Details (but I'm going to simplify here anyway): firewall that actively informs me when a certain program is trying to access the internet
actively informs when a connection attempt is blocked from the internet
| |||
|
feedback
|
|
There are no such firewalls for Linux. You are welcome to read a somewhat exhaustive discussion on the subject at ubuntuforums.org. To summarize, it pretty much boils down to the cliche - Linux != Windows. http://ubuntuforums.org/showthread.php?t=1591340&highlight=application+based+firewall | |||
|
feedback
|
|
From your software center there is an application called fwanalog. It claims that it will analyse logged events from a configured iptables based firewall such a gufw. It will write html logs which you can browse (/var/log/fwanalog) - results are displayed as both text statistics and as pie-charts etc. Its does not answer your "active" reports part of your question - but it will allow you to look at daily/weekly/monthly statistics of various connection and active blocking events. Note - if you are behind a router, you will probably get very little reports since most routers actively block connection attempts. | |||
|
feedback
|