Disabling the Firewall
In the test environment, the firewall is disabled to avoid the network impact. Perform the operations in this section based on actual requirements.
- Stop the firewall service.
1systemctl stop firewalld.service
- Disable the firewall.
Once disabled, the firewall will not start upon OS startup.
1systemctl disable firewalld.service
- View the firewall status.
1systemctl status firewalld.service
Parent topic: Configuring the Installation Environment