Affected versions: CentOS Stream 10

📖 ~1 min read

Table of contents
  1. Symptom & Impact
  2. Environment & Reproduction
  3. Root Cause Analysis
  4. Quick Triage
  5. Step-by-Step Diagnosis
  6. Solution – Primary Fix
  7. Solution – Alternative Approaches
  8. Verification & Acceptance Criteria
  9. Rollback Plan
  10. Prevention & Hardening
  11. Related Errors & Cross-Refs
  12. References & Further Reading

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.

Illustrative mockup for centos-stream-10 — cp228_diag
firewall-cmd permanent vs runtime diff — Illustrative mockup — Progressive Robot

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.

Illustrative mockup for centos-stream-10 — cp228_fix
Permanent rich rule and reload result — Illustrative mockup — Progressive Robot

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 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.