📖 ~1 min read
Table of contents
Symptom & Impact
Intermittent DNS lookup failures
Environment & Reproduction
systemd-resolved disabled but /etc/resolv.conf still symlinked.
Root Cause Analysis
Stub resolver socket 127.0.0.53 is not listening so queries fail.
Quick Triage
resolvectl status or ls -l /etc/resolv.conf.
Step-by-Step Diagnosis
Run: sudo resolvectl status; ls -l /etc/resolv.conf; ss -lnup | grep 53.

Solution – Primary Fix
sudo rm /etc/resolv.conf and let NetworkManager regenerate it directly.
Still having issues? Our Network Design team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Re-enable systemd-resolved with systemctl enable –now systemd-resolved.
Verification & Acceptance Criteria
dig @127.0.0.1 a record resolves and resolvectl status shows servers.
Rollback Plan
Restore /etc/resolv.conf symlink to /run/systemd/resolve/stub-resolv.conf.
Prevention & Hardening
Pick one resolver strategy across the fleet and enforce via Ansible.
Related Errors & Cross-Refs
Pairs with NXDOMAIN spurious and connection timeout to internal services.
Related tutorial: View the step-by-step tutorial for centos-stream-9.
View all centos-stream-9 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
systemd-resolved docs and NetworkManager DNS section.
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.