UFW Firewall on Ubuntu - BRS MEDIA TECHNOLOGIES
UFW firewal

UFW Firewall on Ubuntu

How to Install UFW Firewall on Ubuntu with GUI?

The objective is to show you how to enable and disable firewall on Ubuntu 18.04. By default the UFW is disabled. You can check the status of your firewall by executing the following Linux command given below.

Check a current firewall status Command:

$ sudo ufw status

Enable Firewall Command:

$ sudo ufw enable

Disable Firewall Command:

$ sudo ufw disable

Install UFW via graphical user interface Command:

$ sudo apt install gufw


Key Terms:

  • Firewall
  • ,
  • Open Source Software
  • ,
  • UFW Firewall on Ubuntu

Related Article

migrate vm

How to convert QCOW2 image to OVA format on Windows

Question: I have downloaded a virtual appliance packaged in QCOW2 format. I want to convert the QCOW2 image to OVA […]

BIOS

COMPUTER BASIC INPUT/OUTPUT SYSTEM (BIOS)

A computer’s basic input/output system (BIOS) is a program that’s stored in nonvolatile memory such as read-only memory (ROM) or […]

Migrate VM

How to convert OVA image to QCOW2 format on Linux

Question: I have downloaded a virtual appliance packaged in OVA format. I want to convert the OVA image to QCOW2 […]