PDA

View Full Version : [ubuntu] Firewall locating


Deathvalley122
July 9th, 2009, 02:14 AM
hi,

where is the firewall located in the gnome environment desktop?

Thanks,

Patrick Voege

lovinglinux
July 9th, 2009, 03:38 AM
The firewall, called iptables, is accessible only by command line. But you can install a firewall manager, like gufw (apt:gufw) [apt-get], that allows you to create the firewall rules easily. You can access gufw through "System >> Administration >> Firewall Configuration".

Keep in mind that Linux firewalls are not like Windows. For instance there is no such thing as popup alerts. Additionally, once you configure your rules, you can close the firewall manager, because the iptables will be always working on the background.

Note: when you see [apt-get] after a link on my posts it means that you just need to click it to install the software. This is basically an easy way to perform an installation from the repositories (http://en.wikipedia.org/wiki/Software_repository) without running the command on a terminal. This is the same as running the command sudo apt-get install followed by the name of the program.