How To Start and Enable Firewalld on Fedora 23
As a matter of following security best practices, you should protect your server with a firewall. Fedora 23 and CentOS 7 come with firewalld, an alternative to iptables.
Pre-Flight Check
- These instructions are intended specifically for enabling and starting firewalld on Fedora 23. The instructions are the same for CentOS 7.
- We’ll be logging in as root on a Liquid Web Self Managed Fedora 23 server.
Enable Firewalld
To enable firewalld and have it start at boot, run the following command:
systemctl enable firewalld
Start Firewalld
To start firewalld, run the following command:
systemctl start firewalld
Check the Status of Firewalld
To check the status of firewalld, run the following command as root:
systemctl status firewalld
To stop and disable firewalld, visit How to Stop and Disable Firewalld on Fedora 23
Related Articles:

About the Author: dpepper
Our Sales and Support teams are available 24 hours by phone or e-mail to assist.
Latest Articles
Best authentication practices for email senders
Read Article2024 cPanel and Plesk pricing breakdown
Read ArticleCentOS Linux 7 EOL — everything you need to know
Read ArticleHow to install Node.js on Linux (AlmaLinux)
Read ArticleUpgrading or installing PHP on Ubuntu — PHP 7.2 and Ubuntu 22.04
Read Article