To disable the RHEL firewalld service

Purpose

You must stop and disable the RHEL firewalld service on each station in an NSP deployment before you attempt to install an NSP component on a station.

Perform this procedure to disable firewalld on an NSP component station.

Steps
 

Log in as the root user on the station that hosts the OS.


Open a console window.


Enter the following:

systemctl stop firewalld ↵

The firewalld service stops.


Enter the following:

systemctl disable firewalld ↵

The firewalld service is disabled.


Close the console window.

End of steps