Friday 30 July 2021

How to Disable FireWall on RedHat 8.1 Linux Server


This tutorial will guide you on how to Disable FireWall and it's service on RedHat 8.1 Linux server.

Please follow the below steps to disable Firewall on RedHat 8.1 Linux server:

1. Check firewalld service status

[root@worldwidelinux ]# systemctl status firewalld.service

firewalld service status

We have to modify FireWall settings manually for incoming and outgoing requests for services.

2. Stop FireWall Service

[root@worldwidelinux ]# systemctl stop firewalld.service

Stop FireWall Service

3. Disable Firewall Service

[root@worldwidelinux ]# systemctl disable firewalld.service

Disable Firewall Service