Settings menu for enabling and disabling the system firewall in Manjaro Linux

Enable/Disable Firewall on Manjaro Linux

There are a few reasons why you may need to enable or disable the firewall on your system. Managing the firewall on Manjaro Linux can be done either via GUI or the command line. In this guide, we’ll show you methods for both.

In this tutorial you will learn:

  • How to add enable or disable firewall from GUI (XFCE)
  • How to enable or disable firewall from command line

Read more

How to deny all incoming ports except HTTP port 80 and HTTPS port 443 on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to enable UFW firewall, deny all incoming ports however only allow HTTP port 80 and HTTPS port 443 on Ubuntu 18.04 Bionic Beaver Linux

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver

Requirements

Privileged access to your Ubuntu 18.04 Bionic Beaver will be required.

Conventions

Read more

How to Open/Allow incoming firewall port on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective of this article is to serve as a quick reference guide on how to allow incoming traffic on any TCP or UDP port using Ubuntu 18.04 Bionic Beaver Linux with UFW firewall.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver Linux

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Conventions

Read more

Allow 80 and 443 port and delete firewall rule on Ubuntu 20.04 Focal Fossa.

Ubuntu 20.04 open HTTP port 80 and HTTPS port 443 with ufw

This article explains how to open HTTP port 80 and HTTPS port 443 on Ubuntu 20.04 Focal Fossa with the ufw firewall. HTTP and HTTPS protocols are primarily used by web services such as, but not limited to, Apache or Nginx web servers.

In this tutorial you will learn:

  • How to open HTTP port 80 and HTTPS port 443
  • How to open HTTP port 80 and HTTPS port 443 for Apache and Nginx
  • How to list currently open ports/services
  • How to close/remove HTTP port 80 and HTTPS port 443

Read more

Check open ports on RHEL 8 Linux firewall using firewall-cmd command.

How to check open ports on RHEL 8 / CentOS 8 Linux

Firewalld is a an underlining mechanism for firewall configuration on RHEL 8 / CentOS 8. Current RHEL 8 / CentOS 8 version of the Firewalld daemon is based on Nftables. To check open ports on RHEL 8 / CentOS 8 you can use the firewall-cmd command as shown below. We will also discuss how to check open ports remotely with the nmap command.

In this tutorial you will learn:

  • How to check open ports on RHEL 8.
  • How to check services on RHEL 8.
  • How to check open ports remotely using nmap.
  • How to list open ports and service with firewall-cmd.

Read more