Disable firewalld - Fluid Topics - 3.8

Install Fluid Topics on a Single Server

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

firewalld is the new firewall utility integrated to RHEL from its version 7.

To be able to correctly install and use your AFS environment, if firewalld is installed on the server, it must be disabled. If it is not disabled, once daemons are installed, they will not able to communicate with each other.

Run the following commands:

As root user

systemctl status firewalld
systemctl mask firewalld
systemctl stop firewalld