π ~1 min read
Table of contents
Symptom & Impact
Application listens locally but remote clients cannot connect to the expected TCP/UDP port.
Environment & Reproduction
firewalld zone rules do not permit inbound traffic for the service port.
Root Cause Analysis
Run: sudo firewall-cmd –get-active-zones and sudo firewall-cmd –list-all.
Quick Triage
Confirm app is listening using ss -tulpen and verify interface is in correct firewalld zone.
Step-by-Step Diagnosis
Capture active zone rules before adding new allowances.

Solution – Primary Fix
Capture command sequence that adds permanent port access and reloads firewalld.
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
Allow port: sudo firewall-cmd –permanent –add-port=8443/tcp.
Verification & Acceptance Criteria
Reload rules: sudo firewall-cmd –reload and verify with firewall-cmd –list-ports.
Rollback Plan
If needed, use service abstraction: sudo firewall-cmd –permanent –add-service=https.
Prevention & Hardening
Test remote connectivity using nc -zv 8443 or curl against application endpoint.
Related Errors & Cross-Refs
Manage firewalld policy through infrastructure code and change-controlled templates.
Related tutorial: View the step-by-step tutorial for rhel-9.
View all rhel-9 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Remove accidental rule with firewall-cmd –permanent –remove-port=8443/tcp and reload.
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.