📖 ~1 min read
Table of contents
Symptom & Impact
Rich rules accepted at runtime are lost after firewall-cmd reload or system reboot.
Environment & Reproduction
Common when administrators add rules without the –permanent flag or edit zones manually.
Root Cause Analysis
Runtime configuration lives only in memory; without –permanent it never reaches the on-disk zone XML.
Quick Triage
Compare runtime and permanent state with firewall-cmd –list-all and –permanent –list-all.
Step-by-Step Diagnosis
Run: sudo firewall-cmd –list-all; sudo firewall-cmd –permanent –list-all; diff outputs.

Solution – Primary Fix
Run: sudo firewall-cmd –permanent –add-rich-rule=’…’; sudo firewall-cmd –reload.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Use firewalld direct interface or nftables backend rules for advanced cases, but document carefully.
Verification & Acceptance Criteria
Rule survives firewall-cmd –reload and a full reboot, visible in –permanent –list-rich-rules.
Rollback Plan
Edit /etc/firewalld/zones backups or remove the rule with –permanent –remove-rich-rule.
Prevention & Hardening
Adopt a configuration management module (Ansible firewalld) to enforce persistent rules.
Related Errors & Cross-Refs
Related to zone misassignment, masquerade gaps, and ICMP block-inversion problems.
Related tutorial: View the step-by-step tutorial for centos-stream-10.
View all centos-stream-10 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
firewalld.richlanguage(5) and Red Hat networking security guide.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.