Note:
Please note that this article is considered legacy documentation because Fedora 23 has reached its end-of-life support.
Pre-Flight Check
- These instructions are intended specifically for stopping and disabling firewalld on Fedora 23. The process is the same on CentOS 7.
- We’ll be logging in as root to a Liquid Web Self Managed Fedora 23 server.
Disable Firewalld
To disable firewalld and prevent it from starting at boot, run the following command:systemctl disable firewalld
Stop Firewalld
To temporarily stop firewalld, run the following command:systemctl stop firewalld
Check the Status of Firewalld
To check the status of firewalld, run the following commandsystemctl status firewalld
To start and enable firewalld, visit How to Start and Enable Firewalld on Fedora 23.