π ~1 min read
Table of contents
Problem Summary
Static IP configuration disappears when host restarts.
Symptoms
nmcli shows connection present but device falls back to DHCP.
Diagnostics
Run nmcli connection show and inspect keyfile under /etc/NetworkManager/system-connections.
Root Cause
Profile not saved or autoconnect disabled.
Primary Fix
Set ipv4 method/manual and autoconnect yes via nmcli, then reload connection.
Still having issues? Our Network Design team can diagnose and resolve this for you. Get in touch for a free consultation.

Verification
Reboot and validate with ip addr and nmcli device status.

Prevention
Version-control keyfiles in infrastructure repo.
Rollback
Reactivate previous profile using nmcli connection up .
Automation
Apply settings through rhel-system-roles.network.
Command Reference
nmcli con mod; nmcli con up; systemctl restart NetworkManager
Escalation
Attach NM logs from journalctl -u NetworkManager -b.
Related Notes
firewalld zone binding follows active connection profile.
Related tutorial: View the step-by-step tutorial for rhel-10.
View all rhel-10 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
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.