PDA

View Full Version : [all variants] Interactive firewall


alexv75
August 5th, 2008, 12:19 PM
This is one of the few things that are preventing me to migrate fully to Linux. I know that Linux is more secure overall, but my Windows mentality haunts me :lol: and i need to ease my mind somehow :p . Is there a firewall that offers analogous or at least close level of interactivity and functionality like Eset Smart Security (example below)?

K2712
August 5th, 2008, 12:38 PM
Linux comes with a very good firewall called iptables, and there are GUI front-ends to manage it, depending on your desktop environment.

For gnome -> firestarter -->screenshots (http://www.fs-security.com/screenshots.php)
For KDE -> guarddog -->screenshots (http://www.simonzone.com/software/guarddog/#screenshots)

There are probably more, but these are the most popular.

alexv75
August 7th, 2008, 03:06 PM
Thanks, but they aren't nearly as interactive as i would like (i would say they aren't interactive at all)... But i've found something simpler that should do the job well enough at least for now - http://gufw.tuxfamily.org/screenshots.html (i know that UFW is part of Ubuntu for a long time now, but i personally prefer GUIs over console :d )

Shazaam
August 7th, 2008, 03:19 PM
AFAIK there are very FEW programs in linux that "phone home" so if you don't have any servers running all you need to do is look at the inbound side of iptables. UFW and others (Firestarter, Guarddog etc) allow you to configure that very nicely.

bodhi.zazen
August 7th, 2008, 03:26 PM
There are several issues.

In linux apps are much more modular. One is a firewall, another configures the firewall, a third monitors network traffic.

Also you should learn ufw:

community/Uncomplicated_Firewall_ufw

https://help.ubuntu.com/8.04/serverguide/C/firewall.html

GUI : http://gufw.tuxfamily.org/index.html

gufw is a gui front ent. I have not used it.

For monitoring network traffic you have everything from snort to wireshark.

Also you need to re-adjust to Linux Security :

Ubuntu Security - Ubuntu Forums (http://ubuntuforums.org/showthread.php?t=510812)