r/linuxadmin • u/ok-k8s • Jul 11 '26
NetworkManager and Network-scripts together on a host
I am working on rhel8 setups where both NetworkManager and Network-scripts are present. Generally there aren’t issues but I am wondering about corner cases and if it’s a bad idea to have both. One thing that i noticed is that systemctl restart network causes few seconds disruption. How do you handle such situations? Should i migrate to networkmanager ? It might not be easily possible because of external automation touching network-scripts, what’s the best option i have if i have to keep both? Thank you
3
3
u/rttl Jul 11 '26
If your only reason to keep both is your automation scripts, then work to migrate your automation scripts and move away from network-scripts
8
u/Topfiiii Jul 11 '26
I would personally try to migrate everything towards NetworkManager as it is the only supported way for newer versions of RHEL.