Disabling the Firewall
In the test environment, the firewall is disabled to avoid the network impact. Configure the firewall based on your requirements.
- Stop the firewall service.
1systemctl stop firewalld.service
- Disable the firewall.
1systemctl disable firewalld.service
Once disabled, the firewall will not start upon OS reboot.
- Check the firewall status.
1systemctl status firewalld.service
If "Active: inactive (dead)" is displayed, the firewall is disabled.

Parent topic: Configuring the Installation Environment