http://www.linuxandubuntu.com/home/install-ufw-firewall-in-linux-and-secure-computer-from-harmful-incoming-outgoing-connections
When you google what is firewall, you get a wikipedia page that tells about firewall. According to Wikipedia firewall is -
In computing, a firewall is a
Many hardware-based firewalls also offer other functionality to the internal network they protect, such as acting as a DHCP server for that network.
Computers are connected to each other and they share data and some personal information with servers. The same way servers are connected with computers and they do share data depending on the request from client computer. But among those millions of connections there are dangerous connections too that steal private data from servers or desktop.
So to recognize and prevent such harmful and dangerous connections we use firewall. We can configure rules manually about the connections or there are also default set up rules in the firewall that stop certain connections to interact with system through network.
In Ubuntu UFW is by default installed but if you doubt then you can check it by the following command -
Is firewall installed? If not, you can install it from terminal.
Once you have installed ufw you can configure this firewall from the terminal. But ufw is known for its simplicity and ease of use. So we will use graphical user interface GUFW instead of terminal. Yeah!
So open up software manager and search for 'gufw' and install it -
Here you have installed graphical user interface and just open it up system settings, start menu or dash.
I am using Ubuntu so I'll start firewall from dash.
After you have setting up rules click Add. Rules added! You can see your added rules under Rules.
You can edit the rules and delete the rules. To edit any rule select it and click the setting icono below the list.
To delete any rule select rule and click 'minus'.
Log
UFW stands for Uncomplicated Firewall is a firewall to secure Linux desktop from harmful incoming and outgoing connections. UFW is the easiest firewall in Linux, it has a graphical user interface GUFW with all the features of setting up rules. In this tutorial we will install UFW & GUFW in our Ubuntu/Linux Mint/Debian operating system.
What Is Firewall ?
When you google what is firewall, you get a wikipedia page that tells about firewall. According to Wikipedia firewall is -
In computing, a firewall is a
- network security system that controls the incoming and outgoing network traffic based on an applied rule set.
- establishes a barrier between a trusted, secure internal network and another network (e.g., the Internet) that is assumed not to be secure and trusted.
- exist both as software to run on general purpose hardware and as a hardware appliance.
Many hardware-based firewalls also offer other functionality to the internal network they protect, such as acting as a DHCP server for that network.
Firewall simply acts as a protection in between a computer and network.
Why To Install Firewall ?
Computers are connected to each other and they share data and some personal information with servers. The same way servers are connected with computers and they do share data depending on the request from client computer. But among those millions of connections there are dangerous connections too that steal private data from servers or desktop.
So to recognize and prevent such harmful and dangerous connections we use firewall. We can configure rules manually about the connections or there are also default set up rules in the firewall that stop certain connections to interact with system through network.
How To Install UFW (Uncomplicated Firewall) In Linux ?
In Ubuntu UFW is by default installed but if you doubt then you can check it by the following command -
$ sudo dpkg --get-selections | grep ufw
Is firewall installed? If not, you can install it from terminal.
$ sudo apt-get install ufw
Once you have installed ufw you can configure this firewall from the terminal. But ufw is known for its simplicity and ease of use. So we will use graphical user interface GUFW instead of terminal. Yeah!
So open up software manager and search for 'gufw' and install it -
Here you have installed graphical user interface and just open it up system settings, start menu or dash.
I am using Ubuntu so I'll start firewall from dash.
Connection settings - GUFW allows to change default profile Incoming and Outgoing connections settings.
Now move down side of the application. Here we have some very simple firewall customization tools.
Add a Firewall Rule -
Select any service or application and click 'plus' sign and it will
open window that is in left. The window has three tabs 'Preconfigured' ,
'Simple' and 'Advanced'.
Preconfigured - Here you have preconfigured settings for applications.
Preconfigured - Here you have preconfigured settings for applications.
Simple - Here you can select specify some very simple rules, like rule name, Policy, Direction, Protocol and Port.
Advanced
- In addition to some simple settings in advanced tab you can set some
other rule settings. For example, Insers, Interface, you can also set
whether you want to make log, log all or do not log. Advanced tab has
one more option to setup range of IP address for a selected application.
After you have setting up rules click Add. Rules added! You can see your added rules under Rules.
You can edit the rules and delete the rules. To edit any rule select it and click the setting icono below the list.
To delete any rule select rule and click 'minus'.
Log
In last of the application you have log. Under log there are all
activities of the applications or services status of incoming and
outgoing connections. Log helps in identifying any suspicious activity
of any applications.
A firewall is one of the best security tools. Hackers find an open port
and attack through. Firewall restrict any of such malicious
connections. UFW is the easiest one there are many others that protect
the system Iptables and Shorewall are very good example.
Copying and pasting complete article without any permission is not allowed. You must have seen the footer note before you copied it.
ReplyDelete