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
We have to modify FireWall settings manually for incoming and outgoing requests for services.
2. Stop FireWall Service
[root@worldwidelinux ]# systemctl stop firewalld.service
3. Disable Firewall Service
[root@worldwidelinux ]# systemctl disable firewalld.service