📖 ~1 min read
Table of contents
Symptom & Impact
Hosts on CentOS Stream 10 show chronyc tracking stratum 16 after firewall change.
Environment & Reproduction
Hosts behind firewalls or in air-gapped segments.
cat /etc/os-release
uname -r
rpm -qa | grep
Root Cause Analysis
Egress UDP 123 blocked or all configured NTP peers offline.
Quick Triage
Confirm package, network, SELinux and firewall state.
chronyc sources -v
chronyc tracking
ss -ulpn | grep :123
Step-by-Step Diagnosis
Drill into time/chrony state and recent journal entries to isolate the failure.
journalctl -u chronyd -n 50
firewall-cmd --list-all

Solution – Primary Fix
Apply the standard remediation for time/chrony on CentOS Stream 10.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
sudo firewall-cmd --permanent --add-service=ntp
sudo firewall-cmd --reload
sudo systemctl restart chronyd

Solution – Alternative Approaches
Configure internal NTP appliance and pin servers in chrony.conf.
Verification & Acceptance Criteria
Validate the fix with positive functional checks before closing.
chronyc tracking
timedatectl
Rollback Plan
Revert to the previous known-good configuration if the fix regresses.
cp /root/backup/chrony.conf /etc/chrony.conf
systemctl restart chronyd
Prevention & Hardening
Codify the fix in configuration management and add monitoring.
Monitor offset via Prometheus node exporter chrony module.
Related Errors & Cross-Refs
Kerberos clock skew and TLS clock errors.
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
chrony documentation.
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.