Pre-Flight Check
- These instructions are intended specifically for stopping and disabling firewalld on Fedora 21.
- I’ll be working from a Liquid Web Self Managed Fedora 21 server, and I’ll be logged in as root.
- If you are working with Fedora 23, we recommend reading this article.
- If you’re looking for a new server host, check out Liquid Web’s broad selection of server hosting solutions.
Disable Firewalld
To disable firewalld, run the following command as root:
systemctl disable firewalld
Stop Firewalld
To stop firewalld, run the following command as root:
systemctl stop firewalld
Check the Status of Firewalld
To check the status of firewalld, run the following command as root:
systemctl status firewalld
J. Mays